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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Prepayment
Prepayment

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


(documentation Prepayment EnglishLanguage "Prepayment is the payment of all or part of a debt prior to its due date.") FinancialOntology.kif 833-834
(subclass Prepayment Payment) FinancialOntology.kif 832-832

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


(termFormat ChineseLanguage Prepayment "预付款") domainEnglishFormat.kif 47247-47247
(termFormat ChineseTraditionalLanguage Prepayment "預付款") domainEnglishFormat.kif 47246-47246
(termFormat EnglishLanguage Prepayment "prepayment") domainEnglishFormat.kif 47245-47245

consequent
-------------------------


(=>
    (and
        (transactionAmount ?Payment ?Amount)
        (date ?Payment ?Date)
        (instance ?Account FinancialAccount)
        (destination ?Payment
            (CurrencyFn ?Account))
        (amountDue ?Account ?Amount ?DueDate)
        (before
            (EndFn ?Date)
            (BeginFn ?DueDate)))
    (instance ?Payment Prepayment))
FinancialOntology.kif 836-844


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



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