Uses of Interface
net.finmath.marketdata2.model.curves.Curve
-
Packages that use Curve Package Description net.finmath.marketdata2.calibration Provides classes to create a calibrated model of curves from a collection of calibration products and corresponding target values.net.finmath.marketdata2.model Provides interface specification and implementation of a model, which is essentially a collection of curves.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 Curve in net.finmath.marketdata2.calibration
Methods in net.finmath.marketdata2.calibration that return Curve Modifier and Type Method Description CurveParameterAggregation. getCloneForParameter(RandomVariable[] value)CurveCalibratedCurves. getCurve(String name)Get a curve for a given name. -
Uses of Curve in net.finmath.marketdata2.model
Methods in net.finmath.marketdata2.model that return Curve Modifier and Type Method Description CurveAnalyticModel. getCurve(String name)Get a curve by a given curve name.CurveAnalyticModelFromCurvesAndVols. getCurve(String name)Methods in net.finmath.marketdata2.model that return types with arguments of type Curve Modifier and Type Method Description Map<String,Curve>AnalyticModel. getCurves()Returns an unmodifiable map of all curves.Map<String,Curve>AnalyticModelFromCurvesAndVols. getCurves()Methods in net.finmath.marketdata2.model with parameters of type Curve Modifier and Type Method Description AnalyticModelAnalyticModel. addCurve(String name, Curve curve)Add a reference to a given curve under a given name to this model.AnalyticModelAnalyticModelFromCurvesAndVols. addCurve(String name, Curve curve)AnalyticModelAnalyticModelFromCurvesAndVols. addCurve(Curve curve)AnalyticModelAnalyticModel. addCurves(Curve... curves)Create a new analytic model consisting of a clone of this one together with the given curves added.AnalyticModelAnalyticModelFromCurvesAndVols. addCurves(Curve... curves)voidAnalyticModel. setCurve(Curve curve)Deprecated.voidAnalyticModelFromCurvesAndVols. setCurve(Curve curve)Deprecated.This class will become immutable.voidAnalyticModelFromCurvesAndVols. setCurves(Curve[] curves)Deprecated.This class will become immutable.Method parameters in net.finmath.marketdata2.model with type arguments of type Curve Modifier and Type Method Description AnalyticModelAnalyticModel. addCurves(Set<Curve> curves)Create a new analytic model consisting of a clone of this one together with the given curves added.AnalyticModelAnalyticModelFromCurvesAndVols. addCurves(Set<Curve> curves)Constructors in net.finmath.marketdata2.model with parameters of type Curve Constructor Description AnalyticModelFromCurvesAndVols(Curve[] curves)Create an analytic model with the given curves.AnalyticModelFromCurvesAndVols(RandomVariableFactory randomVariableFactory, Curve[] curves)Create an analytic model with the given curves using a given AbstractRandomVariableFactory for construction of result types.Constructor parameters in net.finmath.marketdata2.model with type arguments of type Curve Constructor Description AnalyticModelFromCurvesAndVols(Collection<Curve> curves)Create an analytic model with the given curves. -
Uses of Curve in net.finmath.marketdata2.model.curves
Subinterfaces of Curve in net.finmath.marketdata2.model.curves Modifier and Type Interface Description interfaceDiscountCurveInterfaceThe interface which is implemented by discount curves.interfaceForwardCurveInterfaceThe interface which is implemented by forward curves.Classes in net.finmath.marketdata2.model.curves that implement Curve Modifier and Type Class Description classAbstractCurveAbstract base class for a curve.classAbstractForwardCurveAbstract base class for a forward curve, extending a curve object It stores the maturity of the underlying index (paymentOffset) and the associated discount curve.classCurveInterpolationThis class represents a curveFromInterpolationPoints build from a set of points in 2D.classDiscountCurveFromForwardCurveA discount curve derived from a given forward curve.classDiscountCurveInterpolationImplementation of a discount factor curve based onCurveInterpolation.classForwardCurveFromDiscountCurveA forward curve derived from a given discount curve.classForwardCurveInterpolationA container for a forward (rate) curve.Methods in net.finmath.marketdata2.model.curves that return Curve Modifier and Type Method Description CurveCurveBuilder. build()Build the curve.CurveCurveInterpolation.Builder. build()CurveAbstractCurve. getCloneForParameter(RandomVariable[] value)CurveCurve. getCloneForParameter(RandomVariable[] value)CurveCurveInterpolation. getCloneForParameter(RandomVariable[] parameter)
-