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