IkedaKunitomo
Create IkedaKunitomo
pricer object for
DoubleBarrier
instrument using BlackScholes
model
Since R2020b
Description
Create and price a DoubleBarrier
instrument object with a
BlackScholes
model and a IkedaKunitomo
pricing
method using this workflow:
Use
fininstrument
to create aDoubleBarrier
instrument object.Use
finmodel
to specify aBlackScholes
model for theDoubleBarrier
instrument object.Use
finpricer
to specify aIkedaKunitomo
pricer object for theDoubleBarrier
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 instruments, models, and pricing methods for a
DoubleBarrier
instrument, see Choose Instruments, Models, and Pricers.
Creation
Syntax
Description
creates a IkedaKunitomoPricerObj
= finpricer(PricerType
,'Model
',model,'DiscountCurve
',ratecurve_obj,'SpotPrice
',spotprice_value)IkedaKunitomo
pricer object by specifying
PricerType
and sets properties using the
required name-value pair arguments Model
,
DividendType
, and SpotPrice
.
sets optional properties using
additional name-value pairs in addition to the required arguments in the
previous syntax. For example, IkedaKunitomoPricerObj
= finpricer(___,Name,Value
)IkedaKunitomoPricerObj =
finpricer("Analytic",'Model',BSModel,'DiscountCurve',ratecurve_obj,'SpotPrice',100,'DividendValue',0.025,'PricingMethod',"IkedaKunitomo")
creates a IkedaKunitomo
pricer object. You can specify
multiple name-value pair arguments.
Input Arguments
Properties
Object Functions
price | Compute price for interest-rate, equity, or credit derivative instrument with
Analytic pricer |
Examples
Version History
Introduced in R2020b