| Package | Description |
|---|---|
| com.opengamma.strata.market.surface |
Definitions of surfaces.
|
| Modifier and Type | Field and Description |
|---|---|
static SurfaceInfoType<DayCount> |
SurfaceInfoType.DAY_COUNT
Key used to access information about the
DayCount. |
static SurfaceInfoType<MoneynessType> |
SurfaceInfoType.MONEYNESS_TYPE
Key used to access information about the type of moneyness.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SurfaceInfoType<T> |
SurfaceInfoType.of(String name)
Obtains an instance from the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableMap<SurfaceInfoType<?>,Object> |
DefaultSurfaceMetadata.getInfo()
Gets the additional surface information.
|
org.joda.beans.MetaProperty<ImmutableMap<SurfaceInfoType<?>,Object>> |
DefaultSurfaceMetadata.Meta.info()
The meta-property for the
info property. |
| Modifier and Type | Method and Description |
|---|---|
<T> DefaultSurfaceMetadataBuilder |
DefaultSurfaceMetadataBuilder.addInfo(SurfaceInfoType<T> type,
T value)
Adds a single piece of additional information.
|
<T> Optional<T> |
SurfaceMetadata.findInfo(SurfaceInfoType<T> type)
Finds surface information of a specific type.
|
<T> Optional<T> |
DefaultSurfaceMetadata.findInfo(SurfaceInfoType<T> type) |
default <T> T |
SurfaceMetadata.getInfo(SurfaceInfoType<T> type)
Gets surface information of a specific type.
|
<T> T |
DefaultSurfaceMetadata.getInfo(SurfaceInfoType<T> type) |
<T> DefaultSurfaceMetadata |
SurfaceMetadata.withInfo(SurfaceInfoType<T> type,
T value)
Returns an instance where the specified additional information has been added.
|
<T> DefaultSurfaceMetadata |
DefaultSurfaceMetadata.withInfo(SurfaceInfoType<T> type,
T value) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.