aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/load_indicative.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/load_indicative.py b/python/load_indicative.py
index 793222fa..c8b1ac91 100644
--- a/python/load_indicative.py
+++ b/python/load_indicative.py
@@ -125,7 +125,7 @@ def upload_deal_data(conn, filename):
"CDO Defaulted Security Balance (Reported)"]:
if line[key]:
line[key] = sanitize_float(line[key])
-
+ line['Deal/Tranche ID'] = line['Deal/Tranche ID'].lower()
dealname = line['Deal/Tranche ID']
line['defaultedbal'] = line["CDO Defaulted Security Balance (Reported)"]
if dealname not in deallist2: