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 abbc623e..0ddcf496 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -62,7 +62,7 @@ def build_line(obj, queue_name='bond_trades'): obj.accrued, obj.price, None, None, 'SERCGMAST', 'MORTGAGE', None, None, None, None, obj.faceamount, None, None, 'S'] elif queue_name == 'cds_trades': - freq = {4: 'Quaterly', 12: 'Monthly'} + freq = {4: 'Quarterly', 12: 'Monthly'} line = ["CreditDefaultSwapDeal", obj.dealid, obj.action, "Serenitas", None, None , obj.folder, obj.custodian, obj.cashaccount, obj.cp_code, None, 'Valid', str(obj.trade_date), None, None, |
