diff options
Diffstat (limited to 'python/dawn_utils.py')
| -rw-r--r-- | python/dawn_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/dawn_utils.py b/python/dawn_utils.py index bfa3d312..dff449d5 100644 --- a/python/dawn_utils.py +++ b/python/dawn_utils.py @@ -166,7 +166,7 @@ def load_spots(engine, schema=None): "Custodian", "Cash Account", "Account"], axis=1, inplace=True) blotter.rename(columns= {'Date': 'trade_date', - 'Settlement Date': 'settlement_date', + 'Settlement Date': 'settle_date', 'Cash Account': 'cashaccount', 'Strategy': 'folder', 'Deal ID': 'id', |
