Documentation of 'org.jquantlib.termstructures.volatilities.LocalConstantVol' Java class
LocalConstantVol
org.jquantlib.termstructures.volatilities

Class LocalConstantVol

  • All Implemented Interfaces:
    Extrapolator, TermStructure, Observable, Observer, PolymorphicVisitable


    public class LocalConstantVol
    extends LocalVolTermStructure
    Local constant volatility, no time dependence, no asset dependence

    This class implements the LocalVolatilityTermStructure interface for a constant local volatility (no time/asset dependence). Local volatility and Black volatility are the same when volatility is at most time dependent, so this class is basically a proxy for BlackVolatilityTermStructure.

    • Constructor Detail

      • LocalConstantVol

        public LocalConstantVol(Date referenceDate,
                                double volatility,
                                DayCounter dayCounter)
      • LocalConstantVol

        public LocalConstantVol(int settlementDays,
                                Calendar cal,
                                double volatility,
                                DayCounter dayCounter)
    • Method Detail

      • maxDate

        public final Date maxDate()
        Returns:
        the latest date for which the curve can return values
      • minStrike

        public final double minStrike()
        Description copied from class: VolatilityTermStructure
        The minimum strike for which the term structure can return vols
        Specified by:
        minStrike in class LocalVolTermStructure
        Returns:
        the minimum strike for which the term structure can return vols
      • maxStrike

        public final double maxStrike()
        Description copied from class: VolatilityTermStructure
        The maximum strike for which the term structure can return vols
        Specified by:
        maxStrike in class LocalVolTermStructure
        Returns:
        the maximum strike for which the term structure can return vols

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.