diff options
| -rw-r--r-- | R/build_portfolios.R | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/R/build_portfolios.R b/R/build_portfolios.R index 41661266..2d0de5a8 100644 --- a/R/build_portfolios.R +++ b/R/build_portfolios.R @@ -1,5 +1,5 @@ -library("RQuantLib") -library("yaml") +library(RQuantLib) +library(yaml) library(dplyr) args <- commandArgs(trailingOnly=TRUE) @@ -9,6 +9,7 @@ stopifnot((code.dir <- Sys.getenv("CODE_DIR")) != "") source("intex_deal_functions.R") source("yieldcurve.R") source("creditIndex.R") +source("serenitasdb.R") if(interactive()) { ## enter the parameters here |
