outOfTheMoney |
appearance as argument number 1 |
![]() |
(documentation outOfTheMoney EnglishLanguage "A call option is out of the money if the stock price is below its strike price. A put option is out of the money if the stock price is above its strike price.") | FinancialOntology.kif 3064-3066 | |
(domain outOfTheMoney 1 Option) | FinancialOntology.kif 3062-3062 | |
(domain outOfTheMoney 2 TimePosition) | FinancialOntology.kif 3063-3063 | |
(instance outOfTheMoney BinaryPredicate) | FinancialOntology.kif 3061-3061 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage outOfTheMoney "%2 %n 是 %1 的 out 资兂短缺") | domainEnglishFormat.kif 1887-1887 | |
(format ChineseTraditionalLanguage outOfTheMoney "%2 %n 是 %1 的 out 資兂短缺") | domainEnglishFormat.kif 1886-1886 | |
(format EnglishLanguage outOfTheMoney "%2 is %n an out of the money of %1") | domainEnglishFormat.kif 1885-1885 | |
(termFormat ChineseLanguage outOfTheMoney "没钱了") | domainEnglishFormat.kif 43706-43706 | |
(termFormat ChineseTraditionalLanguage outOfTheMoney "沒錢了") | domainEnglishFormat.kif 43705-43705 | |
(termFormat EnglishLanguage outOfTheMoney "out of the money") | domainEnglishFormat.kif 43704-43704 |
consequent |
![]() |
(<=> (exists (?Stock ?StockPrice ?StrikePrice) (and (instance ?Option CallOption) (underlier ?Option ?Stock) (price ?Stock (MeasureFn ?StockPrice ?U) ?Time) (instance ?U UnitOfCurrency) (strikePrice ?Option (MeasureFn ?StrikePrice ?U)) (lessThan ?StockPrice ?StrikePrice))) (outOfTheMoney ?Option ?Time)) |
FinancialOntology.kif 3068-3079 | |
(<=> (exists (?Stock ?StockPrice ?StrikePrice) (and (instance ?Option PutOption) (underlier ?Option ?Stock) (price ?Stock (MeasureFn ?StockPrice ?U) ?Time) (instance ?U UnitOfCurrency) (strikePrice ?Option (MeasureFn ?StrikePrice ?U)) (lessThan ?StrikePrice ?StockPrice))) (outOfTheMoney ?Option ?Time)) |
FinancialOntology.kif 3081-3092 |
![]() |
![]() |