LIBOR Market Model (LMM) class creation using historical spot rates

4 visualizaciones (últimos 30 días)
I am creating an LMM class and I am following the example given in the documentation page. (http://www.mathworks.com/help/fininst/libormarketmodel-class.html)
I notice there are variables such as LMMVolFunc, LMMVolParams, Beta etc. that have been defined. How are these defined and where do the definitions come from?
I have a history of spot rates. Is it possible that I can define the LMMVolFunc using that? If so how?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 4 de Mzo. de 2021
Editada: MathWorks Support Team el 4 de Mzo. de 2021
The volatilities and correlations for the LMM are calibrated either using the market data (such as swaptions, caps, and floors) or using the historical data (like the spot rate history that you have).
While we currently have an example in the documentation to illustrate the procedure to calibrate to market data, we do not have an example showing how to calibrate the model to historical data. You can find out how to calibrate to market data using the following documentation link :
For more information on historical calibration and different parameterizations for the volatilities and correlation, the following references would be helpful : 
“Interest Rate Models - Theory and Practice” by Brigo and Mercurio
 
“Interest Rate Modeling” by Andersen and Piterbarg
 
The "LMMVolFunc", "LMMVolParams", "Beta", and "CorrFunc" variables in the documentation page are set from these sources. 

Más respuestas (0)

Categorías

Más información sobre Thermodynamics & Statistical Physics en Help Center y File Exchange.

Productos


Versión

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by