Description Usage Arguments Value See Also
This interpolates zero rates from either a ZeroCurve or some other object that contains such an object.
1 2 3 4 5 | interpolate_zeros(x, at, compounding = NULL, day_basis = NULL, ...)
## S3 method for class 'ZeroCurve'
interpolate_zeros(x, at, compounding = NULL,
day_basis = NULL, ...)
|
x |
the object to interpolate |
at |
a Date vector representing the date at which to interpolate a value |
compounding |
a valid compounding string.
Defaults to |
day_basis |
a valid day basis string.
Defaults to |
... |
further arguments passed to specific methods |
an InterestRate object of interpolated zero rates
with the compounnding
and day_basis
requested.
Other interpolate functions: interpolate.ZeroCurve
,
interpolate_dfs
, interpolate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.