aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/external_deriv_marks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/external_deriv_marks.py b/python/external_deriv_marks.py
index dcf8653c..9bbd522c 100644
--- a/python/external_deriv_marks.py
+++ b/python/external_deriv_marks.py
@@ -13,7 +13,7 @@ from serenitas.analytics.utils import get_fx
COLUMNS = ["trade_date", "buy/sell", "notional", "local_nav", "base_nav", "ia"]
-def gs_navs(date: datetime.date = None, fund: str = "Serenitas"):
+def gs_navs(date: datetime.date | None = None, fund: str = "Serenitas"):
d = {}
date_str = date.strftime("%d_%b_%Y") if date else ""
for fname in (DAILY_DIR / fund / "GS_reports").glob(