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 2010-2011 | |
(subAttribute LimitOrder FinancialOrder) | FinancialOntology.kif 2009-2009 |
appearance as argument number 2 |
![]() |
(termFormat ChineseLanguage LimitOrder "限价订单") | domainEnglishFormat.kif 34474-34474 | |
(termFormat ChineseTraditionalLanguage LimitOrder "限價訂單") | domainEnglishFormat.kif 34473-34473 | |
(termFormat EnglishLanguage LimitOrder "limit order") | domainEnglishFormat.kif 34472-34472 |
appearance as argument number 3 |
![]() |
(domain limitPrice 1 LimitOrder) | FinancialOntology.kif 2014-2014 |
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 2025-2046 | |
(=> (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 2048-2069 | |
(=> (attribute ?Order LimitOrder) (exists (?Price) (limitPrice ?Order ?Price))) |
FinancialOntology.kif 2020-2023 |
![]() |
![]() |