template class xf::fintech::internal::hjmPathGenerator¶
#include "path_generator.hpp"
Overview¶
Path generation for Heath-Jarrow-Morton framework. Each path corresponds to a matrix of Instantaneous Forward Rates ‘tenors’ wide and ‘simYears/dt’ deep.
Parameters:
DT |
|
MAX_TENORS |
|
template < typename DT, unsigned int MAX_TENORS > class hjmPathGenerator // fields xf::fintech::hjmModelData <DT, MAX_TENORS> m_hjmImpl DT prevPath[MAX_TENORS]