Uses of Class
net.finmath.marketdata2.model.curves.CurveInterpolation
Packages that use CurveInterpolation
Package
Description
Provides interface specification and implementation of curves, e.g., interest rate
curves like discount curves and forward curves.
-
Uses of CurveInterpolation in net.finmath.marketdata2.model.curves
Subclasses of CurveInterpolation in net.finmath.marketdata2.model.curvesModifier and TypeClassDescriptionclass
Abstract base class for a forward curve, extending a curve object It stores the maturity of the underlying index (paymentOffset) and the associated discount curve.class
Implementation of a discount factor curve based onCurveInterpolation
.class
A forward curve derived from a given discount curve.class
A container for a forward (rate) curve.Methods in net.finmath.marketdata2.model.curves that return CurveInterpolationConstructors in net.finmath.marketdata2.model.curves with parameters of type CurveInterpolationModifierConstructorDescriptionBuilder(CurveInterpolation curveInterpolation)
Build a curveFromInterpolationPoints by cloning a given curveFromInterpolationPoints.