aboutsummaryrefslogtreecommitdiffstats
path: root/python/intex/load_indicative.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/intex/load_indicative.py')
-rw-r--r--python/intex/load_indicative.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/intex/load_indicative.py b/python/intex/load_indicative.py
index ac2bb8ab..ce8096ae 100644
--- a/python/intex/load_indicative.py
+++ b/python/intex/load_indicative.py
@@ -151,7 +151,7 @@ def upload_deal_data(conn, filename):
else:
#we always update Deal Cusip List and paid_down
sqlstr = 'UPDATE deal_indicative SET "Deal Cusip List"=%(Deal CUSIP List)s, ' \
- 'paid_down=%(Paid Down)s WHERE dealname=%(Deal Name)s'
+ 'paid_down=%(Paid Down)s WHERE dealname=%(Deal/Tranche ID)s'
if line['Deal CUSIP List']:
line['Deal CUSIP List'] = line['Deal CUSIP List'].split(",")
try: