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 1993-1994 | |
(subAttribute LimitOrder FinancialOrder) | FinancialOntology.kif 1992-1992 |
appearance as argument number 2 |
(termFormat ChineseLanguage LimitOrder "限价订单") | domainEnglishFormat.kif 34463-34463 | |
(termFormat ChineseTraditionalLanguage LimitOrder "限價訂單") | domainEnglishFormat.kif 34462-34462 | |
(termFormat EnglishLanguage LimitOrder "limit order") | domainEnglishFormat.kif 34461-34461 |
appearance as argument number 3 |
(domain limitPrice 1 LimitOrder) | FinancialOntology.kif 1997-1997 |
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 2008-2029 | |
(=> (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 2031-2052 | |
(=> (attribute ?Order LimitOrder) (exists (?Price) (limitPrice ?Order ?Price))) |
FinancialOntology.kif 2003-2006 |