diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/calibrate_tranches_BC.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/calibrate_tranches_BC.py b/python/calibrate_tranches_BC.py index 1abe1866..0a633288 100644 --- a/python/calibrate_tranches_BC.py +++ b/python/calibrate_tranches_BC.py @@ -55,8 +55,8 @@ if __name__ == "__main__": # '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), + 'hy29': datetime.date(2017, 10, 3), + 'hy31': datetime.date(2018, 10, 2), 'ig9': datetime.date(2013, 1, 1), 'ig19': datetime.date(2013, 5, 1), 'ig21': datetime.date(2013, 9, 26), |
