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

Formal Language: 



KB Term:  Term intersection
English Word: 

  CertificateOfDeposit

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 1076-1080
(subclass CertificateOfDeposit SavingsAccount) FinancialOntology.kif 1075-1075 Certificate of deposit is a subclass of savings account

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


(termFormat ChineseLanguage CertificateOfDeposit "存款证") domainEnglishFormat.kif 13962-13962
(termFormat ChineseTraditionalLanguage CertificateOfDeposit "存款證") domainEnglishFormat.kif 13961-13961
(termFormat EnglishLanguage CertificateOfDeposit "certificate of deposit") domainEnglishFormat.kif 13960-13960

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 1087-1099
(=>
    (instance ?CD CertificateOfDeposit)
    (exists (?Date)
        (maturityDate ?CD ?Date)))
FinancialOntology.kif 1082-1085


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

Show without tree


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