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 1078-1082 | |
(subclass CertificateOfDeposit SavingsAccount) | FinancialOntology.kif 1077-1077 |
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 |
![]() |
![]() |