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



KB Term:  Term intersection
English Word: 

  TimePeriod

Sigma KEE - IOCOrder
IOCOrder(IOC order)

appearance as argument number 1
-------------------------


(subclass IOCOrder FinancialOrder) FinancialOntology.kif 2863-2863 IOC order is a subclass of financial order
(documentation IOCOrder EnglishLanguage "Immediate or cancel Order is a type of option order which gives the trading crowd one opportunity to take the other side of the trade. After being announced, the order will be either partially or totally filled with any remaining balance immediately cancelled. An IOC order, which can be considered a type of day order, cannot be used as part of a GTC order since it will be cancelled shortly after being entered. The difference between fill_or_kill (FOK) orders and IOC orders is that a IOC order may be partially executed.") FinancialOntology.kif 2864-2871 IOC order is a subclass of financial order

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage IOCOrder "IOC order") domainEnglishFormat.kif 30909-30909
(termFormat ChineseTraditionalLanguage IOCOrder "國際奧委會訂單") domainEnglishFormat.kif 30910-30910
(termFormat ChineseLanguage IOCOrder "国际奥委会订单") domainEnglishFormat.kif 30911-30911

antecedent
-------------------------


(=>
    (and
        (instance ?Order IOCOrder)
        (agreementPeriod ?Order ?Period))
    (or
        (exists (?Fill ?Time1)
            (and
                (instance ?Fill FillingAnOrder)
                (patient ?Fill ?Order)
                (equal
                    (WhenFn ?Fill) ?Time1)
                (starts ?Time1 ?Period)))
        (exists (?Kill ?Time2)
            (and
                (instance ?Kill CancellingAnOrder)
                (patient ?Kill ?Order)
                (equal
                    (WhenFn ?Kill) ?Time2)
                (starts ?Time2 ?Period)))))
FinancialOntology.kif 2873-2889 If X is an instance of IOC order and Y is an agreement period of X, then there exist Z, W such that Z is an instance of filling an order, X is a patient of Z, equal the time of existence of Z, W, and W starts Y or there exist V, U such that V is an instance of cancelling an order, X is a patient of V, equal the time of existence of V, U, and U starts Y


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners