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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CallableLoan
CallableLoan(callable loan)

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


(documentation CallableLoan EnglishLanguage "A loan that must repaid upon the lender's demand.") FinancialOntology.kif 1440-1440
(subclass CallableLoan Loan) FinancialOntology.kif 1439-1439 Callable loan is a subclass of loan

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


(termFormat ChineseLanguage CallableLoan "可赎回贷款") domainEnglishFormat.kif 12772-12772
(termFormat ChineseTraditionalLanguage CallableLoan "可贖回貸款") domainEnglishFormat.kif 12771-12771
(termFormat EnglishLanguage CallableLoan "callable loan") domainEnglishFormat.kif 12770-12770

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