diff options
| -rw-r--r-- | python/load_globeop_report.py | 1 |
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: |
