diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/mtm_upload.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/mtm_upload.py b/python/mtm_upload.py index a4042682..1334da3e 100644 --- a/python/mtm_upload.py +++ b/python/mtm_upload.py @@ -104,7 +104,7 @@ def tranche_trades(conn): "security_id": "RED", "orig_attach": "Attachment Point", "orig_detach": "Exhaustion Point", - "upfront_settle_date": "First Payment Date", + # "upfront_settle_date": "First Payment Date", }, ) if obj["Initial Payment"] >= 0: @@ -126,8 +126,8 @@ def tranche_trades(conn): # Temporary Static Values obj["Account Abbreviation"] = "Serenitas-test1" obj["Currency Code"] = "USD" - obj["Initial Payment Currency"] = "USD" - obj["First Payment Date"] = "2022-01-18" + # obj["Initial Payment Currency"] = "USD" + # obj["First Payment Date"] = "2022-01-18" obj["Broker Id"] = "0000571T" # obj['DTCC Ineligible'] = 'N' # obj['Master Document Date'] = '2001-01-01' |
