Description Usage Arguments Value Examples
Check if tenor must be converted to the bond equivalent yield.
1 2 | must_convert_to_bey(tenor, tenors_to_convert = c("OVERNIGHT", "MONTH3",
"MONTH6", "MONTH12"))
|
tenor |
Tenor (or pillar) of the security. |
tenors_to_convert |
Character vector of tenors to convert. |
TRUE
if tenor must be converted to bond equivalent yield.
1 2 3 | must_convert_to_bey( tenor = "MONTH3" )
must_convert_to_bey( tenor = "MONTH24" )
must_convert_to_bey( tenor = "OVERNIGHT" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.