aboutsummaryrefslogtreecommitdiffstats
path: root/python/bbg_index_quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/bbg_index_quotes.py')
-rw-r--r--python/bbg_index_quotes.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/bbg_index_quotes.py b/python/bbg_index_quotes.py
index ba81739a..bc25c9f5 100644
--- a/python/bbg_index_quotes.py
+++ b/python/bbg_index_quotes.py
@@ -1,9 +1,9 @@
-from serenitas.utils.bbg_helpers import init_bbg_session, BBG_IP, retrieve_data
+from serenitas.analytics.bbg_helpers import init_bbg_session, BBG_IP, retrieve_data
import datetime
from serenitas.utils.db import dbconn
securities = {}
-for series in range(9, 34):
+for series in range(11, 36):
for index_type in ["IG", "HY"]:
for t in [3, 5, 7, 10]:
securities[f"CDX {index_type} CDSI S{series} {t}Y Corp"] = (
@@ -11,7 +11,7 @@ for series in range(9, 34):
index_type,
f"{t}yr",
)
-for series in range(10, 33):
+for series in range(12, 35):
for index_type in ["EUR", "XOVER"]:
for t in [3, 5, 7, 10]:
securities[f"ITRX {index_type} CDSI S{series} {t}Y Corp"] = (