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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - LimitOrder
LimitOrder(limit order)

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 Limit order is a subattribute of financial order

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 The number 1 argument of limit price is an instance of limit order

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


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