totalBalance |
appearance as argument number 1 |
(documentation totalBalance EnglishLanguage "The initial balance of a loan, which is the amount borrowed.") | FinancialOntology.kif 1394-1395 | |
(domain totalBalance 1 FinancialAccount) | FinancialOntology.kif 1396-1396 | |
(domain totalBalance 2 CurrencyMeasure) | FinancialOntology.kif 1397-1397 | |
(instance totalBalance BinaryPredicate) | FinancialOntology.kif 1393-1393 |
appearance as argument number 2 |
(format ChineseLanguage totalBalance "%2 %n 是 %1 的 total 存款") | domainEnglishFormat.kif 2479-2479 | |
(format ChineseTraditionalLanguage totalBalance "%2 %n 是 %1 的 total 存款") | domainEnglishFormat.kif 2478-2478 | |
(format EnglishLanguage totalBalance "%2 is %n a total balance of %1") | domainEnglishFormat.kif 2477-2477 | |
(termFormat ChineseLanguage totalBalance "总余额") | domainEnglishFormat.kif 58571-58571 | |
(termFormat ChineseTraditionalLanguage totalBalance "總餘額") | domainEnglishFormat.kif 58570-58570 | |
(termFormat EnglishLanguage totalBalance "total balance") | domainEnglishFormat.kif 58569-58569 |
antecedent |
(=> (and (instance ?LOAN Loan) (equal ?START (BeginFn ?LOAN)) (totalBalance ?LOAN ?BAL)) (currentAccountBalance ?LOAN ?START ?BAL)) |
FinancialOntology.kif 1399-1404 | |
(=> (and (instance ?Loan BalloonLoan) (maturityDate ?Loan ?Date) (totalBalance ?Loan ?Amount) (borrower ?Loan ?Agent)) (holdsObligation (KappaFn ?Payment (and (date ?Payment ?Date) (transactionAmount ?Payment ?Amount) (destination ?Payment (CurrencyFn ?Loan)))) ?Agent)) |
FinancialOntology.kif 1411-1421 | |
(=> (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 |