aboutsummaryrefslogtreecommitdiffstats
path: root/python/external_deriv_marks.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/external_deriv_marks.py')
-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 3b878a1d..a7055e69 100644
--- a/python/external_deriv_marks.py
+++ b/python/external_deriv_marks.py
@@ -267,7 +267,7 @@ def cs_navs(date: datetime.date = None, fund: str = "Serenitas"):
def jpm_navs(date: datetime.date = None, fund: str = "BowdSt"):
- account = {"Serenitas": 923550, "BowdSt": 909271}
+ account = {"Serenitas": 923550, "BowdSt": 909271, "Selene": "1001279"}
DATA_DIR = DAILY_DIR / fund / "JPM_reports"
if date:
glob_str = f"{date:%y%m%d}"