Construct specific options for bootstrapping interest-rate curve object
mybootoptions = IRBootstrapOptions(Name,Value)
ConvexityAdjustment | (Optional) Controls the convexity adjustment to interest-rate
futures. This can be specified as a function handle that takes one
numeric input (time-to-maturity) and returns one numeric output, Alternatively, you can define In
either case, the |
LowerBound | (Optional) Specifies a lower bound for rates associated
with bonds or swaps. |
UpperBound | (Optional) Specifies an upper bound for rates associated
with bonds or swaps. |
mybootoptions = IRBootstrapOptions(Name,Value)
constructs an
IRBootstrapOptionsObj
structure. You must enter the optional
arguments for ConvexityAdjustment
, LowerBound
, and
UpperBound
as comma-separated pairs of
Name
,Value
arguments. Name
is the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and
value pair arguments in any order as
Name1
,Value1
,...,NameN
,ValueN
.
The IRBootstrapOptionsObj
is used with the bootstrap
method.