R/interest-rate-classes.R
is.DiscountFactor.Rd
Checks whether object inherits from DiscountFactor class
DiscountFactor
is.DiscountFactor(x)
an R object
TRUE if x inherits from the DiscountFactor class; otherwise FALSE
TRUE
x
FALSE
is.DiscountFactor(DiscountFactor(0.97, Sys.Date(), Sys.Date() + 30))#> [1] TRUE