![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
CheckingAccount(checking account)
| checking_account, chequing_account, current_account |
| appearance as argument number 1 |
|
|
| (subclass CheckingAccount DepositAccount) | FinancialOntology.kif 1165-1165 | Checking account is a subclass of deposit account |
| (documentation CheckingAccount EnglishLanguage "A bank account against which the depositor can draw checks") | FinancialOntology.kif 1166-1166 | Checking account is a subclass of deposit account |
| (externalImage CheckingAccount "http://upload.wikimedia.org/wikipedia/commons/ b/ b9/ CanadianChequeSample.png") | pictureList.kif 8412-8412 | Checking account is a subclass of deposit account |
| (externalImage CheckingAccount "http://upload.wikimedia.org/wikipedia/commons/ 9/ 9e/ CanadianChequeSamplePAR.png") | pictureList.kif 9042-9042 | Checking account is a subclass of deposit account |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?Account CheckingAccount) (instance ?Transaction FinancialTransaction) (origin ?Transaction (CurrencyFn ?Account))) (or (exists (?Check) (and (instance ?Check Check) (instrument ?Transaction ?Check))) (exists (?DebitCard) (and (instance ?DebitCard DebitCard) (instrument ?Transaction ?DebitCard))))) |
FinancialOntology.kif 1168-1181 | If X is an instance of checking account, Y is an instance of financial transaction, and Y originates at the currency of X, then there exists Z such that Z is an instance of check and Z is an instrument for Y or there exists W such that W is an instance of debit card and W is an instrument for Y |