InterestOnlyLoan(僅利息貸款) |
appearance as argument number 1 |
(documentation InterestOnlyLoan EnglishLanguage "A non-amortized loan in which interest is due at regular intervals until maturity, when the full principal on the loan is due.") | FinancialOntology.kif 1611-1613 | |
(externalImage InterestOnlyLoan "http://upload.wikimedia.org/wikipedia/commons/ d/ d5/ IE_Real_SandP_Price-Earnings_Ratio%2C_Interest_1871-2006.png") | pictureList.kif 10069-10069 | |
(subclass InterestOnlyLoan Loan) | FinancialOntology.kif 1610-1610 | 子類 僅利息貸款 and 貸款 |
appearance as argument number 2 |
(termFormat ChineseLanguage InterestOnlyLoan "仅利息贷款") | domainEnglishFormat.kif 30415-30415 | |
(termFormat ChineseTraditionalLanguage InterestOnlyLoan "僅利息貸款") | domainEnglishFormat.kif 30414-30414 | |
(termFormat EnglishLanguage InterestOnlyLoan "interest only loan") | domainEnglishFormat.kif 30413-30413 |
antecedent |
(=> (and (instance ?Loan InterestOnlyLoan) (agreementPeriod ?Loan ?Period) (principalAmount ?Loan ?Principal) (interestEarned ?Loan ?Interest ?Period)) (and (amountDue ?Loan ?Principal (EndFn ?Period)) (amountDue ?Loan ?Interest ?Date) (before (EndFn ?Date) (EndFn ?Period)))) |
FinancialOntology.kif 1615-1624 |
|