diff options
Diffstat (limited to 'python/position.py')
| -rw-r--r-- | python/position.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/position.py b/python/position.py index 873cc9ac..5b3157bf 100644 --- a/python/position.py +++ b/python/position.py @@ -381,8 +381,8 @@ if __name__ == "__main__": workdate = pd.Timestamp.now().normalize() with init_bbg_session(BBG_IP) as session: update_securities(dawn_engine, session, workdate) - populate_cashflow_history(dawn_engine, session, workdate, "SERCGMAST") - populate_cashflow_history(dawn_engine, session, workdate, "BRINKER") + for fund in ("SERCGMAST", "BRINKER", "BOWDST"): + populate_cashflow_history(dawn_engine, session, workdate, fund) update_fx(dawn_conn, session, ["EURUSD", "CADUSD"]) update_swap_rates(serenitas_conn, session) update_cash_rates(serenitas_conn, session) |
