Class ImpliedVolatilityResult

java.lang.Object
jdistlib.finance.ImpliedVolatilityResult

public final class ImpliedVolatilityResult extends Object
Checked implied-volatility inversion result.
  • Method Details

    • getVolatility

      public double getVolatility()
    • getResidual

      public double getResidual()
    • getIterations

      public int getIterations()
    • getLowerBracket

      public double getLowerBracket()
    • getUpperBracket

      public double getUpperBracket()
    • getLowerPriceBound

      public double getLowerPriceBound()
    • getUpperPriceBound

      public double getUpperPriceBound()
    • getStatus

      public ImpliedVolatilityResult.Status getStatus()
    • isConverged

      public boolean isConverged()