CallableLoan |
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 |
appearance as argument number 2 |
(termFormat ChineseLanguage CallableLoan "可赎回贷款") | domainEnglishFormat.kif 12768-12768 | |
(termFormat ChineseTraditionalLanguage CallableLoan "可贖回貸款") | domainEnglishFormat.kif 12767-12767 | |
(termFormat EnglishLanguage CallableLoan "callable loan") | domainEnglishFormat.kif 12766-12766 |
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 |