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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - FOKOrder
FOKOrder

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


(documentation FOKOrder EnglishLanguage "Fill_or_kill order is a type of option order which requires that the order be executed completely or not at all. A fill_or_kill order is similar to an all_or_none (AON) order. The difference is that if the order cannot be completely executed (i.e., filled in its entirety) as soon as it is announced in the trading crowd, it is to be 'killed' (i.e., cancelled) immediately. Unlike an AON order, a FOK order cannot be used as part of a GTC order.") FinancialOntology.kif 2890-2896
(subAttribute FOKOrder FinancialOrder) FinancialOntology.kif 2889-2889

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


(termFormat ChineseLanguage FOKOrder "FOK订单") domainEnglishFormat.kif 24481-24481
(termFormat ChineseTraditionalLanguage FOKOrder "FOK訂單") domainEnglishFormat.kif 24480-24480
(termFormat EnglishLanguage FOKOrder "FOK order") domainEnglishFormat.kif 24479-24479

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


(=>
    (and
        (attribute ?Order FOKOrder)
        (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 2898-2914


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