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 2002-2003 | |
(subAttribute LimitOrder FinancialOrder) | FinancialOntology.kif 2001-2001 |
appearance as argument number 2 |
![]() |
(termFormat ChineseLanguage LimitOrder "限价订单") | domainEnglishFormat.kif 34446-34446 | |
(termFormat ChineseTraditionalLanguage LimitOrder "限價訂單") | domainEnglishFormat.kif 34445-34445 | |
(termFormat EnglishLanguage LimitOrder "limit order") | domainEnglishFormat.kif 34444-34444 |
appearance as argument number 3 |
![]() |
(domain limitPrice 1 LimitOrder) | FinancialOntology.kif 2006-2006 |
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 2017-2038 | |
(=> (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 2040-2061 | |
(=> (attribute ?Order LimitOrder) (exists (?Price) (limitPrice ?Order ?Price))) |
FinancialOntology.kif 2012-2015 |
![]() |
![]() |