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



KB Term:  Term intersection
English Word: 

Sigma KEE - GTCOrder
GTCOrder(GTC order)

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


(subclass GTCOrder FinancialOrder) FinancialOntology.kif 2929-2929 GTC order is a subclass of financial order
(documentation GTCOrder EnglishLanguage "Good-'til_cancelled (GTC) order is a type of limit order that remains in effect until it is either executed (filled) or cancelled, as opposed to a day order, which expires if not executed by the end of the trading day. A GTC option order is an order which if not executed will be automatically cancelled at the option's expiration") FinancialOntology.kif 2930-2934 GTC order is a subclass of financial order

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


(termFormat EnglishLanguage GTCOrder "GTC order") domainEnglishFormat.kif 26840-26840
(termFormat ChineseTraditionalLanguage GTCOrder "GTC訂單") domainEnglishFormat.kif 26841-26841
(termFormat ChineseLanguage GTCOrder "GTC订单") domainEnglishFormat.kif 26842-26842

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


(=>
    (and
        (instance ?Order GTCOrder)
        (agreementPeriod ?Order ?Period))
    (or
        (exists (?Execute ?Time)
            (and
                (instance ?Execute FillingAnOrder)
                (patient ?Execute ?Order)
                (equal
                    (WhenFn ?Execute) ?Time)
                (overlapsTemporally ?Time ?Period)))
        (exists (?Cancel ?End)
            (and
                (instance ?Cancel CancellingAnOrder)
                (patient ?Cancel ?Order)
                (equal
                    (WhenFn ?Cancel) ?End)
                (finishes ?End ?Period)))))
FinancialOntology.kif 2936-2952 If X is an instance of GTC 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 Y overlaps W 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 finishes Y

consequent
-------------------------


(=>
    (instance ?Order AONOrder)
    (or
        (instance ?Order DayOrder)
        (instance ?Order GTCOrder)))
FinancialOntology.kif 2923-2927 If X is an instance of AON order, then X is an instance of day order or X is an instance of GTC order
(=>
    (instance ?Order OCOOrder)
    (or
        (instance ?Order DayOrder)
        (instance ?Order GTCOrder)))
FinancialOntology.kif 2996-3000 If X is an instance of OCO order, then X is an instance of day order or X is an instance of GTC order


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners