Class PiecewiseCurve

java.lang.Object
net.finmath.marketdata.model.curves.AbstractCurve
net.finmath.marketdata.model.curves.PiecewiseCurve
All Implemented Interfaces:
Serializable, Cloneable, ParameterObject, Curve
Direct Known Subclasses:
ForwardCurveWithFixings

public class PiecewiseCurve
extends AbstractCurve
implements Curve
A piecewise curve. The curve consists of a base curve and a second curve. If the time parameter of the getValue(AnalyticModel, double) method falls inside a pre-defined open interval, it is delegated to the second curve, otherwise it is delegated to the base curve.
Version:
1.0
Author:
Christian Fries
See Also:
Serialized Form