Normal
Description
Create and price a Cap
, Floor
, or
Swaption
instrument object with a Normal
model
using this workflow:
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
, or Swaption
instrument, see Choose Instruments, Models, and Pricers.
Creation
Description
creates a NormalModelObj
= finmodel(ModelType
,'Volatility
',volatility_value)Normal
model object by specifying
ModelType
and the required name-value pair argument
Volatility
to set properties using name-value
pair arguments. For example, NormalModelObj =
finmodel("Normal",'Volatility',0.063)
creates a
Normal
model object.
Input Arguments
Properties
Examples
More About
Version History
Introduced in R2020a