`interpolate` method returns term object instead of numeric. ``` r interpolate(rf_curve@interpolation, options_df$bdays) |> class() # [1] "Term" # attr(,"package") # [1] "fixedincome" ```
interpolatemethod returns term object instead of numeric.