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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index 31d01160..2b99831c 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -170,7 +170,7 @@ def build_line(obj, queue_name='bond_trades'):
obj['Delivery'] = 'S'
## zero coupon bond
if obj['CUSIP'] != obj['GlopeOp Security Identifier']:
- obk['CUSIP'] = None
+ obj['CUSIP'] = None
elif queue_name == 'swaption_trades':
obj['Deal Type'] = 'SwaptionDeal'
obj['Portfolio'] = 'OPTIONS'