diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/views.py b/python/Dawn/views.py index 350660e7..68161bdf 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -258,7 +258,7 @@ def get_form(trade, kind): form = Form( trade_date=today.date(), effective_date=tomorrow.date(), - upfront_settle_date=today.date() + 3 * bus_day, + settle_date=today.date() + 3 * bus_day, ) form.portfolio.choices = [("OPTIONS", "OPTIONS"), ("IR", "IR")] else: |
