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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CallableLoan
CallableLoan(可赎回贷款)

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


(documentation CallableLoan EnglishLanguage "A loan that must repaid upon the lender's demand.") FinancialOntology.kif 1426-1426
(subclass CallableLoan Loan) FinancialOntology.kif 1425-1425 可赎回贷款贷款subclass

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


(termFormat ChineseLanguage CallableLoan "可赎回贷款") domainEnglishFormat.kif 12757-12757
(termFormat ChineseTraditionalLanguage CallableLoan "可贖回貸款") domainEnglishFormat.kif 12756-12756
(termFormat EnglishLanguage CallableLoan "callable loan") domainEnglishFormat.kif 12755-12755

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


(=>
    (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