JarrowYildirim
Create JarrowYildirim
pricer object for
YearYearInflationCap
YearYearInflationFloor
,
ZeroCouponInflationCap
,
ZeroCouponInflationFloor
,
YearYearInflationSwap
, or
ZeroCouponInflationSwap
instrument using
JarrowYildirim
model
Since R2023b
Description
Create and price a
YearYearInflationCap
YearYearInflationFloor
,
ZeroCouponInflationCap
,
ZeroCouponInflationFloor
,
YearYearInflationSwap
, or
ZeroCouponInflationSwap
instrument object with a
JarrowYildirim
model and a JarrowYildirim
pricing method using this workflow:
Use
fininstrument
to create aYearYearInflationCap
,YearYearInflationFloor
,ZeroCouponInflationCap
,ZeroCouponInflationFloor
,YearYearInflationSwap
, orZeroCouponInflationSwap
instrument object.Use
finmodel
to specify aJarrowYildirim
model object for theYearYearInflationCap
,YearYearInflationFloor
,ZeroCouponInflationCap
,ZeroCouponInflationFloor
,YearYearInflationSwap
, orZeroCouponInflationSwap
instrument object.Use
finpricer
to specify aJarrowYildirim
pricer object for theYearYearInflationCap
,YearYearInflationFloor
,ZeroCouponInflationCap
,ZeroCouponInflationFloor
,YearYearInflationSwap
, orZeroCouponInflationSwap
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 an
Asian
instrument, see Choose Instruments, Models, and Pricers.
Creation
Description
creates a JarrowYildirimPricerObj
= finpricer(PricerType
,Model
=model_obj,NominalCurve
=nominal_ratecurve_obj,RealCurve
=real_ratecurve_obj)JarrowYildirim
pricer object by specifying
PricerType
and sets the properties for the
required name-value pair arguments Model
,
NominalCurve
, and RealCurve
.
For example, JarrowYildirimPricerObj =
finpricer("analytic",Model=JarrowYildirimModel,NominalCurve=NominalCurve,
RealCurve=RealCurve)
creates a
JarrowYildirim
pricer object.
Input Arguments
Properties
Object Functions
price | Compute price for interest-rate, equity, or credit derivative instrument with
Analytic pricer |
Examples
References
[1] Jarrow, R. and Yildirim, Y. "Pricing Treasury Inflation Protected Securities and Related Derivatives using an HJM Model." Journal of Financial and Quantitative Analysis. Vol. 38, 2003.
Version History
Introduced in R2023b