Uses of Class
net.finmath.marketdata.model.curves.CurveInterpolation.Builder
-
Packages that use CurveInterpolation.Builder Package Description net.finmath.marketdata.model.curves Provides interface specification and implementation of curves, e.g., interest rate curves like discount curves and forward curves. -
-
Uses of CurveInterpolation.Builder in net.finmath.marketdata.model.curves
Subclasses of CurveInterpolation.Builder in net.finmath.marketdata.model.curves Modifier and Type Class Description static classPiecewiseCurve.BuilderA builder (following the builder pattern) for PiecewiseCurve objects.static classSeasonalCurve.BuilderA builder (following the builder pattern) for SeasonalCurve objects.Methods in net.finmath.marketdata.model.curves that return CurveInterpolation.Builder Modifier and Type Method Description CurveInterpolation.BuilderCurveInterpolation.Builder. addPoint(double time, double value, boolean isParameter)CurveInterpolation.BuilderCurveInterpolation.Builder. setExtrapolationMethod(CurveInterpolation.ExtrapolationMethod extrapolationMethod)Set the extrapolation method of the curve.CurveInterpolation.BuilderCurveInterpolation.Builder. setInterpolationEntity(CurveInterpolation.InterpolationEntity interpolationEntity)Set the interpolationEntity of the curve.CurveInterpolation.BuilderCurveInterpolation.Builder. setInterpolationMethod(CurveInterpolation.InterpolationMethod interpolationMethod)Set the interpolation method of the curve.
-