diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/models.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py index a1c35762..08cdf079 100644 --- a/python/Dawn/models.py +++ b/python/Dawn/models.py @@ -37,8 +37,7 @@ class Accounts(db.Model): counterparty = db.Column(db.String(12), db.ForeignKey('counterparties.code')) PORTFOLIO = ENUM('OPTIONS', 'IR', 'MORTGAGES', 'IG', 'HY', 'CURVE', 'TRANCHE', - 'CLO', 'HEDGE_MAC', 'MORTGAGES', 'STRUCTURED', - name='portfolio') + 'CLO', 'HEDGE_MAC', 'STRUCTURED', name='portfolio') 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', |
