aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--R/calibration.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/calibration.R b/R/calibration.R
index 1967411f..405587a3 100644
--- a/R/calibration.R
+++ b/R/calibration.R
@@ -23,7 +23,7 @@ get.cdsSchedule <- function(tradedate){
set.singlenamesdata <- function(index, tradedate){
cds.cs <- get.cdsSchedule(tradedate)
- quotes <- get.indexquotes(index$name, tradedate)
+ quotes <- get.singlenamesquotes(index$name, tradedate)
tenor <- names(cds.cs$cdsdates)
index$portfolio <- list()
for(i in seq_along(quotes$tickers)){