aboutsummaryrefslogtreecommitdiffstats
path: root/R/creditIndex.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/creditIndex.R')
-rw-r--r--R/creditIndex.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/creditIndex.R b/R/creditIndex.R
index a2421869..b322bf78 100644
--- a/R/creditIndex.R
+++ b/R/creditIndex.R
@@ -107,7 +107,7 @@ as.data.frame.creditIndex <- function(index) {
tenor = index$tenor,
index_price = index$quotes$price,
index_basis = index$basis,
- index_el = index$EL,
+ index_EL = index$EL,
index_duration = index$duration,
index_theta = index$theta,
attach = as.integer(index$K.orig[-length(index$K.orig)]*100),