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