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