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

Formal Language: 



KB Term:  Term intersection
English Word: 

  downPayment

Sigma KEE - downPayment
downPayment

appearance as argument number 1
-------------------------


(documentation downPayment EnglishLanguage "The part of the purchase price paid in cash up front, reducing the amount of the loan or mortgage.") FinancialOntology.kif 804-805
(domain downPayment 1 Loan) FinancialOntology.kif 802-802 downPayment の数値 1 引数は Loaninstance では %n
(domain downPayment 2 CurrencyMeasure) FinancialOntology.kif 803-803 downPayment の数値 2 引数は 通貨測定instance では %n
(instance downPayment BinaryPredicate) FinancialOntology.kif 801-801 downPayment2進述語instance では %n

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


(format ChineseLanguage downPayment "%2 %n 是 %1 的 down 费用") domainEnglishFormat.kif 800-800
(format ChineseTraditionalLanguage downPayment "%2 %n 是 %1 的 down 費用") domainEnglishFormat.kif 799-799
(format EnglishLanguage downPayment "%2 is %n a down payment of %1") domainEnglishFormat.kif 798-798
(termFormat ChineseLanguage downPayment "首付") domainEnglishFormat.kif 20256-20256
(termFormat ChineseTraditionalLanguage downPayment "首付") domainEnglishFormat.kif 20255-20255
(termFormat EnglishLanguage downPayment "down payment") domainEnglishFormat.kif 20254-20254

antecedent
-------------------------


(=>
    (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 818-828
(=>
    (and
        (downPayment ?Loan ?Amount)
        (agreementEffectiveDate ?Loan ?Date))
    (exists (?Payment)
        (and
            (transactionAmount ?Payment ?Amount)
            (date ?Payment ?Date)
            (destination ?Payment
                (CurrencyFn ?Loan)))))
FinancialOntology.kif 807-816


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