Uses of Interface
net.finmath.marketdata2.model.curves.CurveBuilder
Package | Description |
---|---|
net.finmath.marketdata2.model.curves |
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 CurveBuilder Modifier and Type Class Description static class
CurveInterpolation.Builder
A builder (following the builder pattern) for CurveFromInterpolationPoints objects.Methods in net.finmath.marketdata2.model.curves that return CurveBuilder Modifier and Type Method Description CurveBuilder
CurveBuilder. addPoint(double time, RandomVariable value, boolean isParameter)
Add a point to the curve.CurveBuilder
CurveInterpolation.Builder. addPoint(double time, RandomVariable value, boolean isParameter)
CurveBuilder
Curve. getCloneBuilder()
Returns a curve builder bases on a clone of this curve.CurveBuilder
CurveInterpolation. getCloneBuilder()
CurveBuilder
DiscountCurveFromForwardCurve. getCloneBuilder()
CurveBuilder
CurveInterpolation.Builder. setExtrapolationMethod(CurveInterpolation.ExtrapolationMethod extrapolationMethod)
Set the extrapolation method of the curveFromInterpolationPoints.CurveBuilder
CurveInterpolation.Builder. setInterpolationEntity(CurveInterpolation.InterpolationEntity interpolationEntity)
Set the interpolationEntity of the curveFromInterpolationPoints.CurveBuilder
CurveInterpolation.Builder. setInterpolationMethod(CurveInterpolation.InterpolationMethod interpolationMethod)
Set the interpolation method of the curveFromInterpolationPoints.