inTheMoney |
appearance as argument number 1 |
(documentation inTheMoney EnglishLanguage "A call option is in the money if the stock price is above the strike price. A put option is in the money if the stock price is below the strike price.") | FinancialOntology.kif 2998-3000 | |
(domain inTheMoney 1 Option) | FinancialOntology.kif 2996-2996 | |
(domain inTheMoney 2 TimePosition) | FinancialOntology.kif 2997-2997 | |
(instance inTheMoney BinaryPredicate) | FinancialOntology.kif 2995-2995 |
appearance as argument number 2 |
(format ChineseLanguage inTheMoney "%2 %n 是 %1 的 in 金钱") | domainEnglishFormat.kif 1377-1377 | |
(format ChineseTraditionalLanguage inTheMoney "%2 %n 是 %1 的 in 金錢") | domainEnglishFormat.kif 1376-1376 | |
(format EnglishLanguage inTheMoney "%2 is %n an in the money of %1") | domainEnglishFormat.kif 1375-1375 | |
(termFormat ChineseLanguage inTheMoney "在钱") | domainEnglishFormat.kif 30810-30810 | |
(termFormat ChineseTraditionalLanguage inTheMoney "在錢") | domainEnglishFormat.kif 30809-30809 | |
(termFormat EnglishLanguage inTheMoney "in the money") | domainEnglishFormat.kif 30808-30808 |
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 ?StrikePrice ?StockPrice))) (inTheMoney ?Option ?Time)) |
FinancialOntology.kif 3002-3013 | |
(<=> (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 ?StockPrice ?StrikePrice))) (inTheMoney ?Option ?Time)) |
FinancialOntology.kif 3015-3026 |