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 519ecaa0..f9bdf615 100644
--- a/python/load_globeop_report.py
+++ b/python/load_globeop_report.py
@@ -33,6 +33,7 @@ def read_valuation_report(f):
df["PeriodEndDate"] = date - bus_day
df["row"] = df.index
df["Fund"] = df.Fund.str.replace("BOS_PAT_BOWDOIN", "BOWDST")
+ df["CounterPartyCode"] = df["CounterPartyCode"].str.replace("BTIGNY", "BTIG")
if "AccountingPeriod" in df:
del df["AccountingPeriod"]
if "CounterParty" in df: