aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/external_deriv_marks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/external_deriv_marks.py b/python/external_deriv_marks.py
index f5483e5c..d23ad30d 100644
--- a/python/external_deriv_marks.py
+++ b/python/external_deriv_marks.py
@@ -65,6 +65,7 @@ def ms_navs(date: datetime.date = None, fund: str = "Serenitas"):
]
]
df.columns = COLUMNS
+ df.ia *= -1.0
if m := re.match(r"[^\d]*(\d{8})", fname.name):
(date_string,) = m.groups()
date = datetime.datetime.strptime(date_string, "%Y%m%d")