totalBalance |
appearance as argument number 1 |
![]() |
(documentation totalBalance EnglishLanguage "The initial balance of a loan, which is the amount borrowed.") | FinancialOntology.kif 1410-1411 | |
(domain totalBalance 1 FinancialAccount) | FinancialOntology.kif 1412-1412 | |
(domain totalBalance 2 CurrencyMeasure) | FinancialOntology.kif 1413-1413 | |
(instance totalBalance BinaryPredicate) | FinancialOntology.kif 1409-1409 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage totalBalance "%2 %n 是 %1 的 total 存款") | domainEnglishFormat.kif 2483-2483 | |
(format ChineseTraditionalLanguage totalBalance "%2 %n 是 %1 的 total 存款") | domainEnglishFormat.kif 2482-2482 | |
(format EnglishLanguage totalBalance "%2 is %n a total balance of %1") | domainEnglishFormat.kif 2481-2481 | |
(termFormat ChineseLanguage totalBalance "总余额") | domainEnglishFormat.kif 58540-58540 | |
(termFormat ChineseTraditionalLanguage totalBalance "總餘額") | domainEnglishFormat.kif 58539-58539 | |
(termFormat EnglishLanguage totalBalance "total balance") | domainEnglishFormat.kif 58538-58538 |
antecedent |
![]() |
(=> (and (instance ?LOAN Loan) (equal ?START (BeginFn ?LOAN)) (totalBalance ?LOAN ?BAL)) (currentAccountBalance ?LOAN ?START ?BAL)) |
FinancialOntology.kif 1415-1420 | |
(=> (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 1427-1437 | |
(=> (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 1444-1459 |
![]() |
![]() |