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 CombinedCurveCombinedCurve. of(Curve baseCurve, Curve spreadCurve)Creates a curve as the sum of a base curve and a spread curve.static CombinedCurveCombinedCurve. 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.CombinedCurveCombinedCurve. withMetadata(CurveMetadata metadata)CombinedCurveCombinedCurve. withParameter(int parameterIndex, double newValue)CombinedCurveCombinedCurve. withPerturbation(ParameterPerturbation perturbation)CombinedCurveCombinedCurve. 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()
-