CapeTools LMM Process Simulation




Welcome | Documentation format | QuantTools Groups | QuantTools Categories | Licence

Key TAGs | Excel Index | API Index


http://www.QuantTools.com

In total there are 11 functions present within the CapeTools LMM Process Simulation category of functions.


General Description

Functions to construct and simulate interest rate type stochastic processes under the LMM model.


A single LIBOR path will be simulated each time you call the LMMNextPath function from a constructed LMMSimProcess object.

The benefit of this method is that enough information is returned for you to conduct your own customised monte-carlo pricing within your own environment.

However it would be difficult to compute risk numbers as the original path would have been wiped from memory (if generating risk via perturbation).


Alternatively, if you specified a number for the 'NoOfSims' parameter within the LMMSimProcess function, then under this scenario, if one wishes to conduct 50000 simulations, all 50000 simulations of LIBOR paths will be simulated in one shot and stored.

You then use a series of functions to extract information from the stored paths ( ie - LMMDisplayPath, LMMDisplayStep etc...).

However you may want to use the DeleteObject() function to remove the simulation object from memory once you have priced you product.




Function list.

Copyright (c) 2003-2007 CapeTools - All Rights Reserved.