appearance as argument number 1 |
(documentation Check EnglishLanguage "A FinancialInstrument drawn against deposited funds, to pay a specified amount of money to a specific person upon demand.") | FinancialOntology.kif 91-92 | |
(subclass Check FinancialInstrument) | FinancialOntology.kif 90-90 | Check is a subclass of financial instrument |
appearance as argument number 2 |
(subclass PayCheck Check) | FinancialOntology.kif 168-168 | Pay check is a subclass of check |
(termFormat ChineseLanguage Check "校验") | domainEnglishFormat.kif 14232-14232 | |
(termFormat ChineseTraditionalLanguage Check "校驗") | domainEnglishFormat.kif 14231-14231 | |
(termFormat EnglishLanguage Check "check") | domainEnglishFormat.kif 14230-14230 |
appearance as argument number 3 |
(domain checkAccount 1 Check) | FinancialOntology.kif 242-242 | The number 1 argument of check account is an instance of check |
(domain checkNumber 1 Check) | FinancialOntology.kif 3456-3456 | The number 1 argument of check number is an instance of check |
antecedent |
consequent |
(=> (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 1129-1142 |
|
(=> (instance ?Depositing DepositingACheck) (exists (?Check) (and (instance ?Check Check) (patient ?Depositing ?Check)))) |
FinancialOntology.kif 333-338 |
|
(=> (instance ?Processing ProcessingACheck) (exists (?Check) (and (instance ?Check Check) (patient ?Processing ?Check)))) |
FinancialOntology.kif 368-373 |
|