aboutsummaryrefslogtreecommitdiffstats
path: root/python/reallocate_iam.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/reallocate_iam.py')
-rw-r--r--python/reallocate_iam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/reallocate_iam.py b/python/reallocate_iam.py
index 6a322754..ca1d9207 100644
--- a/python/reallocate_iam.py
+++ b/python/reallocate_iam.py
@@ -85,7 +85,7 @@ def gen_strat_alloc(conn, trade_date):
False,
)
)
- if row.broker != "GOLDNY": # HM doesn't book FCM, no need to offset
+ if row.broker != "GS_FCM": # HM doesn't book FCM, no need to offset
totals[_iam_brokers[row.broker]] += row.amount
new_iam += gen_offset(totals, trade_date)
return new_iam