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

Formal Language: 



KB Term:  Term intersection
English Word: 

  LiabilityAccount

Sigma KEE - LiabilityAccount
LiabilityAccount(责任账户)

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


(documentation LiabilityAccount EnglishLanguage "An account for which a person is liable") FinancialOntology.kif 1160-1160
(subclass LiabilityAccount FinancialAccount) FinancialOntology.kif 1159-1159 责任账户金融账户subclass

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


(subclass CreditAccount LiabilityAccount) FinancialOntology.kif 1209-1209 信用账户责任账户subclass
(subclass Loan LiabilityAccount) FinancialOntology.kif 1249-1249 贷款责任账户subclass
(termFormat ChineseLanguage LiabilityAccount "责任账户") domainEnglishFormat.kif 34229-34229
(termFormat ChineseTraditionalLanguage LiabilityAccount "責任賬戶") domainEnglishFormat.kif 34228-34228
(termFormat EnglishLanguage LiabilityAccount "liability account") domainEnglishFormat.kif 34227-34227

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


(domain minimumPayment 1 LiabilityAccount) FinancialOntology.kif 753-753 最低付费 的 1 数量 是 责任账户instance

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


(=>
    (and
        (instance ?Account LiabilityAccount)
        (accountHolder ?Account ?Agent)
        (accountAt ?Account ?Bank))
    (exists (?Debt)
        (and
            (property ?Debt Liability)
            (partyToAgreement ?Debt ?Agent)
            (partyToAgreement ?Debt ?Bank))))
FinancialOntology.kif 1162-1171
(=>
    (and
        (instance ?Account LiabilityAccount)
        (minimumPayment ?Account
            (MeasureFn ?MinPayment ?U) MonthDuration)
        (instance ?U UnitOfCurrency)
        (exists (?Payment ?Month)
            (and
                (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 759-775


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