diff options
Diffstat (limited to 'python/Dawn/models.py')
| -rw-r--r-- | python/Dawn/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py index 4e0c26a3..c8773d8d 100644 --- a/python/Dawn/models.py +++ b/python/Dawn/models.py @@ -356,6 +356,7 @@ class CDSDeal(db.Model): Counterparties, foreign_keys=[termination_cp] ) fcm_account = db.relationship(Accounts, foreign_keys=[account_code]) + ref = db.Column(db.Float) __table_args__ = ( db.CheckConstraint( "(swap_type IN ('CD_INDEX_TRANCHE', 'BESPOKE') AND " |
