Rechercher une page de manuel
QuantLib_ConstrainedEvolver
Langue: en
Version: 373289 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
QuantLib::ConstrainedEvolver -Constrained market-model evolver.
SYNOPSIS
#include <ql/models/marketmodels/constrainedevolver.hpp>
Inherits QuantLib::MarketModelEvolver.
Inherited by LogNormalFwdRateEulerConstrained.
Public Member Functions
virtual void setConstraintType (const std::vector< Size > &startIndexOfSwapRate, const std::vector< Size > &EndIndexOfSwapRate)=0
call once
virtual void setThisConstraint (const std::vector< Rate > &rateConstraints, const std::valarray< bool > &isConstraintActive)=0
call before each path
Detailed Description
Constrained market-model evolver.
Abstract base class. Requires extra methods above that of marketmodelevolver to let you fix rates via importance sampling.
The evolver does the actual gritty work of evolving the forward rates from one time to the next.
This is intended to be used for the Fries-Joshi proxy simulation approach to Greeks
Author
Generated automatically by Doxygen for QuantLib from the source code.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre