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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - totalBalance
totalBalance

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


(documentation totalBalance EnglishLanguage "The initial balance of a loan, which is the amount borrowed.") FinancialOntology.kif 1408-1409
(domain totalBalance 1 FinancialAccount) FinancialOntology.kif 1410-1410 The number 1 argument of total balance is an instance of financial account
(domain totalBalance 2 CurrencyMeasure) FinancialOntology.kif 1411-1411 The number 2 argument of total balance is an instance of currency measure
(instance totalBalance BinaryPredicate) FinancialOntology.kif 1407-1407 total balance is an instance of binary predicate

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 58569-58569
(termFormat ChineseTraditionalLanguage totalBalance "總餘額") domainEnglishFormat.kif 58568-58568
(termFormat EnglishLanguage totalBalance "total balance") domainEnglishFormat.kif 58567-58567

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


(=>
    (and
        (instance ?LOAN Loan)
        (equal ?START
            (BeginFn ?LOAN))
        (totalBalance ?LOAN ?BAL))
    (currentAccountBalance ?LOAN ?START ?BAL))
FinancialOntology.kif 1413-1418
(=>
    (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 1425-1435
(=>
    (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 1442-1457


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



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners