diff options
| -rw-r--r-- | python/load_globeop_report.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/load_globeop_report.py b/python/load_globeop_report.py index ac64b936..aadfd52f 100644 --- a/python/load_globeop_report.py +++ b/python/load_globeop_report.py @@ -52,13 +52,6 @@ def read_valuation_report(f): .replace("HEDGE_CLO", "CLO") .replace("HEDGE_MBS", "MORTGAGES") ) - if "counterparty" in df: - df.counterparty = ( - df.counterparty.str.replace("MSCILN", "MSCSNY") - .replace("GOLINY", "GOLDNY") - .replace("BOANNY", "BAMSNY") - .replace("CSITLN", "CSFBBO") - ) df.columns = df.columns.str.lower() return df |
