BraceGatarekMusiela
Create BraceGatarekMusiela
model object for
Cap
, Floor
, FixedBond
,
FloatBond
, FloatBondOption
,
FixedBondOption
, OptionEmbeddedFixedBond
, or
OptionEmbeddedFloatBond
instrument
Since R2021b
Description
Create and price a Cap
, Floor
,
FloatBond
, FloatBondOption
,
FixedBond
, FixedBondOption
,
OptionEmbeddedFixedBond
, or
OptionEmbeddedFloatBond
instrument object with a
BraceGatarekMusiela
model using this workflow:
Use
fininstrument
to create aCap
,Floor
,FixedBond
,FloatBond
,FloatBondOption
FixedBondOption
,OptionEmbeddedFixedBond
, orOptionEmbeddedFloatBond
instrument object.Use
finmodel
to specify aBraceGatarekMusiela
model object for theCap
,Floor
,FixedBond
,FloatBond
,FloatBondOption
,FixedBondOption
,OptionEmbeddedFixedBond
, orOptionEmbeddedFloatBond
instrument object.Use
finpricer
to specify anIRMonteCarlo
pricing method for aCap
,Floor
,FixedBond
,FloatBond
,FloatBondOption
,FixedBondOption
,OptionEmbeddedFixedBond
, orOptionEmbeddedFloatBond
instrument object.
For more information on this workflow, see Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments.
For more information on the available pricing methods for a Cap
,
Floor
, FixedBond
,
FloatBond
, FloatBondOption
,
FixedBondOption
, OptionEmbeddedFixedBond
, or
OptionEmbeddedFloatBond
instrument, see Choose Instruments, Models, and Pricers.
Creation
Syntax
Description
creates a BraceGatarekMusielaModelObj
= finmodel(ModelType
,Volatility
=volatility_value,Correlation
=correlation_value)BraceGatarekMusiela
model object by specifying
ModelType
and the required name-value arguments
Volatility
and Correlation
to
set the properties.
sets optional properties using
additional name-value arguments in addition to the required arguments in the
previous syntax. For example, BraceGatarekMusielaModelObj
= finmodel(___,Name=Value
)BraceGatarekMusielaModelObj =
finmodel("BraceGatarekMusiela",Volatility=VolFunc,Correlation=Correlation,Period=1)
creates a BraceGatarekMusiela
model object. You can
specify multiple name-value arguments.
Input Arguments
Properties
Examples
More About
Version History
Introduced in R2021b