diff options
| -rw-r--r-- | etc/runs.yml | 1 | ||||
| -rw-r--r-- | python/calibrate_tranches_BC.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/runs.yml b/etc/runs.yml index 16189f26..1a1c5b4e 100644 --- a/etc/runs.yml +++ b/etc/runs.yml @@ -17,6 +17,7 @@ runs: - [hy29, 5yr, bottomup] - [hy31, 3yr, bottomup] - [hy31, 5yr, bottomup] + - [hy33, 5yr, bottumup] - [xo24, 5yr, bottomup] - [xo26, 5yr, bottomup] - [xo28, 5yr, bottomup] diff --git a/python/calibrate_tranches_BC.py b/python/calibrate_tranches_BC.py index b2fdfe07..701849f3 100644 --- a/python/calibrate_tranches_BC.py +++ b/python/calibrate_tranches_BC.py @@ -88,6 +88,7 @@ if __name__ == "__main__": "hy27": datetime.date(2016, 10, 4), "hy29": datetime.date(2017, 10, 3), "hy31": datetime.date(2018, 10, 2), + "hy33": datetime.date(2019, 10, 1), "ig9": datetime.date(2013, 1, 1), "ig19": datetime.date(2013, 5, 1), "ig21": datetime.date(2013, 9, 26), |
