Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  NetherlandsAntilles

Sigma KEE - totalBalance
totalBalance

appearance as argument number 1
-------------------------


(instance totalBalance BinaryPredicate) FinancialOntology.kif 1433-1433 total balance is an instance of binary predicate
(documentation totalBalance EnglishLanguage "The initial balance of a loan, which is the amount borrowed.") FinancialOntology.kif 1434-1435 total balance is an instance of binary predicate
(domain totalBalance 1 FinancialAccount) FinancialOntology.kif 1436-1436 The number 1 argument of total balance is an instance of financial account
(domain totalBalance 2 CurrencyMeasure) FinancialOntology.kif 1437-1437 The number 2 argument of total balance is an instance of currency measure

appearance as argument number 2
-------------------------


(format EnglishLanguage totalBalance "%2 is %n a total balance of %1") domainEnglishFormat.kif 2481-2481
(format ChineseTraditionalLanguage totalBalance "%2 %n 是 %1 的 total 存款") domainEnglishFormat.kif 2482-2482
(format ChineseLanguage totalBalance "%2 %n 是 %1 的 total 存款") domainEnglishFormat.kif 2483-2483
(termFormat EnglishLanguage totalBalance "total balance") domainEnglishFormat.kif 58531-58531
(termFormat ChineseTraditionalLanguage totalBalance "總餘額") domainEnglishFormat.kif 58532-58532
(termFormat ChineseLanguage totalBalance "总余额") domainEnglishFormat.kif 58533-58533

antecedent
-------------------------


(=>
    (and
        (instance ?LOAN Loan)
        (equal ?START
            (BeginFn ?LOAN))
        (totalBalance ?LOAN ?BAL))
    (currentAccountBalance ?LOAN ?START ?BAL))
FinancialOntology.kif 1439-1444 If X is an instance of loan, equal Y and the beginning of X, and Z is a total balance of X, then X current account balance Y for Z
(=>
    (and
        (instance ?Loan BalloonLoan)
        (maturityDate ?Loan ?Date)
        (totalBalance ?Loan ?Amount)
        (borrower ?Loan ?Agent))
    (holdsObligation ?Agent
        (exists (?Payment)
            (and
                (date ?Payment ?Date)
                (transactionAmount ?Payment ?Amount)
                (destination ?Payment
                    (CurrencyFn ?Loan))))))
FinancialOntology.kif 1451-1462 If X is an instance of balloon loan, Y is a maturity date of X, Z is a total balance of X, and X is the borrower of W, then W is obliged to perform tasks of type there exists V such that date of V is Y, Z is a transaction amount of V, and V ends up at the currency of X
(=>
    (and
        (instance ?Loan CallableLoan)
        (lender ?Loan ?Lender)
        (borrower ?Loan ?Borrower)
        (totalBalance ?Loan ?Amount)
        (instance ?Call Call)
        (agent ?Call ?Lender)
        (patient ?Call ?Loan))
    (holdsObligation ?Borrower
        (exists (?Payment)
            (and
                (destination ?Payment ?Lender)
                (time ?Payment
                    (ImmediateFutureFn
                        (WhenFn ?Call)))
                (transactionAmount ?Payment ?Amount)))))
FinancialOntology.kif 1469-1485 If All of the following hold: (1) X is an instance of callable loan (2) Y lends X (3) X is the borrower of Z (4) W is a total balance of X (5) V is an instance of call (6) Y is an agent of V (7) X is a patient of V, then Z is obliged to perform tasks of type there exists U such that U ends up at Y, U exists during immediately after the time of existence of V, and W is a transaction amount of U


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners