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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GTCOrder
GTCOrder(GTC order)

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


(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 2925-2929
(subAttribute GTCOrder FinancialOrder) FinancialOntology.kif 2924-2924 GTC order is a subattribute of financial order

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


(termFormat ChineseLanguage GTCOrder "GTC订单") domainEnglishFormat.kif 26866-26866
(termFormat ChineseTraditionalLanguage GTCOrder "GTC訂單") domainEnglishFormat.kif 26865-26865
(termFormat EnglishLanguage GTCOrder "GTC order") domainEnglishFormat.kif 26864-26864

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


(=>
    (and
        (attribute ?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 2931-2947

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


(=>
    (attribute ?Order AONOrder)
    (or
        (instance ?Order DayOrder)
        (instance ?Order GTCOrder)))
FinancialOntology.kif 2918-2922
(=>
    (attribute ?Order OCOOrder)
    (or
        (attribute ?Order DayOrder)
        (attribute ?Order GTCOrder)))
FinancialOntology.kif 2991-2995


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