Uses of Enum
net.finmath.functions.BarrierOptions.DoubleBarrierType
Packages that use BarrierOptions.DoubleBarrierType
Package
Description
Provides some static functions, e.g., analytic valuation formulas or functions from linear algebra.
-
Uses of BarrierOptions.DoubleBarrierType in net.finmath.functions
Subclasses with type arguments of type BarrierOptions.DoubleBarrierType in net.finmath.functionsModifier and TypeClassDescriptionstatic enumDouble-barrier monitoring styles supported by the closed-form routines.Methods in net.finmath.functions that return BarrierOptions.DoubleBarrierTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BarrierOptions.DoubleBarrierType[]BarrierOptions.DoubleBarrierType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.finmath.functions with parameters of type BarrierOptions.DoubleBarrierTypeModifier and TypeMethodDescriptionstatic doubleBarrierOptions.blackScholesDoubleBarrierCashBinaryValue(double initialStockValue, double riskFreeRate, double dividendYield, double volatility, double optionMaturity, double cashPayoff, double lowerBarrier, double upperBarrier, BarrierOptions.DoubleBarrierType barrierType, int maxIteration, double requiredConvergence) Prices a continuously monitored double-barrier cash binary option under Black-Scholes.static doubleBarrierOptions.blackScholesDoubleBarrierOptionValue(double initialStockValue, double riskFreeRate, double dividendYield, double volatility, double optionMaturity, double optionStrike, boolean isCall, double lowerBarrier, double upperBarrier, BarrierOptions.DoubleBarrierType barrierType, int series) Prices a continuously monitored double-barrier vanilla option under Black-Scholes using the truncated series also used by QuantLib.