CertificateOfDeposit |
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 | CertificateOfDeposit e' uma sub-classe de SavingsAccount |
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 |
|