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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SpreadOption
SpreadOption(spread option)

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


(documentation SpreadOption EnglishLanguage "The purchase of one option and the simultaneous sale of a related option, such as two options of the same class but different strike prices and/ or expiration dates.") FinancialOntology.kif 3107-3109
(externalImage SpreadOption "http://upload.wikimedia.org/wikipedia/commons/ 4/ 4c/ E_ticker.jpg") pictureList.kif 11883-11883
(externalImage SpreadOption "http://upload.wikimedia.org/wikipedia/commons/ 7/ 72/ Boerse_01_KMJ.jpg") pictureList.kif 10271-10271
(externalImage SpreadOption "http://upload.wikimedia.org/wikipedia/en/d/ d4/ LongButterfly.jpg") pictureList.kif 11884-11884
(subclass SpreadOption OptionStrategy) FinancialOntology.kif 3106-3106 Spread option is a subclass of option strategy

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


(subclass ButterflySpread SpreadOption) FinancialOntology.kif 3126-3126 Butterfly spread is a subclass of spread option
(termFormat ChineseLanguage SpreadOption "传播选择") domainEnglishFormat.kif 54849-54849 Butterfly spread is a subclass of spread option
(termFormat ChineseTraditionalLanguage SpreadOption "傳播選擇") domainEnglishFormat.kif 54848-54848 Butterfly spread is a subclass of spread option
(termFormat EnglishLanguage SpreadOption "spread option") domainEnglishFormat.kif 54847-54847 Butterfly spread is a subclass of spread option

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


(=>
    (instance ?Spread SpreadOption)
    (exists (?Option1 ?Option2 ?Buy ?Sell ?Time)
        (and
            (instance ?Option1 Option)
            (instance ?Option2 Option)
            (instance ?Buy Buying)
            (instance ?Sell Selling)
            (subProcess ?Buy ?Spread)
            (subProcess ?Sell ?Spread)
            (patient ?Buy ?Option1)
            (patient ?Sell ?Option2)
            (time ?Buy ?Time)
            (time ?Sell ?Time))))
FinancialOntology.kif 3111-3124


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