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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - optionSeller
optionSeller

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


(documentation optionSeller EnglishLanguage "(optionSeller ?Option ?Agent) means that ?Agent is the writer of the option.") FinancialOntology.kif 2601-2602
(domain optionSeller 1 Agreement) FinancialOntology.kif 2599-2599 期权卖方 的 1 数量 是 协议instance
(domain optionSeller 2 CognitiveAgent) FinancialOntology.kif 2600-2600 期权卖方 的 2 数量 是 有认知的主事instance
(instance optionSeller BinaryPredicate) FinancialOntology.kif 2597-2597 期权卖方二元谓语instance
(subrelation optionSeller partyToAgreement) FinancialOntology.kif 2596-2596 期权卖方协议的一方subrelation

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


(format ChineseLanguage optionSeller "%2 sells %1 ") domainEnglishFormat.kif 4034-4034
(format ChineseTraditionalLanguage optionSeller "%2 sells %1 ") domainEnglishFormat.kif 4033-4033
(format EnglishLanguage optionSeller "%2 sells %1") domainEnglishFormat.kif 4032-4032
(termFormat ChineseLanguage optionSeller "期权卖方") domainEnglishFormat.kif 42366-42366
(termFormat ChineseTraditionalLanguage optionSeller "期權賣方") domainEnglishFormat.kif 42365-42365
(termFormat EnglishLanguage optionSeller "option seller") domainEnglishFormat.kif 42364-42364

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


(=>
    (and
        (property ?Option Option)
        (optionSeller ?Option ?Agent)
        (strikePrice ?Option ?Price)
        (agreementExpirationDate ?Option ?ExpDate)
        (price ?Stocks ?Price ?Time)
        (instance ?Time TimeInterval)
        (before
            (EndFn ?Time)
            (BeginFn ?ExpDate))
        (underlier ?Option ?Stocks))
    (holdsObligation
        (KappaFn ?Buy
            (and
                (instance ?Buy Buying)
                (patient ?Buy ?Stocks)
                (time ?Buy ?Time)
                (measure ?Stocks
                    (MeasureFn 100 ShareUnit))
                (agent ?Buy ?Agent))) ?Agent))
FinancialOntology.kif 2687-2703
(=>
    (and
        (property ?Option Option)
        (optionSeller ?Option ?Seller)
        (strikePrice ?Option ?Price)
        (agreementExpirationDate ?Option ?ExpDate)
        (underlier ?Option ?Stocks)
        (price ?Stocks ?Price ?Time)
        (instance ?Time TimeInterval)
        (before
            (EndFn ?Time)
            (BeginFn ?ExpDate)))
    (holdsObligation
        (KappaFn ?Sell
            (and
                (instance ?Sell Selling)
                (patient ?Sell ?Stocks)
                (time ?Sell ?Time)
                (measure ?Stocks
                    (MeasureFn 100 ShareUnit))
                (agent ?Sell ?Agent))) ?Seller))
FinancialOntology.kif 2641-2659
(=>
    (optionSeller ?OPTION ?AGENT)
    (property ?OPTION Option))
FinancialOntology.kif 2604-2606


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