| Package | Description |
|---|---|
| com.opengamma.strata.market.surface |
Definitions of surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.addInfo(SurfaceInfoType<T> type,
T value)
Adds a single piece of additional information.
|
static DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadata.builder()
Returns a builder used to create an instance of the bean.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.clearParameterMetadata()
Clears the parameter-level metadata.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.dayCount(DayCount dayCount)
Sets the day count.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.parameterMetadata(List<? extends ParameterMetadata> parameterMetadata)
Sets the parameter-level metadata.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.parameterMetadata(ParameterMetadata... parameterMetadata)
Sets the parameter-level metadata.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.surfaceName(String surfaceName)
Sets the surface name.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.surfaceName(SurfaceName surfaceName)
Sets the surface name.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadata.toBuilder()
Returns a mutable builder initialized with the state of this bean.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.xValueType(ValueType xValueType)
Sets the x-value type, providing meaning to the x-values of the surface.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.yValueType(ValueType yValueType)
Sets the y-value type, providing meaning to the y-values of the surface.
|
DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.zValueType(ValueType zValueType)
Sets the z-value type, providing meaning to the z-values of the surface.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.