![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| downPayment |
| appearance as argument number 1 |
|
|
| (instance downPayment BinaryPredicate) | FinancialOntology.kif 823-823 | down payment is an instance of binary predicate |
| (domain downPayment 1 Loan) | FinancialOntology.kif 824-824 | The number 1 argument of down payment is an instance of loan |
| (domain downPayment 2 CurrencyMeasure) | FinancialOntology.kif 825-825 | The number 2 argument of down payment is an instance of currency measure |
| (documentation downPayment EnglishLanguage "The part of the purchase price paid in cash up front, reducing the amount of the loan or mortgage.") | FinancialOntology.kif 826-827 | The number 2 argument of down payment is an instance of currency measure |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage downPayment "%2 is %n a down payment of %1") | domainEnglishFormat.kif 798-798 | |
| (format ChineseTraditionalLanguage downPayment "%2 %n 是 %1 的 down 費用") | domainEnglishFormat.kif 799-799 | |
| (format ChineseLanguage downPayment "%2 %n 是 %1 的 down 费用") | domainEnglishFormat.kif 800-800 | |
| (termFormat EnglishLanguage downPayment "down payment") | domainEnglishFormat.kif 20256-20256 | |
| (termFormat ChineseTraditionalLanguage downPayment "首付") | domainEnglishFormat.kif 20257-20257 | |
| (termFormat ChineseLanguage downPayment "首付") | domainEnglishFormat.kif 20258-20258 |
| antecedent |
|
|
| (=> (and (downPayment ?Loan ?Amount) (agreementEffectiveDate ?Loan ?Date)) (exists (?Payment) (and (transactionAmount ?Payment ?Amount) (date ?Payment ?Date) (destination ?Payment (CurrencyFn ?Loan))))) |
FinancialOntology.kif 829-838 | If X is a down payment of Y and Z is an agreement effective date of Y, then there exists W such that X is a transaction amount of W, date of W is Z, and W ends up at the currency of Y |
| (=> (and (downPayment ?Loan (MeasureFn ?Amount ?CUNIT)) (loanForPurchase ?Loan ?Purchase) (monetaryValue ?Purchase (MeasureFn ?Value ?CUNIT)) (equal ?Balance (SubtractionFn ?Value ?Amount))) (originalBalance ?Loan (MeasureFn ?Balance ?CUNIT))) |
FinancialOntology.kif 840-850 | If X Y(s) is a down payment of Z, W is a loan for purchase of Z, value of W is V Y(s), and equal U and (V and X), then U Y(s) is an original balance of Z |