QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Binary cash-or-nothing payoff. More...
#include <payoffs.hpp>
Public Member Functions | |
CashOrNothingPayoff (Option::Type type, Real strike, Real cashPayoff) | |
Public Member Functions inherited from StrikedTypePayoff | |
Real | strike () const |
Public Member Functions inherited from TypePayoff | |
Option::Type | optionType () const |
Public Member Functions inherited from Payoff | |
virtual | ~Payoff ()=default |
Payoff interface | |
Real | cashPayoff_ |
std::string | name () const override |
std::string | description () const override |
Real | operator() (Real price) const override |
void | accept (AcyclicVisitor &) override |
Real | cashPayoff () const |
Additional Inherited Members | |
Protected Member Functions inherited from StrikedTypePayoff | |
StrikedTypePayoff (Option::Type type, Real strike) | |
Protected Member Functions inherited from TypePayoff | |
TypePayoff (Option::Type type) | |
Protected Attributes inherited from StrikedTypePayoff | |
Real | strike_ |
Protected Attributes inherited from TypePayoff | |
Option::Type | type_ |
Binary cash-or-nothing payoff.
Definition at line 152 of file payoffs.hpp.
CashOrNothingPayoff | ( | Option::Type | type, |
Real | strike, | ||
Real | cashPayoff | ||
) |
Definition at line 154 of file payoffs.hpp.
|
overridevirtual |
Implements Payoff.
Definition at line 160 of file payoffs.hpp.
|
overridevirtual |
Reimplemented from StrikedTypePayoff.
Definition at line 148 of file payoffs.cpp.
Implements Payoff.
Definition at line 154 of file payoffs.cpp.
|
overridevirtual |
Reimplemented from Payoff.
Definition at line 165 of file payoffs.cpp.
Real cashPayoff | ( | ) | const |
|
protected |
Definition at line 167 of file payoffs.hpp.