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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Call
Call(call)

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


(documentation Call EnglishLanguage "Exercising a CallOption.") FinancialOntology.kif 1437-1437
(subclass Call FinancialTransaction) FinancialOntology.kif 1438-1438 Call is a subclass of financial transaction

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


(termFormat ChineseLanguage Call "呼叫") domainEnglishFormat.kif 12760-12760
(termFormat ChineseTraditionalLanguage Call "呼叫") domainEnglishFormat.kif 12759-12759
(termFormat EnglishLanguage Call "call") domainEnglishFormat.kif 12758-12758

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

consequent
-------------------------


(=>
    (and
        (instance ?Bond CallableBond)
        (issuedBy ?Bond ?Agent))
    (capability Call agent ?Agent))
FinancialOntology.kif 2491-2495


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