Black
Description
Create and price a Cap
, Floor
, or
Swaption
instrument object with a Black
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 when using a
Black
model, see Choose Instruments, Models, and Pricers.
Creation
Syntax
Description
creates a BlackModelObj
= finmodel(ModelType
,'Volatility
',volatility_value)Black
model object by specifying
ModelType
and sets the properties for the required
name-value pair argument Volatility
. For more
information on a Black
model, see More About and Algorithms.
sets optional properties using additional
name-value pairs in addition to the required arguments in the previous
syntax. For example, BlackModelObj
= finmodel(___,Name,Value
)BlackModelObj =
finmodel("Black",'Volatility',0.032,'Shift',0.002)
creates a
Black
model object. You can specify multiple
name-value pair arguments.
Input Arguments
Properties
Examples
More About
Algorithms
Version History
Introduced in R2020a