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

Formal Language: 



KB Term:  Term intersection
English Word: 

  CreditAccount

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 1210-1210
(subclass CreditAccount LiabilityAccount) FinancialOntology.kif 1209-1209 Credit account is a subclass of liability account

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


(subclass CreditCardAccount CreditAccount) FinancialOntology.kif 1235-1235 Credit card account is a subclass of credit account
(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 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 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