aboutsummaryrefslogtreecommitdiffstats
path: root/python/load_globeop_report.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/load_globeop_report.py')
-rw-r--r--python/load_globeop_report.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/load_globeop_report.py b/python/load_globeop_report.py
index 2e2ced15..d4e71d79 100644
--- a/python/load_globeop_report.py
+++ b/python/load_globeop_report.py
@@ -118,6 +118,7 @@ def read_cds_report(f):
"Trading Notional",
"BBGID",
"Business Unit",
+ "Option Type",
]
df = df.drop(to_drop, axis=1, errors="ignore")
df2 = df2.drop(to_drop, axis=1, errors="ignore")