![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| 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 |
|
|
| 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 |