Class SimpleLIBORMarketModelWithWMC

All Implemented Interfaces:
Model, IndependentModelParameterProvider, LIBORModelMonteCarloSimulationModel, TermStructureMonteCarloSimulationModel, MonteCarloSimulationModel

public class SimpleLIBORMarketModelWithWMC extends SimpleLIBORMarketModel
Implements a proxy scheme WMC extension of a libor market model. This implementation uses zero drift in the proxy scheme (for demonstration).
Since:
finmath-lib 4.1.0
Version:
1.0
Author:
Christian Fries
Date:
25.05.2006
  • Constructor Details

    • SimpleLIBORMarketModelWithWMC

      public SimpleLIBORMarketModelWithWMC(TimeDiscretizationFromArray timeDiscretizationFromArray, TimeDiscretizationFromArray liborPeriodDiscretization, int numberOfPaths, double[] liborInitialValues, LIBORVolatilityModel volatilityModel, LIBORCorrelationModel correlationModel, SimpleLIBORMarketModel targetScheme)
      Parameters:
      timeDiscretizationFromArray - The time discretization of the process (simulation time).
      liborPeriodDiscretization - The discretization of the interest rate curve into forward rates (tenor structure).
      numberOfPaths - The number of paths.
      liborInitialValues - The initial values for the forward rates.
      volatilityModel - The volatility model to use.
      correlationModel - The correlation model to use.
      targetScheme - The model towards which the Monte-Carlo probabilites should be correted
  • Method Details