diff options
Diffstat (limited to 'python/headers.py')
| -rw-r--r-- | python/headers.py | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/python/headers.py b/python/headers.py index e6c94d3a..09ede5f4 100644 --- a/python/headers.py +++ b/python/headers.py @@ -825,29 +825,29 @@ MTM_HEADERS = { "DTCC Remaining CounterParty ID", ], DealType.TRS: [ - "Swap ID ", + "Swap ID", "Allocation ID", "Description ", - "Broker Id ", + "Broker Id", "DTCC CounterParty ID", - "Trade ID ", - "Trade Date ", + "Trade ID", + "Trade Date", "Effective Date", "Settle Date", - "Maturity Date ", - "Account Abbreviation ", + "Maturity Date", + "Account Abbreviation", "1st Leg Notional", - "Currency Code ", + "Currency Code", "Initial Payment", "Initial Payment Currency", "Original Issue Date", "Interest Payment Method Description", - "Product Type ", + "Product Type", "Product Sub Type", - "Transaction Type ", + "Transaction Type", "Protection", "Transaction Code", - "Remaining Party ", + "Remaining Party", "DTCC Remaining CounterParty ID", "Independent Amount (%)", "Independent Amount ($)", |
