diff options
| -rw-r--r-- | R/load_cf.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/R/load_cf.R b/R/load_cf.R index 5b719878..732d0f96 100644 --- a/R/load_cf.R +++ b/R/load_cf.R @@ -26,6 +26,7 @@ source(file.path(root.dir, "code", "R", "optimization.R")) source(file.path(root.dir, "code", "R", "interpweights.R"))
source(file.path(root.dir, "code", "R", "serenitasdb.R"))
source(file.path(root.dir, "code", "R", "creditIndex.R"))
+source(file.path(root.dir, "code", "R", "tranche_functions.R"))
index <- creditIndex("hy21")
index <- set.index.desc(index, tradedate)
|
