aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/Dawn/models.py2
-rw-r--r--sql/dawn.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 063c2316..c860f9c9 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -40,7 +40,7 @@ class Accounts(db.Model):
BOND_STRAT = ENUM('M_STR_MAV', 'M_STR_MEZZ', 'CSO_TRANCH',
'M_CLO_BB20', 'M_CLO_AAA', 'M_CLO_BBB', 'M_MTG_IO', 'M_MTG_THRU',
'M_MTG_GOOD', 'M_MTG_B4PR', 'M_MTG_RW', 'M_MTG_FP', 'M_MTG_LMG',
- 'M_MTG_SD', 'M_MTG_PR', name='bond_strat')
+ 'M_MTG_SD', 'M_MTG_PR', 'M_MTG_CRT_SD', name='bond_strat')
CDS_STRAT = ENUM('HEDGE_CSO', 'HEDGE_CLO', 'HEDGE_MAC', 'HEDGE_MBS',
'SER_IGSNR', 'SER_IGMEZ', 'SER_IGEQY', 'SER_IGINX', 'SER_HYSNR',
diff --git a/sql/dawn.sql b/sql/dawn.sql
index d2286e23..f18d27ba 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -2,7 +2,7 @@
CREATE TYPE bond_strat AS ENUM('M_STR_MAV', 'M_STR_SMEZZ', 'CSO_TRANCH',
'M_CLO_BB20', 'M_CLO_AAA', 'M_CLO_BBB', 'M_MTG_IO', 'M_MTG_THRU',
'M_MTG_GOOD', 'M_MTG_B4PR', 'M_MTG_RW', 'M_MTG_FP', 'M_MTG_LMG',
- 'M_MTG_SD', 'M_MTG_PR');
+ 'M_MTG_SD', 'M_MTG_PR', 'M_MTG_CRT_SD');
CREATE TYPE cds_strat AS ENUM('HEDGE_CSO', 'HEDGE_CLO', 'HEDGE_MAC', 'HEDGE_MBS',
'SER_IGSNR', 'SER_IGMEZ', 'SER_IGEQY', 'SER_IGINX', 'SER_HYSNR',