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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CreditAccount
CreditAccount(credit account)advance, cash_advance, charge_account, charge_account_credit, check_overdraft_credit, commercial_credit, credit_account, export_credit, import_credit, open-end_credit, open_account, overdraft_credit, revolving_charge_account, revolving_credit

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


(documentation CreditAccount EnglishLanguage "Credit extended by a business to a customer") FinancialOntology.kif 1226-1226
(subclass CreditAccount LiabilityAccount) FinancialOntology.kif 1225-1225 Credit account is a subclass of liability account

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


(subclass CreditCardAccount CreditAccount) FinancialOntology.kif 1251-1251 Credit card account is a subclass of credit account
(termFormat ChineseLanguage CreditAccount "信用账户") domainEnglishFormat.kif 17751-17751 Credit card account is a subclass of credit account
(termFormat ChineseTraditionalLanguage CreditAccount "信用賬戶") domainEnglishFormat.kif 17750-17750 Credit card account is a subclass of credit account
(termFormat EnglishLanguage CreditAccount "credit account") domainEnglishFormat.kif 17749-17749 Credit card account is a subclass of credit account

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


(domain creditLimit 1 CreditAccount) FinancialOntology.kif 793-793 The number 1 argument of credit limit is an instance of credit account

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 1228-1238
(=>
    (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 1240-1249


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