Uses of Class
org.quantlib.Payoff
-
-
Uses of Payoff in org.quantlib
Subclasses of Payoff in org.quantlib Modifier and Type Class Description classAssetOrNothingPayoffclassAverageBasketPayoffclassBasketPayoffclassCashOrNothingPayoffclassFloatingTypePayoffclassGapPayoffclassMaxBasketPayoffclassMinBasketPayoffclassPercentageStrikePayoffclassPlainVanillaPayoffclassSpreadBasketPayoffclassStrikedTypePayoffclassSuperSharePayoffclassTypePayoffclassVanillaForwardPayoffMethods in org.quantlib that return Payoff Modifier and Type Method Description PayoffOption. payoff()Methods in org.quantlib with parameters of type Payoff Modifier and Type Method Description static PlainVanillaPayoffQuantLib. as_plain_vanilla_payoff(Payoff payoff)protected static longPayoff. getCPtr(Payoff obj)Constructors in org.quantlib with parameters of type Payoff Constructor Description AverageBasketPayoff(Payoff p, long n)AverageBasketPayoff(Payoff p, Array a)FdmCellAveragingInnerValue(Payoff payoff, FdmMesher mesher, long direction)FdmCellAveragingInnerValue(Payoff payoff, FdmMesher mesher, long direction, UnaryFunctionDelegate gridMapping)FdmLogInnerValue(Payoff payoff, FdmMesher mesher, long direction)MaxBasketPayoff(Payoff p)MinBasketPayoff(Payoff p)SpreadBasketPayoff(Payoff p)VanillaSwingOption(Payoff payoff, SwingExercise ex, long minExerciseRights, long maxExerciseRights)
-