aboutsummaryrefslogtreecommitdiffstats
path: root/python/markit/import_quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/markit/import_quotes.py')
-rw-r--r--python/markit/import_quotes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/markit/import_quotes.py b/python/markit/import_quotes.py
index 203e1397..2d560a51 100644
--- a/python/markit/import_quotes.py
+++ b/python/markit/import_quotes.py
@@ -19,9 +19,9 @@ 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, 29)] + \
- ['XO' + str(s) for s in range(22, 27)] + \
+ ['XO' + str(s) for s in range(22, 28)] + \
['EU9'] + \
- ['EU' + str(s) for s in range(19, 27)]
+ ['EU' + str(s) for s in range(19, 28)]
DOC_CLAUSE_MAPPING14 = {'Full Restructuring': 'MM14',
'No Restructuring': 'XR14',