LinearGaussian2F
Create two-factor additive Gaussian interest-rate model
Description
The two-factor additive Gaussian interest rate-model is specified using the zero curve, a, b, sigma, eta, and rho parameters.
Specifically, the LinearGaussian2F model is defined using the following equations:
where is a two-dimensional Brownian motion with correlation ρ, and ϕ is a function chosen to match the initial zero curve.
Creation
Description
creates a G2PP
= LinearGaussian2F(ZeroCurve
,a
,b
,sigma
,eta
,rho
)LinearGaussian2F
(G2PP
) object using the
required arguments to set the Properties.
Note
Alternatively, you can use the LinearGaussian2F
model object to create a two-factor additive Gaussian interest-rate model. For more
information, see Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments.
Properties
Object Functions
simTermStructs | Simulate term structures for two-factor additive Gaussian interest-rate model |
Examples
More About
References
[1] Brigo, D. and F. Mercurio. Interest Rate Models - Theory and Practice. Springer Finance, 2006.
Version History
Introduced in R2013a
See Also
HullWhite1F
| LiborMarketModel
| simTermStructs
| capbylg2f
| floorbylg2f
| swaptionbylg2f
| LinearGaussian2F