ZeroCouponBond |
appearance as argument number 1 |
(documentation ZeroCouponBond EnglishLanguage "A bond in which no periodic coupon is paid over the life of the contract. Instead, both the principal and the interest are paid at the maturity date.") | FinancialOntology.kif 2329-2331 | |
(subclass ZeroCouponBond Bond) | FinancialOntology.kif 2328-2328 |
appearance as argument number 2 |
(termFormat ChineseLanguage ZeroCouponBond "零息债券") | domainEnglishFormat.kif 64155-64155 | |
(termFormat ChineseTraditionalLanguage ZeroCouponBond "零息債券") | domainEnglishFormat.kif 64154-64154 | |
(termFormat EnglishLanguage ZeroCouponBond "zero coupon bond") | domainEnglishFormat.kif 64153-64153 |
antecedent |
(=> (and (instance ?Bond ZeroCouponBond) (maturityDate (AccountFn ?Bond) ?Date) (possesses ?BondHolder ?Bond) (principalAmount (AccountFn ?Bond) (MeasureFn ?Principal ?CUNIT)) (agreementPeriod (AccountFn ?Bond) ?Period) (interestEarned (AccountFn ?Bond) (MeasureFn ?Interest ?CUNIT) ?Period) (equal ?Total (AdditionFn ?Principal ?Interest))) (exists (?Payment) (and (instance ?Payment Payment) (destination ?Payment ?BondHolder) (origin ?Payment (AccountFn ?Bond)) (transactionAmount ?Payment (MeasureFn ?Total ?CUNIT))))) |
FinancialOntology.kif 2333-2355 |