| Package | Description |
|---|---|
| com.opengamma.strata.calc |
Calculates risk measures on trades, applies scenarios and manages market data.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ColumnHeader |
Column.toHeader()
Converts this column to a column header.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ColumnHeader> |
ColumnHeader.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ColumnHeader> |
ColumnHeader.Meta.builder() |
org.joda.beans.MetaProperty<ImmutableList<ColumnHeader>> |
Results.Meta.columns()
The meta-property for the
columns property. |
ImmutableList<ColumnHeader> |
Results.getColumns()
Gets the column headers.
|
| Modifier and Type | Method and Description |
|---|---|
static Results |
Results.of(List<ColumnHeader> columns,
List<? extends Result<?>> cells)
Obtains an instance containing the results of the calculation for each cell.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.