Straddle |
appearance as argument number 1 |
(documentation Straddle EnglishLanguage "The purchase or sale of an equal number of puts and calls, with the same strike price and expiration dates.") | FinancialOntology.kif 3146-3147 | |
(subclass Straddle OptionStrategy) | FinancialOntology.kif 3145-3145 |
appearance as argument number 2 |
(subclass LongStraddle Straddle) | FinancialOntology.kif 3175-3175 | |
(termFormat ChineseLanguage Straddle "跨") | domainEnglishFormat.kif 55565-55565 | |
(termFormat ChineseTraditionalLanguage Straddle "跨") | domainEnglishFormat.kif 55564-55564 | |
(termFormat EnglishLanguage Straddle "straddle") | domainEnglishFormat.kif 55563-55563 |
antecedent |
(=> (instance ?Straddle Straddle) (exists (?Call ?Price ?Date ?Number ?Put) (and (equal (CardinalityFn (KappaFn ?Call (and (instance ?Call CallOption) (part ?Call ?Straddle)))) ?Number) (equal (CardinalityFn (KappaFn ?Put (and (instance ?Put PutOption) (part ?Put ?Straddle)))) ?Number) (forall (?Option) (=> (and (instance ?Option Option) (part ?Option ?Straddle)) (and (agreementExpirationDate ?Option ?Date) (strikePrice ?Option ?Price))))))) |
FinancialOntology.kif 3149-3173 |