diff options
| -rw-r--r-- | python/intex/load_indicative.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/intex/load_indicative.py b/python/intex/load_indicative.py index aaac172a..e7c90dea 100644 --- a/python/intex/load_indicative.py +++ b/python/intex/load_indicative.py @@ -137,7 +137,7 @@ def upload_deal_data(conn, filename): line["Latest Update"] = line["Paid Down"] for field in ["Deal Closing Date", "Deal Termination Date", "Reinv End Date", \ "Latest Update", "Pay Day", "Deal First Pay Date", "Paid Down", - "Deal's Last Refi Date"]: + "Deal Last Refi Date"]: if line[field]: try: line[field] = datetime.datetime.strptime(line[field], '%b %d, %Y').date() @@ -181,7 +181,7 @@ def upload_deal_data(conn, filename): "VALUES (%(Deal/Tranche ID)s, %(Curr Deal Bal)s, %(Tranche Curr Bal)s, " \ "%(Tranche Factor)s, %(Principal Collection Account)s, " \ "%(Interest Collection Account)s, %(CDOpercent)s, %(defaultedbal)s, " \ - "%(Coupon)s, %(Latest Update)s, %(Deal's Last Refi Date)s, " \ + "%(Coupon)s, %(Latest Update)s, %(Deal Last Refi Date)s, " \ "%(Deal CUSIP List)s, %(Deal Termination Date)s, %(Reinv End Date)s, " \ "%(Orig Deal Bal)s, %(Tranche Orig Bal)s)" try: |
