as.spotrate | R Documentation |
Coerce character objects to SpotRate class
as.spotrate(x, ...)
## S4 method for signature 'character'
as.spotrate(x, simplify = TRUE)
## S4 method for signature 'SpotRateCurve'
as.spotrate(x, ...)
## S4 method for signature 'ForwardRate'
as.spotrate(x, ...)
x |
a character with SpotRate specification. |
... |
additional arguments |
simplify |
a boolean indicating whether to simplify SpotRate creation or not. Defaults to TRUE. |
The character representation of a SpotRate is as follows:
"RATE COMPOUNDING DAYCOUNT CALENDAR"
where:
RATE
is a numeric value
COMPOUNDING
is one of the following:
simple
, discrete
, continuous
DAYCOUNT
is a valid day count rule, pex. business/252
,
see Daycount.
CALENDAR
is the name of a bizdays calendar.
simplify
check if compounding, daycount and calendar are the same for
all given characters.
If it is true the returned object is a SpotRate otherwise a list
with
SpotRate objects is returned.
A SpotRate
object created from a string.
as.spotrate(c(
"0.06 simple actual/365 actual",
"0.11 discrete business/252 actual"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.