aboutsummaryrefslogtreecommitdiffstats
path: root/python/analytics/index_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/analytics/index_data.py')
-rw-r--r--python/analytics/index_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/analytics/index_data.py b/python/analytics/index_data.py
index 41cc4f7f..d94f59c5 100644
--- a/python/analytics/index_data.py
+++ b/python/analytics/index_data.py
@@ -165,7 +165,7 @@ def _get_singlenames_curves(index_type, series, trade_date):
trade_date)
currency = "EUR" if index_type in ["XO", "EU"] else "USD"
args = (tenors, currency)
- return build_curves(sn_quotes, args)
+ return build_curves_dist(sn_quotes, args)
def get_singlenames_curves(index_type, series, trade_date):
tenors = np.array([0.5, 1, 2, 3, 4, 5, 7, 10])