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 5a76ce1a..3e639560 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -144,9 +144,9 @@ def build_termination(obj): def build_line(obj, queue_name='bond_trades'): obj['Client'] = 'Serenitas' - obj['Fund'] = 'SERCGMAST' obj['State'] = 'Valid' - rename_cols = {'action': 'Action', + rename_cols = {'fund': 'Fund', + 'action': 'Action', 'dealid': 'Deal Id', 'folder': 'Folder', 'custodian': 'Custodian', |
