Documentation of 'org.jquantlib.termstructures.yieldcurves.PiecewiseCurve' Java class
PiecewiseCurve
org.jquantlib.termstructures.yieldcurves

Interface PiecewiseCurve<I extends Interpolation.Interpolator>

    • Method Detail

      • maxDate

        Date maxDate()
        Specified by:
        maxDate in interface TermStructure
        Returns:
        the latest date for which the curve can return values
      • dates

        Date[] dates()
      • times

        double[] times()
      • accuracy

        double accuracy()
      • jumpDates

        Date[] jumpDates()
      • jumpTimes

        double[] jumpTimes()
      • nodes

        java.util.List<Pair<Date,java.lang.Double>> nodes()
      • data

        double[] data()
      • setInterpolation

        void setInterpolation(Interpolation interpolation)
      • setDates

        void setDates(Date[] dates)
      • setTimes

        void setTimes(double[] times)
      • setData

        void setData(double[] data)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.