sub-.rate_curve: Returns a particular rate or rates from a curve

Usage Arguments Value Examples

Usage

1
2
## S3 method for class 'rate_curve'
r[rate_type = "zero_eff", x = NULL]

Arguments

r

The rate_curve object

rate_type

The rate type

x

The points in time to return

Value

If x is NULL, then returns a rate function of rate_type type. Else, it returns the rates of rate_type type and corresponding to time x

Examples

1
2
3
r <- rate_curve(rates = c(0.1, 0.2, 0.3), rate_type = "zero_eff")
r["zero_eff"]
r["swap",c(1.5, 2)]

juancentro/tvm documentation built on May 20, 2019, 3:18 a.m.