diff options
| -rw-r--r-- | python/process_queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index 4c7a5610..c581cf53 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -185,7 +185,7 @@ def build_line(obj, queue_name='bond_trades'): obj['Transaction Indicator'] = "Buy" if obj['buysell'] else "Sell" if queue_name == 'bond_trades': obj['Deal Type'] = 'MortgageDeal' - obj['Portfolio'] = 'MORTGAGE' + obj['Portfolio'] = 'MORTGAGES' obj['Delivery'] = 'S' # zero coupon bond if obj['CUSIP'] != obj['GlopeOp Security Identifier']: |
