Documentation of 'org.jquantlib.termstructures.LocalVolTermStructure' Java class
LocalVolTermStructure
org.jquantlib.termstructures

Class LocalVolTermStructure

    • Constructor Detail

      • LocalVolTermStructure

        public LocalVolTermStructure()
        'default' constructor

      • LocalVolTermStructure

        public LocalVolTermStructure(Calendar cal)
        'default' constructor

      • LocalVolTermStructure

        public LocalVolTermStructure(Date referenceDate)
        initialize with a fixed reference date
      • LocalVolTermStructure

        public LocalVolTermStructure(Date referenceDate,
                                     Calendar cal)
        initialize with a fixed reference date
      • LocalVolTermStructure

        public LocalVolTermStructure(int settlementDays,
                                     Calendar cal)
        calculate the reference date based on the global evaluation date
      • LocalVolTermStructure

        public LocalVolTermStructure(int settlementDays,
                                     Calendar cal,
                                     BusinessDayConvention bdc)
        calculate the reference date based on the global evaluation date
      • LocalVolTermStructure

        public LocalVolTermStructure(int settlementDays,
                                     Calendar cal,
                                     BusinessDayConvention bdc,
                                     DayCounter dc)
        calculate the reference date based on the global evaluation date
    • Method Detail

      • localVol

        public final double localVol(Date d,
                                     double underlyingLevel,
                                     boolean extrapolate)
      • localVol

        public final double localVol(double t,
                                     double underlyingLevel)
      • localVol

        public final double localVol(double t,
                                     double underlyingLevel,
                                     boolean extrapolate)
      • minStrike

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

        public abstract double maxStrike()
        Description copied from class: VolatilityTermStructure
        The maximum strike for which the term structure can return vols
        Specified by:
        maxStrike in class VolatilityTermStructure
        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.