aboutsummaryrefslogtreecommitdiffstats
path: root/python/process_queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/process_queue.py')
-rw-r--r--python/process_queue.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index 2e8910d6..143f941a 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -262,10 +262,10 @@ def build_line(obj, queue_name='bond_trades'):
obj['InitialMarginCurrency'] = obj['Currency']
if obj.get('AttachmentPoint') is None:
obj['ExecutingBroker'] = obj['Counterparty']
- obj['Counterparty'] = 'BOMLCM' if obj['account_code'] == 'BAML' else 'SGFCM'
+ obj['Counterparty'] = 'BAMSNY' if obj['account_code'] == 'BAML' else 'SGFCM'
if obj['Clearing Facility'] is None:
obj['Clearing Facility'] = 'NOT CLEARED'
- obj['Custodian'] = 'NONE'
+ obj['Custodian'] = 'BOMLCM'
elif queue_name == 'future_trades':
obj['Deal Type'] = 'FutureDeal'