aboutsummaryrefslogtreecommitdiffstats
path: root/python/cusip_universe.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/cusip_universe.py')
-rw-r--r--python/cusip_universe.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/cusip_universe.py b/python/cusip_universe.py
index 8e665e14..b389aee0 100644
--- a/python/cusip_universe.py
+++ b/python/cusip_universe.py
@@ -44,8 +44,9 @@ def upload_data(workdate, conn, cursor):
if not curr_date or curr_date[0] < dealupdate[dealname]:
deals_to_update.append(dealname)
line['updatedate'] = dealupdate[dealname]
- for key in ['Curr Balance', 'Orig Balance', 'Orig Attachment Point', 'Curr Attachment Point',
- 'Orig Detachment Point', 'Curr Detachment Point', 'Factor', 'Coupon']:
+ for key in ['Curr Balance', 'Orig Balance', 'Orig Attachment Point',
+ 'Curr Attachment Point', 'Orig Detachment Point',
+ 'Curr Detachment Point', 'Factor', 'Coupon', 'Floater Spread']:
if line[key]:
line[key] = sanitize_float(line[key])
line[key] = convertToNone(line[key])