aboutsummaryrefslogtreecommitdiffstats
path: root/python/insert_tranche_quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/insert_tranche_quotes.py')
-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 64fd2ef1..251d60bf 100644
--- a/python/insert_tranche_quotes.py
+++ b/python/insert_tranche_quotes.py
@@ -119,7 +119,7 @@ def insert_quotes(year=2015, quote_dir=None):
except TypeError:
trancherunning = None
trancheupfrontbid = trancheupfrontmid = trancheupfrontask = 0
- if series in [19, 21, 22]:
+ if series in [19, 21, 22, 24]:
if attach<=3:
trancherunningbid = trancherunningask = trancherunningmid = 500 if series==19 else 100
trancheupfrontbid = convert(csvdict['Upfront Bid'])