aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops')
-rw-r--r--python/report_ops/custodians.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py
index cbf5c274..a0763995 100644
--- a/python/report_ops/custodians.py
+++ b/python/report_ops/custodians.py
@@ -62,8 +62,8 @@ def upload_to_custodian(account, trade_date, upload, em):
row.accrued_payment,
),
)
- trade = BondDeal.from_dict(**row._asdict(), scaled=True)
- custodian.push_trade(trade, "NEW")
+ trade = BondDeal.from_dict(**row._asdict(), scaled=True)
+ custodian.push_trade(trade, "NEW")
if not custodian.staging_queue:
return
buf, dest = custodian.build_buffer("bond")