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, 1 insertions, 1 deletions
diff --git a/python/load_intex_collateral.py b/python/load_intex_collateral.py
index 33c59c0a..3df9facd 100644
--- a/python/load_intex_collateral.py
+++ b/python/load_intex_collateral.py
@@ -62,7 +62,7 @@ def upload_data(workdate, conn, cursor):
or line['Issuer'].lower() == 'dummy':
# assume it's a reinvestment asset
line['Reinvest Collat'] = True
- line['Issuer'] = 'Reinvestment Asset'
+ line['Issuer'] = line['ID Number']
except AttributeError as detail:
print dealname
if 'Spread' in missingfields: