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 e9f49a1f..e5150954 100644 --- a/python/Dawn/views.py +++ b/python/Dawn/views.py @@ -109,7 +109,7 @@ def get_form(trade, kind): upfront_settle_date=today.date() + 3 * bus_day) else: form = Form(trade_date=today.date(), - settle_date=today.date() + 3 * bus_day) + settle_date=today.date() + 2 * bus_day) #add extra empty fields empty_choice = (None, '') for attr in ['folder', 'buysell', 'asset_class', 'swaption_type']: |
