Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ZeroCouponBond
ZeroCouponBond(zero coupon bond)zero-coupon_bond, zero_coupon_bond

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 Zero coupon bond is a subclass of bond

appearance as argument number 2
-------------------------


(termFormat ChineseLanguage ZeroCouponBond "零息债券") domainEnglishFormat.kif 64153-64153
(termFormat ChineseTraditionalLanguage ZeroCouponBond "零息債券") domainEnglishFormat.kif 64152-64152
(termFormat EnglishLanguage ZeroCouponBond "zero coupon bond") domainEnglishFormat.kif 64151-64151

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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners