params | R Documentation |
Yield curve parameters from the European Central Bank (ECB), downloaded on Nov 4, 2023
data("params")
A data frame with 4902 observations on the following 13 variables.
date
a Date
b0
a numeric vector
b1
a numeric vector
b2
a numeric vector
b3
a numeric vector
t1
a numeric vector
t2
a numeric vector
c0
a numeric vector
c1
a numeric vector
c2
a numeric vector
c3
a numeric vector
d1
a numeric vector
d2
a numeric vector
The parameters b0 to b3 are the beta-parameters, and t1 and t2 the tau-parameters for AAA-rated government bonds. The parameters c0 to c3 are the beta-parameters, and d1 and d2 the tau-parameters for all government bonds.
https://bit.ly/2zfs0G8
data(params)
bondCurve(as.Date("2004-09-06"),params=params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.