Uses of Class
com.opengamma.strata.market.curve.ConstantCurve
-
Packages that use ConstantCurve Package Description com.opengamma.strata.market.curve Definitions of curves. -
-
Uses of ConstantCurve in com.opengamma.strata.market.curve
Methods in com.opengamma.strata.market.curve that return ConstantCurve Modifier and Type Method Description static ConstantCurve
ConstantCurve. of(CurveMetadata metadata, double yValue)
Creates a constant curve with a specific value.static ConstantCurve
ConstantCurve. of(CurveName name, double yValue)
Creates a constant curve with a specific value.static ConstantCurve
ConstantCurve. of(String name, double yValue)
Creates a constant curve with a specific value.ConstantCurve
ConstantCurve. withMetadata(CurveMetadata metadata)
ConstantCurve
ConstantCurve. withParameter(int parameterIndex, double newValue)
ConstantCurve
ConstantCurve. withPerturbation(ParameterPerturbation perturbation)
Methods in com.opengamma.strata.market.curve that return types with arguments of type ConstantCurve Modifier and Type Method Description Class<? extends ConstantCurve>
ConstantCurve.Meta. beanType()
org.joda.beans.BeanBuilder<? extends ConstantCurve>
ConstantCurve.Meta. builder()
-