org.jquantlib.instruments
Class ImpliedVolatilityHelper
- java.lang.Object
-
- org.jquantlib.instruments.ImpliedVolatilityHelper
-
public class ImpliedVolatilityHelper extends java.lang.ObjectHelper class for one-asset implied-volatility calculationThe passed engine must be linked to the passed quote
- See Also:
VanillaOption
-
-
Constructor Summary
Constructors Constructor and Description ImpliedVolatilityHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doublecalculate(Instrument instrument, PricingEngine engine, SimpleQuote volQuote, double targetValue, double accuracy, int maxEvaluations, double minVol, double maxVol)static GeneralizedBlackScholesProcessclone(GeneralizedBlackScholesProcess process, SimpleQuote volQuote)The returned process is equal to the passed one, except for the volatility which is flat and whose value is driven by the passed quote.
-
-
-
Method Detail
-
calculate
public static double calculate(Instrument instrument, PricingEngine engine, SimpleQuote volQuote, double targetValue, double accuracy, int maxEvaluations, double minVol, double maxVol)
-
clone
public static GeneralizedBlackScholesProcess clone(GeneralizedBlackScholesProcess process, SimpleQuote volQuote)
The returned process is equal to the passed one, except for the volatility which is flat and whose value is driven by the passed quote.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG