aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/models.py1
-rw-r--r--python/Dawn/static/dawn.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 5fe85047..21c8d8f8 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -104,6 +104,7 @@ CDS_STRAT = ENUM(
"IGSNR",
"IGINX",
"BSPK",
+ "XCURVE",
name="cds_strat",
)
diff --git a/python/Dawn/static/dawn.js b/python/Dawn/static/dawn.js
index 0ae6b543..bc788b1d 100644
--- a/python/Dawn/static/dawn.js
+++ b/python/Dawn/static/dawn.js
@@ -34,6 +34,7 @@ $(function() {
break;
case 'SER_ITRXCURVE':
case 'SER_IGCURVE':
+ case 'XCURVE':
$('#portfolio').val('CURVE');
break;
case 'HYEQY':