QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
This is the complete list of members for SuperSharePayoff, including all inherited members.
accept(AcyclicVisitor &) override | SuperSharePayoff | virtual |
cashPayoff() const | SuperSharePayoff | |
cashPayoff_ | SuperSharePayoff | protected |
description() const override | SuperSharePayoff | virtual |
name() const override | SuperSharePayoff | virtual |
operator()(Real price) const override | SuperSharePayoff | virtual |
optionType() const | TypePayoff | |
secondStrike() const | SuperSharePayoff | |
secondStrike_ | SuperSharePayoff | protected |
strike() const | StrikedTypePayoff | |
strike_ | StrikedTypePayoff | protected |
StrikedTypePayoff(Option::Type type, Real strike) | StrikedTypePayoff | protected |
SuperSharePayoff(Real strike, Real secondStrike, Real cashPayoff) | SuperSharePayoff | |
type_ | TypePayoff | protected |
TypePayoff(Option::Type type) | TypePayoff | explicitprotected |
~Payoff()=default | Payoff | virtual |