diff options
Diffstat (limited to 'python/import_cds_quotes.py')
| -rw-r--r-- | python/import_cds_quotes.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/import_cds_quotes.py b/python/import_cds_quotes.py index 058213c9..3ccdac28 100644 --- a/python/import_cds_quotes.py +++ b/python/import_cds_quotes.py @@ -27,8 +27,7 @@ def get_current_tickers(database, workdate): c.execute(sqlstr, (index, workdate)) for line in c: all_tickers.add((line['markit_ticker'], line['markit_tier'])) - if workdate <= datetime.date(2014, 9, 19): - key = (line['markit_ticker'], line['markit_tier'], 'USD', doc_clause, spread) + key = (line['markit_ticker'], line['markit_tier'], 'USD', doc_clause, spread) hykey = key[:-1]+(0.05,) if hykey in markit_bbg_mapping: del markit_bbg_mapping[hykey] ## we only keep the tightest quote |
