|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <basketoption.hpp>
Inheritance diagram for MinBasketPayoff:
Collaboration diagram for MinBasketPayoff:Public Member Functions | |
| MinBasketPayoff (const ext::shared_ptr< Payoff > &p) | |
| Real | accumulate (const Array &a) const override |
Public Member Functions inherited from BasketPayoff | |
| BasketPayoff (ext::shared_ptr< Payoff > p) | |
| ~BasketPayoff () override=default | |
| std::string | name () const override |
| std::string | description () const override |
| Real | operator() (Real price) const override |
| virtual Real | operator() (const Array &a) const |
| virtual Real | accumulate (const Array &a) const =0 |
| ext::shared_ptr< Payoff > | basePayoff () |
Public Member Functions inherited from Payoff | |
| virtual | ~Payoff ()=default |
| virtual void | accept (AcyclicVisitor &) |
Definition at line 52 of file basketoption.hpp.
|
explicit |
Definition at line 54 of file basketoption.hpp.
Implements BasketPayoff.
Definition at line 56 of file basketoption.hpp.
Here is the call graph for this function: