diff options
Diffstat (limited to 'python/ops/headers.py')
| -rw-r--r-- | python/ops/headers.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/ops/headers.py b/python/ops/headers.py index d3582575..5b1d54b6 100644 --- a/python/ops/headers.py +++ b/python/ops/headers.py @@ -719,7 +719,7 @@ HEADERS = { } MTM_HEADERS = { - DealType.CDS: [ + "cds": [ "Swap ID", "Allocation ID", "Description", @@ -789,7 +789,7 @@ MTM_HEADERS = { "Alternate Trade ID", "Definitions Type", ], - DealType.Swaption: [ + "swaption": [ "Swap ID", "Broker Id", "Trade ID", @@ -822,7 +822,7 @@ MTM_HEADERS = { "Swaption Quotation Rate Type", "Effective Date", ], - DealType.Termination: [ + "termination": [ "Swap ID", "Allocation ID", "Description", @@ -851,7 +851,7 @@ MTM_HEADERS = { "Remaining Party", "DTCC Remaining CounterParty ID", ], - DealType.TRS: [ + "trs": [ "Swap ID", "Allocation ID", "Description ", |
