diff options
Diffstat (limited to 'python/process_queue.py')
| -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 e7600166..81ddf650 100644 --- a/python/process_queue.py +++ b/python/process_queue.py @@ -462,7 +462,7 @@ def build_line(obj, trade_type="bond", fund="SERCGMAST"): obj[direction + "Currency"] = obj["Currency"] obj[direction + "Notional"] = obj["Notional"] obj[direction + "EffectiveDate"] = get_effective_date( - obj["Trade Date"], obj["SwapType"] + obj["ExpirationDate"], obj["SwapType"] ) if obj["SwapType"] == "CD_INDEX_OPTION": for direction in ["Pay", "Receive"]: |
