| Package | Description |
|---|---|
| com.opengamma.strata.calc |
Calculates risk measures on trades, applies scenarios and manages market data.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnName |
ColumnHeader.getName()
Gets the column name.
|
ColumnName |
Column.getName()
Gets the column name.
|
static ColumnName |
ColumnName.of(Measure measure)
Obtains an instance from the specified measure.
|
static ColumnName |
ColumnName.of(String name)
Obtains an instance from the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ColumnName> |
ColumnHeader.Meta.name()
The meta-property for the
name property. |
org.joda.beans.MetaProperty<ColumnName> |
Column.Meta.name()
The meta-property for the
name property. |
| Modifier and Type | Method and Description |
|---|---|
int |
Results.columnIndexByName(ColumnName columnName)
Gets the column index by name.
|
Result<?> |
Results.get(int rowIndex,
ColumnName columnName)
Returns the results for a target and column name.
|
<T> Result<T> |
Results.get(int rowIndex,
ColumnName columnName,
Class<T> type)
Returns the results for a target and column name, casting the result to a known type.
|
<C> Result<ScenarioArray<C>> |
Results.getScenarios(int rowIndex,
ColumnName columnName,
Class<C> componentType)
Returns multi-scenario results for a target and column name, casting the result to a known type.
|
Column.Builder |
Column.Builder.name(ColumnName name)
Sets the column name.
|
static ColumnHeader |
ColumnHeader.of(ColumnName name,
Measure measure)
Obtains an instance from the name and measure.
|
static ColumnHeader |
ColumnHeader.of(ColumnName name,
Measure measure,
Currency currency)
Obtains an instance from the name, measure and currency.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.