diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/collateral/bnp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/collateral/bnp.py b/python/collateral/bnp.py index 4736aed5..d9f2d107 100644 --- a/python/collateral/bnp.py +++ b/python/collateral/bnp.py @@ -47,7 +47,6 @@ def collateral( df = load_file(d, "Exposure Statement", fund) df = df[["Trade Ref", "Exposure Amount (Agmt Ccy)", "Lock Up (Agmt Ccy)"]] df["Trade Ref"] = df["Trade Ref"].str.replace("(FOC-|MBO-)", "", regex=True) - # df["Trade Ref"] = df["Trade Ref"].str.replace("MBO-", "") df = df.merge(dawn_trades, how="left", left_on="Trade Ref", right_on="cpty_id") missing_ids = df.loc[df.cpty_id.isnull(), "Trade Ref"] if not missing_ids.empty: |
