aboutsummaryrefslogtreecommitdiffstats
path: root/python/Dawn/static/dawn.js
diff options
context:
space:
mode:
Diffstat (limited to 'python/Dawn/static/dawn.js')
-rw-r--r--python/Dawn/static/dawn.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js
index a45411f4..e9fd586c 100644
--- a/python/Dawn/static/dawn.js
+++ b/python/Dawn/static/dawn.js
@@ -1,7 +1,7 @@
var index_list = [];
var bbg_map = {'CDX': ["IG", "HY"], 'ITRX': ["EUR", "XOVER"]};
-var series_map = {'CDX': ["24", "25", "26", "27", "28", "29", "30", "31", "32", "33"],
- 'ITRX': ["24", "25", "26", "27", "28", "29", "30", "31", "32"]};
+var series_map = {'CDX': ["24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34"],
+ 'ITRX': ["24", "25", "26", "27", "28", "29", "30", "31", "32", "33"]};
var index_tenor = ["3Y", "5Y", "7Y", "10Y"];
for(var begin_index in bbg_map){
for(var i=0; i<bbg_map[begin_index].length; i++){