Uses of Class
net.finmath.marketdata.model.curves.CurveInterpolation.Builder
Packages that use CurveInterpolation.Builder
Package
Description
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.curvesModifier and TypeClassDescriptionstatic classA builder (following the builder pattern) for PiecewiseCurve objects.static classA builder (following the builder pattern) for SeasonalCurve objects.Methods in net.finmath.marketdata.model.curves that return CurveInterpolation.BuilderModifier and TypeMethodDescriptionCurveInterpolation.Builder.addPoint(double time, double value, boolean isParameter)CurveInterpolation.Builder.setExtrapolationMethod(CurveInterpolation.ExtrapolationMethod extrapolationMethod)Set the extrapolation method of the curve.CurveInterpolation.Builder.setInterpolationEntity(CurveInterpolation.InterpolationEntity interpolationEntity)Set the interpolationEntity of the curve.CurveInterpolation.Builder.setInterpolationMethod(CurveInterpolation.InterpolationMethod interpolationMethod)Set the interpolation method of the curve.