CallableLoan(callable loan) |
appearance as argument number 1 |
(documentation CallableLoan EnglishLanguage "A loan that must repaid upon the lender's demand.") | FinancialOntology.kif 1426-1426 | |
(subclass CallableLoan Loan) | FinancialOntology.kif 1425-1425 | Callable loan is a subclass of loan |
appearance as argument number 2 |
(termFormat ChineseLanguage CallableLoan "可赎回贷款") | domainEnglishFormat.kif 12773-12773 | |
(termFormat ChineseTraditionalLanguage CallableLoan "可贖回貸款") | domainEnglishFormat.kif 12772-12772 | |
(termFormat EnglishLanguage CallableLoan "callable loan") | domainEnglishFormat.kif 12771-12771 |
antecedent |
(=> (and (instance ?Loan CallableLoan) (lender ?Loan ?Lender) (borrower ?Loan ?Borrower) (totalBalance ?Loan ?Amount) (instance ?Call Call) (agent ?Call ?Lender) (patient ?Call ?Loan)) (holdsObligation (KappaFn ?Payment (and (destination ?Payment ?Lender) (time ?Payment (ImmediateFutureFn (WhenFn ?Call))) (transactionAmount ?Payment ?Amount))) ?Borrower)) |
FinancialOntology.kif 1428-1443 |
|