diff options
Diffstat (limited to 'python/Dawn/models.py')
| -rw-r--r-- | python/Dawn/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py index 28d57990..6e5ad0ad 100644 --- a/python/Dawn/models.py +++ b/python/Dawn/models.py @@ -320,7 +320,7 @@ class SpotDeal(db.Model): info={'choices': [('IBKRNY', 'Interactive Brokers')], 'label': 'counterparty'}, nullable=False) trade_date = db.Column(db.Date, nullable=False) - settlement_date = db.Column(db.Date, nullable=False) + settle_date = db.Column(db.Date, nullable=False) spot_rate = db.Column(db.Float, nullable=False) buy_currency = db.Column(CCY, nullable=False) buy_amount = db.Column(db.Float, nullable=False) |
