aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--R/calibrate_tranches_BC.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/calibrate_tranches_BC.R b/R/calibrate_tranches_BC.R
index 64aad871..37a44e2a 100644
--- a/R/calibrate_tranches_BC.R
+++ b/R/calibrate_tranches_BC.R
@@ -48,7 +48,7 @@ for(run in config$runs) {
index.name <- run[1]
tenor <- run[2]
filename <- file.path(tranchedata.dir, "Runs",
- paste(tolower(index.name), tenor, "csv",sep="."))
+ paste(tolower(index.name), tenor, "csv", sep="."))
## if(!file.exists(filename)){
## args$update <- FALSE
## }