diff options
Diffstat (limited to 'R/intex_deal_functions.R')
| -rw-r--r-- | R/intex_deal_functions.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/intex_deal_functions.R b/R/intex_deal_functions.R index 53f12c77..0c07ecb7 100644 --- a/R/intex_deal_functions.R +++ b/R/intex_deal_functions.R @@ -395,7 +395,7 @@ intexportfolio.forwardprice <- function(cdrmonthly, recoverymonthly, startdate, forwardcs <- if( missing(liborfloor) || is.na(liborfloor) ) { data.table(couponSchedule(nextpaydate=startdate+45, maturity, - frequency="Q", coupontype, NA, + frequency="Q", coupontype, margin, margin, tradedate=startdate), key="dates") } else { |
