aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/markit/import_quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/markit/import_quotes.py b/python/markit/import_quotes.py
index ebd9bbc7..2f3f4a22 100644
--- a/python/markit/import_quotes.py
+++ b/python/markit/import_quotes.py
@@ -20,7 +20,7 @@ def convert(x):
index_list = ['HY9', 'HY10'] + ['HY' + str(s) for s in range(15, 27)] + ['IG9'] + \
['IG' + str(s) for s in range(16, 27)] + \
['XO22', 'XO23', 'XO24', 'XO25', 'EU9'] + \
- ['EU' +str(s) for s in range(19, 25)]
+ ['EU' +str(s) for s in range(19, 26)]
DOC_CLAUSE_MAPPING14 = {'Full Restructuring': 'MM14',
'No Restructuring': 'XR14',