Description Usage Arguments Value See Also
This interpolates forward rates and forward discount factors from either a ZeroCurve or some other object that contains such an object.
1 2 3 4 5 6 7 8 9 | interpolate_dfs(x, from, to, ...)
interpolate_fwds(x, from, to, ...)
## S3 method for class 'ZeroCurve'
interpolate_fwds(x, from, to, ...)
## S3 method for class 'ZeroCurve'
interpolate_dfs(x, from, to, ...)
|
x |
the object to interpolate |
from |
a Date vector representing the start of the forward period |
to |
a Date vector representing the end of the forward period |
... |
further arguments passed to specific methods |
interpolate_dfs
returns a DiscountFactor object
of forward discount factors while interpolate_fwds
returns an
InterestRate object of interpolated simply compounded
forward rates.
Other interpolate functions: interpolate.ZeroCurve
,
interpolate_zeros
,
interpolate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.