Abstract base class for path-dependent option payoffs.
More...
#include <pathpayoff.hpp>
Abstract base class for path-dependent option payoffs.
Definition at line 36 of file pathpayoff.hpp.
◆ ~PathPayoff()
◆ name()
virtual std::string name |
( |
| ) |
const |
|
pure virtual |
- Warning:
- This method is used for output and comparison between payoffs. It is not meant to be used for writing switch-on-type code.
◆ description()
virtual std::string description |
( |
| ) |
const |
|
pure virtual |
◆ value()
◆ basisSystemDimension()
virtual Size basisSystemDimension |
( |
| ) |
const |
|
pure virtual |
◆ accept()