aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/models.py3
-rw-r--r--python/Dawn/static/dawn.js3
2 files changed, 6 insertions, 0 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 21c8d8f8..e884423e 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -103,6 +103,9 @@ CDS_STRAT = ENUM(
"IGMEZ",
"IGSNR",
"IGINX",
+ "XOEQY",
+ "XOMEZ",
+ "XOINX",
"BSPK",
"XCURVE",
name="cds_strat",
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js
index c6f8d0c6..17e45e3b 100644
--- a/python/Dawn/static/dawn.js
+++ b/python/Dawn/static/dawn.js
@@ -50,6 +50,9 @@ $(function() {
case 'IGMEZ':
case 'IGSNR':
case 'IGINX':
+ case 'XOEQY':
+ case 'XOMEZ':
+ case 'XOINX':
case 'BSPK':
$('#portfolio').val('TRANCHE');
break;