swaptionbylg2f
Price European swaption using Linear Gaussian two-factor model
Syntax
Description
returns the European swaption price for a two-factor additive Gaussian interest-rate model.Price
= swaptionbylg2f(ZeroCurve
,a
,b
,sigma
,eta
,rho
,Strike
,ExerciseDate
,Maturity
)
Note
Alternatively, you can use the Swaption
object to price
swaption instruments. For more information, see Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments.
adds optional name-value pair arguments.Price
= swaptionbylg2f(___,Name,Value
)
Examples
Input Arguments
Output Arguments
More About
Algorithms
The following defines the swaption price for a two-factor additive Gaussian interest-rate
model, given the ZeroCurve
, a
, b
,
sigma
, eta
, and rho
parameters:
where is a two-dimensional Brownian motion with correlation ρ and ϕ is a function chosen to match the initial zero curve.
References
[1] Brigo, D. and F. Mercurio. Interest Rate Models - Theory and Practice. Springer Finance, 2006.