aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/models.py5
-rw-r--r--python/Dawn/static/dawn.js1
2 files changed, 4 insertions, 2 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 9effbef3..23280c29 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -101,11 +101,13 @@ CDS_STRAT = ENUM(
"SER_HYMEZ",
"SER_HYEQY",
"SER_HYINX",
+ "SER_HYCURVE",
"SER_IGCURVE",
+ "SER_ITRXCURVE",
+ "XCURVE",
"MBSCDS",
"IGOPTDEL",
"HYOPTDEL",
- "SER_ITRXCURVE",
"HYEQY",
"HYMEZ",
"HYSNR",
@@ -122,7 +124,6 @@ CDS_STRAT = ENUM(
"EUSNR",
"EUINX",
"BSPK",
- "XCURVE",
name="cds_strat",
)
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js
index 98903b61..970a0e0c 100644
--- a/python/Dawn/static/dawn.js
+++ b/python/Dawn/static/dawn.js
@@ -40,6 +40,7 @@ $(function() {
case 'HYOPTDEL':
$('#portfolio').val('OPTIONS');
break;
+ case 'SER_HYCURVE':
case 'SER_ITRXCURVE':
case 'SER_IGCURVE':
case 'XCURVE':