aboutsummaryrefslogtreecommitdiffstats
path: root/python/load_intex_collateral.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/load_intex_collateral.py')
-rw-r--r--python/load_intex_collateral.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/load_intex_collateral.py b/python/load_intex_collateral.py
index 30e76806..c913be41 100644
--- a/python/load_intex_collateral.py
+++ b/python/load_intex_collateral.py
@@ -82,6 +82,8 @@ def upload_data(dealnames, workdate, conn, cursor):
line['Life Floor'] = float('Nan')
if line['CUSIP']== 'XAQ3930AAB43':
line['CUSIP']='BL078321'
+ if line['CUSIP']:
+ line['CUSIP'] = line['CUSIP'].upper()
r = [convertToNone(line[field]) for field in fields]
if r[fields.index('CUSIP')] and len(r[fields.index('CUSIP')])>9:
pdb.set_trace()