diff options
| -rw-r--r-- | R/calibrate_tranches_BC.R | 4 | ||||
| -rw-r--r-- | etc/runs.yml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/R/calibrate_tranches_BC.R b/R/calibrate_tranches_BC.R index 50250056..9ce020c8 100644 --- a/R/calibrate_tranches_BC.R +++ b/R/calibrate_tranches_BC.R @@ -74,12 +74,14 @@ for(run in config$runs){ xo22 = as.Date("2014-10-20"), xo24 = as.Date("2015-09-28"), xo26 = as.Date("2016-09-27"), + xo28 = as.Date("2017-09-28"), eu9 = as.Date("2014-09-15"), eu19 = as.Date("2013-04-03"), eu21 = as.Date("2014-03-27"), eu22 = as.Date("2014-10-22"), eu24 = as.Date("2015-09-23"), - eu26 = as.Date("2016-09-27")) + eu26 = as.Date("2016-09-27"), + eu28 = as.Date("2017-09-28")) } if(begin.date > as.Date(args$until)){ next diff --git a/etc/runs.yml b/etc/runs.yml index 04ee2296..c62466cf 100644 --- a/etc/runs.yml +++ b/etc/runs.yml @@ -21,6 +21,8 @@ runs: - [hy29, 5yr] - [xo24, 5yr] - [xo26, 5yr] +- [xo28, 5yr] - [eu9, 10yr] - [eu24, 5yr] - [eu26, 5yr] +- [eu28, 5yr]
\ No newline at end of file |
