Uses of Interface
net.finmath.marketdata2.model.curves.CurveBuilder
Packages that use CurveBuilder
Package
Description
Provides interface specification and implementation of curves, e.g., interest rate
curves like discount curves and forward curves.
-
Uses of CurveBuilder in net.finmath.marketdata2.model.curves
Classes in net.finmath.marketdata2.model.curves that implement CurveBuilderModifier and TypeClassDescriptionstatic class
A builder (following the builder pattern) for CurveFromInterpolationPoints objects.Methods in net.finmath.marketdata2.model.curves that return CurveBuilderModifier and TypeMethodDescriptionCurveBuilder.addPoint(double time, RandomVariable value, boolean isParameter)
Add a point to the curve.CurveInterpolation.Builder.addPoint(double time, RandomVariable value, boolean isParameter)
Curve.getCloneBuilder()
Returns a curve builder bases on a clone of this curve.CurveInterpolation.getCloneBuilder()
DiscountCurveFromForwardCurve.getCloneBuilder()
CurveInterpolation.Builder.setExtrapolationMethod(CurveInterpolation.ExtrapolationMethod extrapolationMethod)
Set the extrapolation method of the curveFromInterpolationPoints.CurveInterpolation.Builder.setInterpolationEntity(CurveInterpolation.InterpolationEntity interpolationEntity)
Set the interpolationEntity of the curveFromInterpolationPoints.CurveInterpolation.Builder.setInterpolationMethod(CurveInterpolation.InterpolationMethod interpolationMethod)
Set the interpolation method of the curveFromInterpolationPoints.