diff options
| -rw-r--r-- | python/load_globeop_report.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/load_globeop_report.py b/python/load_globeop_report.py index f6e13304..5ea765a7 100644 --- a/python/load_globeop_report.py +++ b/python/load_globeop_report.py @@ -81,7 +81,8 @@ def read_cds_report(f, old_report=False): 'Last Modified Date', 'Fund Long Name', 'Instrument Sub Type', 'Netting Id', 'Client', 'Trade Status', 'Position Status', 'Clearing Broker', 'Settle Mode', 'Off Price', 'On Price', - 'Price Ccy'], axis=1, errors='ignore') + 'Price Ccy', 'VAT', 'SEC Fee', 'Clearing Fee', 'Remaining Notional', + 'Trading Notional'], axis=1, errors='ignore') df.columns = df.columns.str.lower().str.replace(" ", "_") if old_report: df.calendar = df.calendar.str.replace(" ", "") |
