aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/report_ops/custodians.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py
index e57af93c..a82f2b15 100644
--- a/python/report_ops/custodians.py
+++ b/python/report_ops/custodians.py
@@ -38,7 +38,7 @@ def upload_to_custodian(account, trade_date, conn, upload):
case "BBH":
custodian.staging_queue.append(trade.to_bbh("NEW"))
case "UMB":
- custodian.staging_queue.append(trade.to_globeop("NEW"))
+ custodian.staging_queue.append(trade.to_umb("NEW"))
buf, dest = custodian.build_buffer("bond")
custodian.staging_queue.clear()
conn.commit()