Uses of Class
org.quantlib.VolatilityType
-
-
Uses of VolatilityType in org.quantlib
Fields in org.quantlib declared as VolatilityType Modifier and Type Field Description static VolatilityTypeVolatilityType. Normalstatic VolatilityTypeVolatilityType. ShiftedLognormalMethods in org.quantlib that return VolatilityType Modifier and Type Method Description static VolatilityTypeVolatilityType. swigToEnum(int swigValue)VolatilityTypeBlackCalibrationHelper. volatilityType()VolatilityTypeSmileSection. volatilityType()VolatilityTypeStrippedOptionletBase. volatilityType()VolatilityTypeSwaptionVolatilityMatrix. volatilityType()Methods in org.quantlib with parameters of type VolatilityType Modifier and Type Method Description doubleCapFloor. impliedVolatility(double price, YieldTermStructureHandle disc, double guess, double accuracy, long maxEvaluations, double minVol, double maxVol, VolatilityType type)doubleCapFloor. impliedVolatility(double price, YieldTermStructureHandle disc, double guess, double accuracy, long maxEvaluations, double minVol, double maxVol, VolatilityType type, double displacement)doubleSwaption. impliedVolatility(double price, YieldTermStructureHandle discountCurve, double guess, double accuracy, long maxEvaluations, double minVol, double maxVol, VolatilityType type)doubleSwaption. impliedVolatility(double price, YieldTermStructureHandle discountCurve, double guess, double accuracy, long maxEvaluations, double minVol, double maxVol, VolatilityType type, double displacement)static doubleQuantLib. sabrVolatility(double strike, double forward, double expiryTime, double alpha, double beta, double nu, double rho, VolatilityType volatilityType)static doubleQuantLib. shiftedSabrVolatility(double strike, double forward, double expiryTime, double alpha, double beta, double nu, double rho, double shift, VolatilityType volatilityType)doubleSmileSection. volatility(double strike, VolatilityType type)doubleSmileSection. volatility(double strike, VolatilityType type, double shift)
-