diff options
Diffstat (limited to 'python/ops/headers.py')
| -rw-r--r-- | python/ops/headers.py | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/python/ops/headers.py b/python/ops/headers.py index 88126628..d3582575 100644 --- a/python/ops/headers.py +++ b/python/ops/headers.py @@ -692,6 +692,30 @@ HEADERS = { "InitialFXRate", "TradeDateFX", ], + "iam": HEADERS_PRE + + [ + "SettlementDate", + "Reserved", + "InstrumentType", + "ExpirationDate", + "CallNoticeIndicator", + "TransactionIndicator", + "StartMoney", + "Currency", + "Rate", + "Commission", + "DealFunction", + "FromAccount", + "ClientReference", + "Basis", + "MarginType", + "ClearingFacility" "CcpTradeRef", + "BlockId", + "BlockAmount", + "ExecutionDateTimeStamp", + "Collateralized", + "TradeDateFX", + ], } MTM_HEADERS = { |
