aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/collateral/cs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/cs.py b/python/collateral/cs.py
index f151a9c2..7f0b18bc 100644
--- a/python/collateral/cs.py
+++ b/python/collateral/cs.py
@@ -75,7 +75,7 @@ def collateral(d, dawn_trades, *, fund="Serenitas", **kwargs):
df.columns = [c.replace("\n", " ").strip() for c in df.columns]
df = df[1:]
df["Trade ID"] = df["Trade ID"].astype("int").astype("str")
- df = df.rename(columns={"Notional1CCY": "Currency"})
+ df = df.rename(columns={"Notional1 CCY": "Currency"})
elif fund == "Serenitas":
df = pd.read_excel(
DATA_DIR / f"DERV048829_{d:%b%d%Y}.xlsx", header=9, skipfooter=50,