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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - CertificateOfDeposit
CertificateOfDeposit(certificate of deposit)CD, certificate_of_deposit, time_deposit

appearance as argument number 1
-------------------------


(documentation CertificateOfDeposit EnglishLanguage "CDs (certificates of deposit) are bank, credit union or savings and loan instruments that allow the depositor to lock in an interest rate for a specific period of time (e.g. six months, one year, five years). If the money is withdrawn from the CD before the CD matures, there is likely to be an early_withdrawal penalty -- often three month's interest. Generally, the longer the time period of the CD, the higher the interest paid.") FinancialOntology.kif 1078-1082
(subclass CertificateOfDeposit SavingsAccount) FinancialOntology.kif 1077-1077 Certificate of deposit is a subclass of savings account

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


(termFormat ChineseLanguage CertificateOfDeposit "存款证") domainEnglishFormat.kif 13971-13971
(termFormat ChineseTraditionalLanguage CertificateOfDeposit "存款證") domainEnglishFormat.kif 13970-13970
(termFormat EnglishLanguage CertificateOfDeposit "certificate of deposit") domainEnglishFormat.kif 13969-13969

antecedent
-------------------------


(=>
    (and
        (instance ?CD CertificateOfDeposit)
        (maturityDate ?CD ?MaturityDate)
        (instance ?Withdrawal Withdrawal)
        (origin ?Withdrawal
            (CurrencyFn ?CD))
        (date ?Withdrawal ?DateOfWithdrawal)
        (before
            (EndFn ?DateOfWithdrawal)
            (BeginFn ?MaturityDate)))
    (exists (?Penalty)
        (and
            (instance ?Penalty Penalty)
            (destination ?Penalty
                (CurrencyFn ?CD))
            (causes ?Withdrawal ?Penalty))))
FinancialOntology.kif 1089-1101
(=>
    (instance ?CD CertificateOfDeposit)
    (exists (?Date)
        (maturityDate ?CD ?Date)))
FinancialOntology.kif 1084-1087


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