Description Usage Arguments Value See Also Examples
Create a tibble
that contains the pillar point maturities in years (using
the act/365
convention) and the corresponding continuously compounded zero
rates.
1 2 | ## S3 method for class 'ZeroCurve'
as_tibble(x, ...)
|
x |
a |
... |
other parameters that are not used by this methods |
a tibble
with two columns named Years
and Zeros
.
1 2 3 | library(tibble)
zc <- build_zero_curve()
as_tibble(zc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.