diff options
Diffstat (limited to 'python/process_queue.py')
| -rw-r--r-- | python/process_queue.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index 1735d26c..12026fa8 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -512,10 +512,8 @@ def build_line(obj, trade_type="bond", fund="SERCGMAST"): obj["Executing Broker"] = obj["Counterparty"] if obj["account_code"] == "BAML": obj["Counterparty"] = "BAMSNY" - obj["Custodian"] = "BOMLCM" elif obj["account_code"] == "WF": obj["Counterparty"] = "WELFEI" - obj["Custodian"] = "WELLSFCM" if obj["Clearing Facility"] is None: obj["Clearing Facility"] = "NOT CLEARED" |
