|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <catrisk.hpp>
Inheritance diagram for CatSimulation:
Collaboration diagram for CatSimulation:Public Member Functions | |
| CatSimulation (Date start, Date end) | |
| virtual | ~CatSimulation ()=default |
| virtual bool | nextPath (std::vector< std::pair< Date, Real > > &path)=0 |
Protected Attributes | |
| Date | start_ |
| Date | end_ |
Definition at line 35 of file catrisk.hpp.
| CatSimulation | ( | Date | start, |
| Date | end | ||
| ) |
Definition at line 37 of file catrisk.hpp.
|
virtualdefault |
Implemented in EventSetSimulation, and BetaRiskSimulation.
|
protected |
Definition at line 45 of file catrisk.hpp.
|
protected |
Definition at line 46 of file catrisk.hpp.