diff options
Diffstat (limited to 'python/position.py')
| -rw-r--r-- | python/position.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/python/position.py b/python/position.py index 751359c5..add0c91e 100644 --- a/python/position.py +++ b/python/position.py @@ -400,7 +400,12 @@ if __name__ == "__main__": dawn_conn, session, workdate, - ("SERCGMAST", "BRINKER", "BOWDST"), + ( + "SERCGMAST", + "BRINKER", + "BOWDST", + "ISOSEL", + ), ) update_fx(dawn_conn, session, ["EURUSD", "CADUSD"]) update_swap_rates(serenitas_conn, session) |
