dib | R Documentation |
dib
returns the days in base, that is the number of days used to
define one year.
dib(x)
x |
a Daycount object. |
The method dib
returns the days in base for a daycount convention.
Since we work with annual rates the days in base define the amount of days
in a year used in the convention.
A numeric with daycount's days in base, the number of days in a year used in the convention.
dc <- daycount("actual/360")
dib(dc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.