aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/import_quotes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/import_quotes.py b/python/import_quotes.py
index 5c3c9f9c..5e5af988 100644
--- a/python/import_quotes.py
+++ b/python/import_quotes.py
@@ -18,7 +18,8 @@ def convert(x):
return None
index_list = ['HY9', 'HY10'] + ['HY' + str(s) for s in range(15, 24)] + ['IG9'] + \
- ['IG' + str(s) for s in range(16, 24)] + ['XO22', 'EU9', 'EU19', 'EU21', 'EU22']
+ ['IG' + str(s) for s in range(16, 25)] + ['XO22', 'XO23', 'EU9'] + \
+ ['EU' +str(s) for s in range(19, 24)]
DOC_CLAUSE_MAPPING14 = {'Full Restructuring': 'MM14',
'No Restructuring': 'XR14',