diff options
Diffstat (limited to 'python/process_queue.py')
| -rw-r--r-- | python/process_queue.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/process_queue.py b/python/process_queue.py index a8e8a8e0..93895efd 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -174,8 +174,8 @@ def build_line(obj, queue_name='bond_trades'): 'upfront': 'UpfrontFee', 'upfront_settle_date': 'UpfrontFeePayDate', 'swap_type': 'SwapType', - 'attach': 'AttachmentPoint', - 'detach': 'ExhaustionPoint', + 'orig_attach': 'AttachmentPoint', + 'orig_detach': 'ExhaustionPoint', 'clearing_facility': 'Clearing Facility', 'isda_definition': 'ISDADefinition', 'expiration_date': 'ExpirationDate', |
