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 信用账户责任账户subclass

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


(subclass CreditCardAccount CreditAccount) FinancialOntology.kif 1235-1235 信用卡帐户信用账户subclass
(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 信用额度 的 1 数量 是 信用账户instance

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