aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/calibrate_tranches_BC.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/python/calibrate_tranches_BC.py b/python/calibrate_tranches_BC.py
index 0a633288..d4ee1f64 100644
--- a/python/calibrate_tranches_BC.py
+++ b/python/calibrate_tranches_BC.py
@@ -50,11 +50,11 @@ if __name__ == "__main__":
start_dates = {# 'hy10': datetime.date(2014, 8, 11),
# 'hy15': datetime.date(2014, 6, 10),
# 'hy17': datetime.date(2013, 1, 1),
- # 'hy19': datetime.date(2013, 2, 1),
- # 'hy21': datetime.date(2013, 10, 4),
- # 'hy23': datetime.date(2014, 10, 16),
- # 'hy25': datetime.date(2015, 10, 1),
- # 'hy27': datetime.date(2016, 10, 4),
+ 'hy19': datetime.date(2013, 2, 1),
+ 'hy21': datetime.date(2013, 10, 4),
+ 'hy23': datetime.date(2014, 10, 16),
+ 'hy25': datetime.date(2015, 10, 1),
+ 'hy27': datetime.date(2016, 10, 4),
'hy29': datetime.date(2017, 10, 3),
'hy31': datetime.date(2018, 10, 2),
'ig9': datetime.date(2013, 1, 1),