Uses of Enum
net.finmath.functions.BarrierOptions.BinaryBarrierEventType
Packages that use BarrierOptions.BinaryBarrierEventType
Package
Description
Provides some static functions, e.g., analytic valuation formulas or functions from linear algebra.
-
Uses of BarrierOptions.BinaryBarrierEventType in net.finmath.functions
Subclasses with type arguments of type BarrierOptions.BinaryBarrierEventType in net.finmath.functionsModifier and TypeClassDescriptionstatic enumBarrier-event style for strike-free binary barriers.Methods in net.finmath.functions that return BarrierOptions.BinaryBarrierEventTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.BarrierOptions.BinaryBarrierEventType.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.BinaryBarrierEventTypeModifier and TypeMethodDescriptionstatic doubleBarrierOptions.blackScholesBarrierStatusBinaryValue(double initialStockValue, double riskFreeRate, double dividendYield, double volatility, double optionMaturity, double barrierValue, BarrierOptions.BarrierType barrierType, BarrierOptions.BinaryBarrierEventType eventType, BarrierOptions.BinaryPayoffType binaryPayoffType, double cashPayoff) No-touch / hit-at-expiry convenience wrapper.static doubleBarrierOptions.blackScholesBinaryBarrierStatusAtExpiryValue(double initialStockValue, double riskFreeRate, double dividendYield, double volatility, double optionMaturity, double barrierValue, BarrierOptions.BarrierType barrierType, BarrierOptions.BinaryBarrierEventType eventType, BarrierOptions.BinaryPayoffType binaryPayoffType, double cashPayoff) Prices a continuously monitored single-barrier binary paying at expiry, depending only on whether the barrier has been hit or not.