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



KB Term:  Term intersection
English Word: 

  LiabilityAccount

Sigma KEE - LiabilityAccount
LiabilityAccount(liability account)

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


(subclass LiabilityAccount FinancialAccount) FinancialOntology.kif 1196-1196 Liability account is a subclass of financial account
(documentation LiabilityAccount EnglishLanguage "An account for which a person is liable") FinancialOntology.kif 1197-1197 Liability account is a subclass of financial account

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


(subclass CreditAccount LiabilityAccount) FinancialOntology.kif 1246-1246 Credit account is a subclass of liability account
(subclass Loan LiabilityAccount) FinancialOntology.kif 1287-1287 Loan is a subclass of liability account
(termFormat EnglishLanguage LiabilityAccount "liability account") domainEnglishFormat.kif 34231-34231 Loan is a subclass of liability account
(termFormat ChineseTraditionalLanguage LiabilityAccount "責任賬戶") domainEnglishFormat.kif 34232-34232 Loan is a subclass of liability account
(termFormat ChineseLanguage LiabilityAccount "责任账户") domainEnglishFormat.kif 34233-34233 Loan is a subclass of liability account

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


(domain minimumPayment 1 LiabilityAccount) FinancialOntology.kif 775-775 The number 1 argument of minimum payment is an instance of liability account

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


(=>
    (and
        (instance ?Account LiabilityAccount)
        (minimumPayment ?Account
            (MeasureFn ?MinPayment ?U) MonthDuration)
        (instance ?U UnitOfCurrency)
        (instance ?Month Month)
        (destination ?Payment
            (CurrencyFn ?Account))
        (paymentsPerPeriod ?Account
            (MeasureFn ?Amount ?U) ?Month)
        (lessThan ?Amount ?MinPayment))
    (exists (?Penalty)
        (and
            (instance ?Penalty Penalty)
            (destination ?Penalty
                (CurrencyFn ?Account)))))
FinancialOntology.kif 781-797 If All of the following hold: (1) X is an instance of liability account (2) X is minimum payment Y Z(s) for month duration (3) Z is an instance of unit of currency (4) W is an instance of month (5) V ends up at the currency of X (6) X payments per period U Z(s) for W (7) U is less than Y, then there exists T such that T is an instance of penalizing and T ends up at the currency of X
(=>
    (and
        (instance ?Account LiabilityAccount)
        (accountHolder ?Account ?Agent)
        (accountAt ?Account ?Bank))
    (exists (?Debt)
        (and
            (property ?Debt Liability)
            (partyToAgreement ?Debt ?Agent)
            (partyToAgreement ?Debt ?Bank))))
FinancialOntology.kif 1199-1208 If X is an instance of liability account, Y holds account X, and X is held by Z, then there exists W such that W the attribute liability, Y is a party to agreement of W, and Z is a party to agreement of W


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