QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <onestepcoinitialswaps.hpp>
Public Member Functions | |
OneStepCoinitialSwaps (const std::vector< Time > &rateTimes, std::vector< Real > fixedAccruals, std::vector< Real > floatingAccruals, const std::vector< Time > &paymentTimes, Real fixedRate) | |
Public Member Functions inherited from MultiProductOneStep | |
MultiProductOneStep (std::vector< Time > rateTimes) | |
const EvolutionDescription & | evolution () const override |
std::vector< Size > | suggestedNumeraires () const override |
Public Member Functions inherited from MarketModelMultiProduct | |
virtual | ~MarketModelMultiProduct ()=default |
virtual std::vector< Size > | suggestedNumeraires () const =0 |
virtual const EvolutionDescription & | evolution () const =0 |
virtual std::vector< Time > | possibleCashFlowTimes () const =0 |
virtual Size | numberOfProducts () const =0 |
virtual Size | maxNumberOfCashFlowsPerProductPerStep () const =0 |
virtual void | reset ()=0 |
during simulation put product at start of path More... | |
virtual bool | nextTimeStep (const CurveState ¤tState, std::vector< Size > &numberCashFlowsThisStep, std::vector< std::vector< CashFlow > > &cashFlowsGenerated)=0 |
return value indicates whether path is finished, TRUE means done More... | |
virtual std::unique_ptr< MarketModelMultiProduct > | clone () const =0 |
returns a newly-allocated copy of itself More... | |
MarketModelMultiProduct interface | |
std::vector< Real > | fixedAccruals_ |
std::vector< Real > | floatingAccruals_ |
std::vector< Time > | paymentTimes_ |
Real | fixedRate_ |
Size | lastIndex_ |
std::vector< Time > | possibleCashFlowTimes () const override |
Size | numberOfProducts () const override |
Size | maxNumberOfCashFlowsPerProductPerStep () const override |
void | reset () override |
during simulation put product at start of path More... | |
bool | nextTimeStep (const CurveState ¤tState, std::vector< Size > &numberCashFlowsThisStep, std::vector< std::vector< CashFlow > > &cashFlowsGenerated) override |
return value indicates whether path is finished, TRUE means done More... | |
std::unique_ptr< MarketModelMultiProduct > | clone () const override |
returns a newly-allocated copy of itself More... | |
Additional Inherited Members | |
Protected Attributes inherited from MultiProductOneStep | |
std::vector< Time > | rateTimes_ |
EvolutionDescription | evolution_ |
Definition at line 27 of file onestepcoinitialswaps.hpp.
|
overridevirtual |
Implements MarketModelMultiProduct.
Definition at line 56 of file onestepcoinitialswaps.hpp.
|
overridevirtual |
Implements MarketModelMultiProduct.
Definition at line 60 of file onestepcoinitialswaps.hpp.
|
overridevirtual |
Implements MarketModelMultiProduct.
Definition at line 65 of file onestepcoinitialswaps.hpp.
|
overridevirtual |
during simulation put product at start of path
Implements MarketModelMultiProduct.
Definition at line 69 of file onestepcoinitialswaps.hpp.
|
overridevirtual |
return value indicates whether path is finished, TRUE means done
Implements MarketModelMultiProduct.
Definition at line 41 of file onestepcoinitialswaps.cpp.
|
overridevirtual |
returns a newly-allocated copy of itself
Implements MarketModelMultiProduct.
Definition at line 67 of file onestepcoinitialswaps.cpp.
|
private |
Definition at line 46 of file onestepcoinitialswaps.hpp.
|
private |
Definition at line 46 of file onestepcoinitialswaps.hpp.
|
private |
Definition at line 47 of file onestepcoinitialswaps.hpp.
|
private |
Definition at line 48 of file onestepcoinitialswaps.hpp.
|
private |
Definition at line 49 of file onestepcoinitialswaps.hpp.