LimitOrder |
appearance as argument number 1 |
![]() |
(documentation LimitOrder EnglishLanguage "LimitOrder is an order to a Broker to buy a specified quantity of a Security at or below a specified price, or to sell it at or above a specified limitPrice.") | FinancialOntology.kif 2007-2008 | |
(subAttribute LimitOrder FinancialOrder) | FinancialOntology.kif 2006-2006 |
appearance as argument number 2 |
![]() |
(termFormat ChineseLanguage LimitOrder "限价订单") | domainEnglishFormat.kif 34491-34491 | |
(termFormat ChineseTraditionalLanguage LimitOrder "限價訂單") | domainEnglishFormat.kif 34490-34490 | |
(termFormat EnglishLanguage LimitOrder "limit order") | domainEnglishFormat.kif 34489-34489 |
appearance as argument number 3 |
![]() |
(domain limitPrice 1 LimitOrder) | FinancialOntology.kif 2011-2011 |
antecedent |
![]() |
(=> (and (attribute ?Order LimitOrder) (partyToAgreement ?Order ?Broker) (attribute ?Broker Broker) (orderFor ?Order Buying ?Object) (measure ?Object ?Quantity) (limitPrice ?Order (MeasureFn ?LimitPrice ?U)) (instance ?U UnitOfCurrency) (askPrice ?Object (MeasureFn ?Price ?U) ?Time) (lessThanOrEqualTo ?Price ?LimitPrice)) (holdsObligation (KappaFn ?Buy (and (instance ?Buy Buying) (patient ?Buy ?Object) (measure ?Object ?Quantity) (equal (WhenFn ?Buy) ?BuyingTime) (overlapsTemporally ?Time ?BuyingTime))) ?Broker)) |
FinancialOntology.kif 2022-2043 | |
(=> (and (attribute ?Order LimitOrder) (partyToAgreement ?Order ?Broker) (attribute ?Broker Broker) (orderFor ?Order Selling ?Object) (measure ?Object ?Quantity) (limitPrice ?Order (MeasureFn ?LimitPrice ?U)) (bidPrice ?Object (MeasureFn ?Price ?U) ?Time) (instance ?U UnitOfCurrency) (greaterThanOrEqualTo ?Price ?LimitPrice)) (holdsObligation (KappaFn ?Sell (and (instance ?Sell Selling) (patient ?Sell ?Object) (measure ?Object ?Quantity) (equal (WhenFn ?Sell) ?SellingTime) (overlapsTemporally ?SellingTime ?Time))) ?Broker)) |
FinancialOntology.kif 2045-2066 | |
(=> (attribute ?Order LimitOrder) (exists (?Price) (limitPrice ?Order ?Price))) |
FinancialOntology.kif 2017-2020 |
![]() |
![]() |