aboutsummaryrefslogtreecommitdiffstats
path: root/python/analytics/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/analytics/index.py')
-rw-r--r--python/analytics/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/analytics/index.py b/python/analytics/index.py
index 02d2d878..98f399de 100644
--- a/python/analytics/index.py
+++ b/python/analytics/index.py
@@ -266,7 +266,7 @@ class Index(object):
# self._yc = ql_to_jp(self._ql_yc)
helpers = rate_helpers(self.currency, evaluation_date=self.value_date)
for rh in helpers:
- rh.quote += 1e-4
+ rh.quote.value += 1e-4
ql_yc = YC(helpers)
self._yc = ql_to_jp(ql_yc)
self._update() # to force recomputation