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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - inTheMoney
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 The number 1 argument of in the money is an instance of option
(domain inTheMoney 2 TimePosition) FinancialOntology.kif 2997-2997 The number 2 argument of in the money is an instance of time position
(instance inTheMoney BinaryPredicate) FinancialOntology.kif 2995-2995 in the money is an instance of binary predicate

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 30781-30781
(termFormat ChineseTraditionalLanguage inTheMoney "在錢") domainEnglishFormat.kif 30780-30780
(termFormat EnglishLanguage inTheMoney "in the money") domainEnglishFormat.kif 30779-30779

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 There exist a financial instrument, the financial instrumentPrice and another real number such that an agreement is an instance of call option and the financial instrument is an underlier of the agreement and the financial instrument is price the financial instrumentPrice an unit of measure(s) for an agent and the unit of measure is an instance of unit of currency and the other real number the unit of measure(s) is a strike price of the agreement and the other real number is less than the financial instrumentPrice if and only if the agent is an in the money of the agreement
(<=>
    (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 There exist a financial instrument, the financial instrumentPrice and another real number such that an agreement is an instance of put option and the financial instrument is an underlier of the agreement and the financial instrument is price the financial instrumentPrice an unit of measure(s) for an agent and the unit of measure is an instance of unit of currency and the other real number the unit of measure(s) is a strike price of the agreement and the financial instrumentPrice is less than the other real number if and only if the agent is an in the money of the agreement


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