appearance as argument number 1 |
(documentation Bond EnglishLanguage "A debt instrument issued for a period of more than one year with the purpose of raising capital by borrowing. The Federal government, states, cities, corporations, and many other types of institutions sell bonds. A bond is generally a promise to repay the principal along with interest on a specified maturityDate.") | FinancialOntology.kif 2260-2263 | |
(subclass Bond FinancialInstrument) | FinancialOntology.kif 2259-2259 | Bond is a subclass of financial instrument |
(subclass Bond Investment) | FinancialOntology.kif 2258-2258 | Bond is a subclass of investment |
appearance as argument number 2 |
appearance as argument number 3 |
(domain accruedInterest 1 Bond) | FinancialOntology.kif 2293-2293 | The number 1 argument of accrued interest is an instance of bond |
(domain bondRating 1 Bond) | FinancialOntology.kif 2512-2512 | The number 1 argument of bond rating is an instance of bond |
(domain callDate 1 Bond) | FinancialOntology.kif 2484-2484 | The number 1 argument of call date is an instance of bond |
(domain couponInterest 1 Bond) | FinancialOntology.kif 2287-2287 | The number 1 argument of coupon interest is an instance of bond |
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 |
|
(=> (instance ?Bond Bond) (exists (?Date) (maturityDate ?Bond ?Date))) |
FinancialOntology.kif 2265-2268 |
|