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 aaada0f7..9c5f9f78 100644
--- a/python/insert_tranche_quotes.py
+++ b/python/insert_tranche_quotes.py
@@ -117,7 +117,7 @@ def insert_quotes(year=2014, quote_dir=None):
except TypeError:
trancherunning = None
trancheupfrontbid = trancheupfrontmid = trancheupfrontask = 0
- if series in [19, 21]:
+ if series in [19, 21, 22]:
if attach<=3:
trancherunningbid = trancherunningask = trancherunningmid = 500 if series==19 else 100
trancheupfrontbid = convert(csvdict['Upfront Bid'])