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

Formal Language: 



KB Term:  Term intersection
English Word: 

  CreditAccount

Sigma KEE - CreditAccount
CreditAccount

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


(documentation CreditAccount EnglishLanguage "Credit extended by a business to a customer") FinancialOntology.kif 1210-1210
(subclass CreditAccount LiabilityAccount) FinancialOntology.kif 1209-1209

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


(subclass CreditCardAccount CreditAccount) FinancialOntology.kif 1235-1235
(termFormat ChineseLanguage CreditAccount "信用账户") domainEnglishFormat.kif 17736-17736
(termFormat ChineseTraditionalLanguage CreditAccount "信用賬戶") domainEnglishFormat.kif 17735-17735
(termFormat EnglishLanguage CreditAccount "credit account") domainEnglishFormat.kif 17734-17734

appearance as argument number 3
-------------------------


(domain creditLimit 1 CreditAccount) FinancialOntology.kif 791-791

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


(=>
    (and
        (instance ?Account CreditAccount)
        (accountAt ?Account ?Organization)
        (accountHolder ?Account ?Agent)
        (interestEarned ?Account ?Interest ?Period))
    (exists (?Payment)
        (and
            (origin ?Payment ?Agent)
            (transactionAmount ?Payment ?Interest)
            (destination ?Payment ?Organization))))
FinancialOntology.kif 1212-1222
(=>
    (and
        (instance ?Account CreditAccount)
        (accountHolder ?Account ?Agent)
        (principalAmount ?Account ?Principal)
        (agreementPeriod ?Account ?Period)
        (interestEarned ?Account ?Interest ?Period)
        (equal ?Total
            (AdditionFn ?Principal ?Interest)))
    (holdsObligation
        (KappaFn ?Payment
            (transactionAmount ?Payment ?Total)) ?Agent))
FinancialOntology.kif 1224-1233


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