diff options
Diffstat (limited to 'python/analytics')
| -rw-r--r-- | python/analytics/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/analytics/index.py b/python/analytics/index.py index a8c9a8ef..10238fce 100644 --- a/python/analytics/index.py +++ b/python/analytics/index.py @@ -255,7 +255,7 @@ class Index(object): # for rh in self._helpers: # rh.quote += 1e-4 # self._yc = ql_to_jp(self._ql_yc) - helpers = rate_helpers(self.currency) + helpers = rate_helpers(self.currency, evaluation_date=self.trade_date) for rh in helpers: rh.quote += 1e-4 ql_yc = YC(helpers) |
