![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| couponInterest |
| appearance as argument number 1 |
|
|
| (instance couponInterest BinaryPredicate) | FinancialOntology.kif 2327-2327 | coupon interest is an instance of binary predicate |
| (domain couponInterest 1 Bond) | FinancialOntology.kif 2328-2328 | The number 1 argument of coupon interest is an instance of bond |
| (domain couponInterest 2 Interest) | FinancialOntology.kif 2329-2329 | The number 2 argument of coupon interest is an instance of interest |
| (documentation couponInterest EnglishLanguage "(couponInterest ?BOND ?INTEREST) means that ?INTEREST is the periodic interest payment made to bondholders during the life of the ?BOND.") | FinancialOntology.kif 2330-2331 | The number 2 argument of coupon interest is an instance of interest |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage couponInterest "%2 is %n a coupon interest of %1") | domainEnglishFormat.kif 554-554 | |
| (format ChineseTraditionalLanguage couponInterest "%2 %n 是 %1 的 coupon 利息") | domainEnglishFormat.kif 555-555 | |
| (format ChineseLanguage couponInterest "%2 %n 是 %1 的 coupon 利息") | domainEnglishFormat.kif 556-556 | |
| (termFormat EnglishLanguage couponInterest "coupon interest") | domainEnglishFormat.kif 17598-17598 | |
| (termFormat ChineseTraditionalLanguage couponInterest "優惠券利息") | domainEnglishFormat.kif 17599-17599 | |
| (termFormat ChineseLanguage couponInterest "优惠券利息") | domainEnglishFormat.kif 17600-17600 |
| antecedent |
|
|
| (=> (and (instance ?Bond Bond) (couponInterest ?Bond ?Interest) (possesses ?BondHolder ?Bond)) (exists (?Period ?Payment) (and (periodicPayment (AccountFn ?Bond) ?Interest ?Period) (destination ?Payment ?BondHolder)))) |
FinancialOntology.kif 2311-2319 | If X is an instance of bond, Y is a coupon interest of X, and Z possesses X, then there exist W, V such that the account of X is periodic payment Y for W, and V ends up at Z |