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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - outOfTheMoney
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 3047-3049
(domain outOfTheMoney 1 Option) FinancialOntology.kif 3045-3045 Die Zahl 1 Argument von outOfTheMoney ist ein fall von Option %n{nicht}
(domain outOfTheMoney 2 TimePosition) FinancialOntology.kif 3046-3046 Die Zahl 2 Argument von outOfTheMoney ist ein fall von TimePosition %n{nicht}
(instance outOfTheMoney BinaryPredicate) FinancialOntology.kif 3044-3044 outOfTheMoney ist ein fall von BinaryPredicate %n{nicht}

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


(format ChineseLanguage outOfTheMoney "%2 %n 是 %1 的 out 资兂短缺") domainEnglishFormat.kif 1883-1883
(format ChineseTraditionalLanguage outOfTheMoney "%2 %n 是 %1 的 out 資兂短缺") domainEnglishFormat.kif 1882-1882
(format EnglishLanguage outOfTheMoney "%2 is %n an out of the money of %1") domainEnglishFormat.kif 1881-1881
(termFormat ChineseLanguage outOfTheMoney "没钱了") domainEnglishFormat.kif 43704-43704
(termFormat ChineseTraditionalLanguage outOfTheMoney "沒錢了") domainEnglishFormat.kif 43703-43703
(termFormat EnglishLanguage outOfTheMoney "out of the money") domainEnglishFormat.kif 43702-43702

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 3051-3062 Es gibt FinancialInstrument, ** FinancialInstrumentPrice, and und ** RealNumber um Agreement ist ein fall von CallOption %n{nicht} und underlier ** Agreement and ** FinancialInstrument und price ** FinancialInstrument, ** FinancialInstrumentPrice UnitOfMeasure(s) and AutonomousAgent und ** UnitOfMeasure ist ein fall von UnitOfCurrency %n{nicht} und strikePrice ** Agreement and ** ** RealNumber ** UnitOfMeasure(s) und ** FinancialInstrumentPrice ist kleinerAls ** ** RealNumber %n{nicht} genau dann wenn outOfTheMoney ** Agreement and ** AutonomousAgent
(<=>
    (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 3064-3075 Es gibt FinancialInstrument, ** FinancialInstrumentPrice, and und ** RealNumber um Agreement ist ein fall von PutOption %n{nicht} und underlier ** Agreement and ** FinancialInstrument und price ** FinancialInstrument, ** FinancialInstrumentPrice UnitOfMeasure(s) and AutonomousAgent und ** UnitOfMeasure ist ein fall von UnitOfCurrency %n{nicht} und strikePrice ** Agreement and ** ** RealNumber ** UnitOfMeasure(s) und ** ** RealNumber ist kleinerAls ** FinancialInstrumentPrice %n{nicht} genau dann wenn outOfTheMoney ** Agreement and ** AutonomousAgent


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