Uses of Interface
net.finmath.marketdata.model.curves.CurveBuilder
Packages that use CurveBuilder
Package
Description
Provides classes related to the modeling of Bond curves.
Provides interface specification and implementation of curves, e.g., interest rate
curves like discount curves and forward curves.
Additional curves for use in an analytic model,
AnalyticModel
.-
Uses of CurveBuilder in net.finmath.marketdata.model.bond
Methods in net.finmath.marketdata.model.bond that return CurveBuilder -
Uses of CurveBuilder in net.finmath.marketdata.model.curves
Classes in net.finmath.marketdata.model.curves that implement CurveBuilderModifier and TypeClassDescriptionstatic class
A builder (following the builder pattern) for CurveFromInterpolationPoints objects.static class
A builder (following the builder pattern) for PiecewiseCurve objects.static class
A builder (following the builder pattern) for SeasonalCurve objects.Methods in net.finmath.marketdata.model.curves that return CurveBuilderModifier and TypeMethodDescriptionCurveBuilder.addPoint(double time, double value, boolean isParameter)
Add a point to the curve.Curve.getCloneBuilder()
Returns a curve builder bases on a clone of this curve.CurveFromProductOfCurves.getCloneBuilder()
CurveInterpolation.getCloneBuilder()
DiscountCurveFromForwardCurve.getCloneBuilder()
DiscountCurveFromProductOfCurves.getCloneBuilder()
DiscountCurveNelsonSiegelSvensson.getCloneBuilder()
DiscountCurveRenormalized.getCloneBuilder()
ForwardCurveNelsonSiegelSvensson.getCloneBuilder()
IndexCurveFromDiscountCurve.getCloneBuilder()
-
Uses of CurveBuilder in net.finmath.singleswaprate.model.curves
Methods in net.finmath.singleswaprate.model.curves that return CurveBuilder