aboutsummaryrefslogtreecommitdiffstats
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/calibrate_tranches_MF.R3
1 files changed, 2 insertions, 1 deletions
diff --git a/R/calibrate_tranches_MF.R b/R/calibrate_tranches_MF.R
index aa2c49bf..8b070f4a 100644
--- a/R/calibrate_tranches_MF.R
+++ b/R/calibrate_tranches_MF.R
@@ -41,4 +41,5 @@ write.table(data.frame(Z=index$Z, w=index$w.mod),
col.names=T, row.names=F, sep=",")
save(index, dist, file = file.path(data.dir,
- paste0("marketdata-", tradedate, ".RData")), compress="xz")
+ paste0("marketdata-", tradedate, ".RData")),
+ compress="xz")