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