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 2343-2345
(subclass ZeroCouponBond Bond) FinancialOntology.kif 2342-2342 Zero coupon bond is a subclass of bond

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


(termFormat ChineseLanguage ZeroCouponBond "零息债券") domainEnglishFormat.kif 64176-64176
(termFormat ChineseTraditionalLanguage ZeroCouponBond "零息債券") domainEnglishFormat.kif 64175-64175
(termFormat EnglishLanguage ZeroCouponBond "zero coupon bond") domainEnglishFormat.kif 64174-64174

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 2347-2369


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