Create an interest-rate instrument with or without optionality.
To create an interest-rate instrument object without
optionality, use fininstrument
, associate a
ratecurve
object using ratecurve
, and then specify a pricing method
using finpricer
.
To create an interest-rate instrument object with
optionality, use fininstrument
, associate a
ratecurve
object using ratecurve
and a model object using finmodel
, and then specify a pricing method
using finpricer
.
Calibrate Shifted SABR Model Parameters for Swaption Instrument
This example shows how to calibrate the shifted SABR
model parameters for a Swaption
instrument when you use a SABR
pricing method.
Calibrate SABR Model Using Normal (Bachelier) Volatilities with Analytic Pricer
This example shows how to use two different methods to calibrate the SABR stochastic volatility model from market implied Normal (Bachelier) volatilities with negative strikes.
Calibrate SABR Model Using Analytic Pricer
This example shows how to use two different methods to calibrate a SABR stochastic volatility model from market implied Black volatilities.
Price a Swaption Using SABR Model and Analytic Pricer
This example shows how to price a swaption using the SABR
model.
Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments
Use objects to model and price financial instruments.
Choose Instruments, Models, and Pricers
Select instruments, associated models, and associated pricers.