aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/insert_tranche_quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/insert_tranche_quotes.py b/python/insert_tranche_quotes.py
index 934313a2..aaada0f7 100644
--- a/python/insert_tranche_quotes.py
+++ b/python/insert_tranche_quotes.py
@@ -79,7 +79,7 @@ def insert_quotes(year=2014, quote_dir=None):
elif csvdict['Ticker'] == 'CDX-NAIG':
- if series>=22:
+ if series>=24:
continue
trancheupfrontbid = convert(csvdict['Upfront Bid'])
trancheupfrontask = convert(csvdict['Upfront Ask'])