diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/upload_bbh_trades.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/upload_bbh_trades.py b/python/upload_bbh_trades.py index 68e6bf66..bbfea5eb 100644 --- a/python/upload_bbh_trades.py +++ b/python/upload_bbh_trades.py @@ -37,6 +37,9 @@ if __name__ == "__main__": obj["Account Number"] = "4023461" obj["Currency"] = "USD" obj["Clearing Broker ID / Type"] = obj["Trading Broker Type/ID"] + obj["Other Fees Amount"] = 0 + obj["Commission Amount"] = 0 + obj["SEC Fees Amount"] = 0 new_obj = {"tradeid": obj["tradeid"]} for header in BBH_BOND_HEADERS: new_obj[header] = obj.get(header, None) |
