diff options
| -rw-r--r-- | python/reallocate_cash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/reallocate_cash.py b/python/reallocate_cash.py index fc218c3d..b5f19f00 100644 --- a/python/reallocate_cash.py +++ b/python/reallocate_cash.py @@ -99,7 +99,7 @@ def get_strategy_alloc(conn, trade_date): def process_trades(conn, trade_date): - # We will be grabbing the IAM deals from the DB + # We will be grabbing the IAM deals from the DB for the new trades and for the updated trades deals = [] actions = { "NEW": ( |
