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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - optionHolder
optionHolder

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


(documentation optionHolder EnglishLanguage "(optionHolder ?Option ?Agent) means that ?Agent is the holder of the option.") FinancialOntology.kif 2588-2589
(domain optionHolder 1 Agreement) FinancialOntology.kif 2586-2586 The number 1 argument of option holder is an instance of agreement
(domain optionHolder 2 CognitiveAgent) FinancialOntology.kif 2587-2587 The number 2 argument of option holder is an instance of cognitive agent
(instance optionHolder BinaryPredicate) FinancialOntology.kif 2584-2584 option holder is an instance of binary predicate
(subrelation optionHolder partyToAgreement) FinancialOntology.kif 2583-2583 option holder is a subrelation of party to agreement

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


(format ChineseLanguage optionHolder "%2 holds %1 ") domainEnglishFormat.kif 4030-4030
(format ChineseTraditionalLanguage optionHolder "%2 holds %1 ") domainEnglishFormat.kif 4029-4029
(format EnglishLanguage optionHolder "%2 holds %1") domainEnglishFormat.kif 4028-4028
(termFormat ChineseLanguage optionHolder "期权持有人") domainEnglishFormat.kif 42360-42360
(termFormat ChineseTraditionalLanguage optionHolder "期權持有人") domainEnglishFormat.kif 42359-42359
(termFormat EnglishLanguage optionHolder "option holder") domainEnglishFormat.kif 42358-42358

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


(=>
    (and
        (property ?Option AmericanStyleOption)
        (optionHolder ?Option ?Agent)
        (agreementExpirationDate ?Option ?Day))
    (holdsRight
        (exists (?Exercise)
            (and
                (instance ?Exercise ExerciseAnOption)
                (patient ?Exercise ?Option)
                (before
                    (EndFn
                        (WhenFn ?Exercise))
                    (EndFn ?Day)))) ?Agent))
FinancialOntology.kif 2788-2800
(=>
    (and
        (property ?Option Option)
        (optionHolder ?Option ?Agent)
        (strikePrice ?Option ?Price)
        (agreementExpirationDate ?Option ?ExpDate)
        (price ?Stocks ?Price ?Time)
        (instance ?Time TimeInterval)
        (before
            (EndFn ?Time)
            (BeginFn ?ExpDate))
        (underlier ?Option ?Stocks))
    (holdsRight
        (KappaFn ?Sell
            (and
                (instance ?Sell Selling)
                (patient ?Sell ?Stocks)
                (time ?Sell ?Time)
                (measure ?Stocks
                    (MeasureFn 100 ShareUnit))
                (agent ?Sell ?Agent))) ?Agent))
FinancialOntology.kif 2669-2685
(=>
    (and
        (property ?Option Option)
        (optionHolder ?Option ?Agent)
        (strikePrice ?Option ?Price)
        (agreementExpirationDate ?Option ?ExpDate)
        (underlier ?Option ?Stocks)
        (price ?Stocks ?Price ?Time)
        (instance ?Time TimeInterval)
        (before
            (EndFn ?Time)
            (BeginFn ?ExpDate)))
    (holdsRight
        (KappaFn ?Buy
            (and
                (instance ?Buy Buying)
                (patient ?Buy ?Stocks)
                (time ?Buy ?Time)
                (measure ?Stocks
                    (MeasureFn 100 ShareUnit))
                (agent ?Buy ?Agent))) ?Agent))
FinancialOntology.kif 2623-2639
(=>
    (optionHolder ?OPTION ?AGENT)
    (property ?OPTION Option))
FinancialOntology.kif 2591-2593


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