|
|
| ScenarioLoaderPathGenerator (const QuantLib::ext::shared_ptr< SimpleScenarioLoader > &scenarioLoader, Date today, const vector< Date > &dates, TimeGrid timeGrid) |
| void | reset () override |
| | Reset the generator so calls to next() return the first scenario.
|
|
const QuantLib::ext::shared_ptr< SimpleScenarioLoader > & | scenarioLoader () const |
| std::vector< QuantLib::ext::shared_ptr< Scenario > > | nextPath () override |
| | ScenarioPathGenerator (Date today, const vector< Date > &dates, TimeGrid timeGrid) |
| | Constructor.
|
| virtual QuantLib::ext::shared_ptr< Scenario > | next (const Date &d) override |
| | Return the next scenario for the given date.
|
|
virtual | ~ScenarioGenerator () |
| | Default destructor.
|