Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  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
-------------------------


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

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


(subclass CreditCardAccount CreditAccount) FinancialOntology.kif 1273-1273 Credit card account is a subclass of credit account
(termFormat EnglishLanguage CreditAccount "credit account") domainEnglishFormat.kif 17736-17736 Credit card account is a subclass of credit account
(termFormat ChineseTraditionalLanguage CreditAccount "信用賬戶") domainEnglishFormat.kif 17737-17737 Credit card account is a subclass of credit account
(termFormat ChineseLanguage CreditAccount "信用账户") domainEnglishFormat.kif 17738-17738 Credit card account is a subclass of credit account

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


(domain creditLimit 1 CreditAccount) FinancialOntology.kif 813-813 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 1249-1259 If X is an instance of credit account, X is held by Y, Z holds account X, and X is interest earned W for V, then there exists U such that U originates at Z, W is a transaction amount of U, and U ends up at Y
(=>
    (and
        (instance ?Account CreditAccount)
        (accountHolder ?Account ?Agent)
        (principalAmount ?Account ?Principal)
        (agreementPeriod ?Account ?Period)
        (interestEarned ?Account ?Interest ?Period)
        (equal ?Total
            (AdditionFn ?Principal ?Interest)))
    (holdsObligation ?Agent
        (exists (?Payment)
            (transactionAmount ?Payment ?Total))))
FinancialOntology.kif 1261-1271 If All of the following hold: (1) X is an instance of credit account (2) Y holds account X (3) Z is a principal amount of X (4) W is an agreement period of X (5) X is interest earned V for W (6) equal U and (Z and V), then Y is obliged to perform tasks of type there exists T such that U is a transaction amount of T


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners