aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/runs.yml3
-rw-r--r--python/calibrate_tranches_BC.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/runs.yml b/etc/runs.yml
index 1a1c5b4e..138cac52 100644
--- a/etc/runs.yml
+++ b/etc/runs.yml
@@ -17,11 +17,12 @@ runs:
- [hy29, 5yr, bottomup]
- [hy31, 3yr, bottomup]
- [hy31, 5yr, bottomup]
- - [hy33, 5yr, bottumup]
+ - [hy33, 5yr, bottomup]
- [xo24, 5yr, bottomup]
- [xo26, 5yr, bottomup]
- [xo28, 5yr, bottomup]
- [xo30, 5yr, bottomup]
+ - [xo32, 5yr, bottomup]
- [eu24, 5yr, bottomup]
- [eu26, 5yr, bottomup]
- [eu28, 5yr, bottomup]
diff --git a/python/calibrate_tranches_BC.py b/python/calibrate_tranches_BC.py
index 701849f3..289023ba 100644
--- a/python/calibrate_tranches_BC.py
+++ b/python/calibrate_tranches_BC.py
@@ -102,6 +102,8 @@ if __name__ == "__main__":
"xo24": datetime.date(2015, 9, 28),
"xo26": datetime.date(2016, 9, 27),
"xo28": datetime.date(2017, 9, 28),
+ "xo30": datetime.date(2018, 9, 25),
+ "xo32": datetime.date(2019, 10, 2),
"eu9": datetime.date(2014, 9, 15),
"eu19": datetime.date(2013, 4, 3),
"eu21": datetime.date(2014, 3, 27),
@@ -111,7 +113,6 @@ if __name__ == "__main__":
"eu28": datetime.date(2017, 9, 28),
"eu30": datetime.date(2018, 9, 25),
"eu32": datetime.date(2019, 9, 25),
- "xo30": datetime.date(2018, 9, 25),
}
serenitas_conn = dbconn("serenitasdb")