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

Formal Language: 



KB Term:  Term intersection
English Word: 

  IOCOrder

Sigma KEE - IOCOrder
IOCOrder(IOC order)

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


(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 2845-2852
(subAttribute IOCOrder FinancialOrder) FinancialOntology.kif 2844-2844 IOC order is a subattribute of financial order

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


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

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


(=>
    (and
        (attribute ?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 2854-2870


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 is open source software produced by Articulate Software and its partners