Uses of Class
com.opengamma.strata.market.curve.CombinedCurve
-
Packages that use CombinedCurve Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of CombinedCurve in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return CombinedCurve Modifier and Type Method Description static CombinedCurve
CombinedCurve. of(Curve baseCurve, Curve spreadCurve)
Creates a curve as the sum of a base curve and a spread curve.static CombinedCurve
CombinedCurve. of(Curve baseCurve, Curve spreadCurve, CurveMetadata metadata)
Creates a curve as the sum of a base curve and a spread curve with a specified curve metadata.CombinedCurve
CombinedCurve. withMetadata(CurveMetadata metadata)
CombinedCurve
CombinedCurve. withParameter(int parameterIndex, double newValue)
CombinedCurve
CombinedCurve. withPerturbation(ParameterPerturbation perturbation)
CombinedCurve
CombinedCurve. withUnderlyingCurve(int curveIndex, Curve curve)
Methods in com.opengamma.strata.market.curve that return types with arguments of type CombinedCurve Modifier and Type Method Description Class<? extends CombinedCurve>
CombinedCurve.Meta. beanType()
org.joda.beans.BeanBuilder<? extends CombinedCurve>
CombinedCurve.Meta. builder()
-