R/indices-class.R
indexcheckers.Rd
Index class checkers
is.Index(x) is.IborIndex(x) is.CashIndex(x)
an object
TRUE if object inherits from tested class
TRUE
is.Index(AONIA())#> [1] TRUEis.CashIndex(AONIA())#> [1] TRUEis.IborIndex(AONIA())#> [1] FALSE