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 1394-1395
(domain totalBalance 1 FinancialAccount) FinancialOntology.kif 1396-1396 总余额 的 1 数量 是 金融账户instance
(domain totalBalance 2 CurrencyMeasure) FinancialOntology.kif 1397-1397 总余额 的 2 数量 是 货币测量instance
(instance totalBalance BinaryPredicate) FinancialOntology.kif 1393-1393 总余额二元谓语instance

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 58532-58532
(termFormat ChineseTraditionalLanguage totalBalance "總餘額") domainEnglishFormat.kif 58531-58531
(termFormat EnglishLanguage totalBalance "total balance") domainEnglishFormat.kif 58530-58530

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


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