IRBootstrapOptions
Construct specific options for bootstrapping interest-rate curve object
Description
Build an IRBootstrapOptions
object using
IRBootstrapOptions
.
After creating an IRBootstrapOptions
object, you can use the object
with bootstrap
.
For more detailed information on this workflow, see Interest-Rate Curve Objects and Workflow.
Creation
Description
sets properties and create
the IRBootstrapOptions_obj
= IRBootstrapOptions(Name,Value
)IRBootstrapOptions
object to use with the bootstrap
function. For
example, IRBootstrapOptions_obj =
IRBootstrapOptions('LowerBound',-1)
creates an
IRBootstrapOptions
object. You can specify multiple
name-value pair arguments.
Input Arguments
Properties
Object Functions
bootstrap | Bootstrap interest-rate curve from market data |
Examples
Version History
Introduced in R2008b