LiabilityAccount |
appearance as argument number 1 |
![]() |
(documentation LiabilityAccount EnglishLanguage "An account for which a person is liable") | FinancialOntology.kif 1174-1174 | |
(subclass LiabilityAccount FinancialAccount) | FinancialOntology.kif 1173-1173 |
appearance as argument number 2 |
![]() |
(subclass CreditAccount LiabilityAccount) | FinancialOntology.kif 1223-1223 | |
(subclass Loan LiabilityAccount) | FinancialOntology.kif 1263-1263 | |
(termFormat ChineseLanguage LiabilityAccount "责任账户") | domainEnglishFormat.kif 34257-34257 | |
(termFormat ChineseTraditionalLanguage LiabilityAccount "責任賬戶") | domainEnglishFormat.kif 34256-34256 | |
(termFormat EnglishLanguage LiabilityAccount "liability account") | domainEnglishFormat.kif 34255-34255 |
appearance as argument number 3 |
![]() |
(domain minimumPayment 1 LiabilityAccount) | FinancialOntology.kif 753-753 |
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 1176-1185 | |
(=> (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 |
![]() |
![]() |