-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal_trade_transaction_condition_code.json
More file actions
53 lines (53 loc) · 4.39 KB
/
external_trade_transaction_condition_code.json
File metadata and controls
53 lines (53 loc) · 4.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"codes": {
"BCBL": "Board lots, not set for odd lots (UK specific).",
"BCBN": "Bad names, not set for good names (UK specific).",
"BCFD": "Form of delivery, not for foreign registration when unset (UK specific).",
"BCPD": "Place of delivery, in country of incorporation when unset (UK specific).",
"BCRO": "Result of option when set (UK specific).",
"BCRP": "Result of repo when set (UK specific).",
"BLKO": "The trade is a block trade or not, ie, whether allocation instruction will follow or not.",
"BTEX": "Trade to be executed done at best execution.",
"BTMI": "Bought minus indicator.",
"CALL": "Trade to be executed following the exercise of a call option on the security.",
"CBNS": "The trade is executed cum bonus.",
"CCPN": "The trade is executed cum coupon.",
"CDIV": "The trade is executed cum dividend.",
"CLBR": "Trade to be executed for closure of a previous position before the rollover of a position (Deferred Settlement Service).",
"CLEN": "The trade is executed clean, ie government tax must not be paid on the accrued interest on the bond.",
"CRST": "Cross trades are allowed whereby buy and sell orders are offset without recording the trade on the exchange",
"CRTS": "The trade is executed cum rights.",
"CWAR": "The trade is executed cum warrant.",
"DIOR": "A customer order where the customer gives specific instructions to the broker concerning the orders routing destination.",
"DIRT": "The trade is executed dirty, ie government tax must be paid on the accrued interest on the bond.",
"DORD": "The order is to be executed by a trading party other than the trading party to which the order is sent. In this case, the instructing party has traded with another broker which will subsequently send an advice of execution to the executing party who received the order and which is acting as clearing broker.",
"FORW": "The order is based on a forward price.",
"FRAC": "Fractional parts are allowed.",
"GTDL": "The delivery of the financial instrument on settlement date is guaranteed.",
"HIST": "The order is based on a historic price.",
"MAPR": "Trade was executed at market price.",
"MONT": "Trade to be executed for month-end settlement (Deferred Settlement Service).",
"NBFR": "Trade to be executed for a new trade position on the next month following the roll-over of a position (Deferred Settlement Service).",
"NCRS": "Cross trades, whereby buy and sell orders are offset without recording the trade on the exchange, are not allowed.",
"NEGO": "Trade for which the price is not the one quoted but an improved one, that is, the negotiated price.",
"NMPR": "Trade was executed outside of normal market conditions, for example, in the case of an iceberg order.",
"PETA": "Allows trader to explicitly request anonymity or disclosure in pre-trade market data feeds. Anonymity is relevant in markets where counterparties are regularly disclosed in order depth feeds. Disclosure is relevant when counterparties are not normally visible.",
"PUTT": "Trade to be executed following the exercise of a put option on the security.",
"SETI": "Trade is exempt from short-sale rules.",
"SPCU": "The trade is executed with a special cum dividend, ie, buying after the ex date and getting the dividend.",
"SPEX": "The trade is executed with a special ex dividend, ie, selling before the ex date without the coupon.",
"SPSI": "Sold plus indication.",
"SSTI": "The trade is sold short. When the seller does not have the financial instrument, the delivery is effected by borrowing the financial instrument by or for the account of the seller.",
"TEFR": "Trade executed this month following the rollover of positions.",
"TRFR": "Trade to be executed on the next month following the roll-over of positions.",
"WIBC": "Transaction is before the issue date after announcement of the auction.",
"WICD": "Transaction is after the issue date after announcement of the auction.",
"XBNS": "The trade is executed ex bonus.",
"XCPN": "The trade is executed ex coupon.",
"XDIV": "The trade is executed ex dividend.",
"XRTS": "The trade is executed ex rights.",
"XWAR": "The trade is executed ex warrant."
},
"description": "Specifies the external Trade Transaction Condition code in the format of character string with a maximum length of 4 characters.",
"name": "ExternalTradeTransactionCondition1Code"
}