couponInterest |
appearance as argument number 1 |
(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 2289-2290 | |
(domain couponInterest 1 Bond) | FinancialOntology.kif 2287-2287 | The number 1 argument of coupon interest is an instance of bond |
(domain couponInterest 2 Interest) | FinancialOntology.kif 2288-2288 | The number 2 argument of coupon interest is an instance of interest |
(instance couponInterest BinaryPredicate) | FinancialOntology.kif 2286-2286 | coupon interest is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage couponInterest "%2 %n 是 %1 的 coupon 利息") | domainEnglishFormat.kif 556-556 | |
(format ChineseTraditionalLanguage couponInterest "%2 %n 是 %1 的 coupon 利息") | domainEnglishFormat.kif 555-555 | |
(format EnglishLanguage couponInterest "%2 is %n a coupon interest of %1") | domainEnglishFormat.kif 554-554 | |
(termFormat ChineseLanguage couponInterest "优惠券利息") | domainEnglishFormat.kif 17614-17614 | |
(termFormat ChineseTraditionalLanguage couponInterest "優惠券利息") | domainEnglishFormat.kif 17613-17613 | |
(termFormat EnglishLanguage couponInterest "coupon interest") | domainEnglishFormat.kif 17612-17612 |
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 2270-2278 |
|