| Package | Description |
|---|---|
| com.opengamma.strata.calc |
Calculates risk measures on trades, applies scenarios and manages market data.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMeasure |
ImmutableMeasure.of(String name)
Returns a measure with the specified name whose values will be automatically converted to the reporting currency.
|
static ImmutableMeasure |
ImmutableMeasure.of(String name,
boolean isCurrencyConvertible)
Returns a measure with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ImmutableMeasure> |
ImmutableMeasure.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ImmutableMeasure> |
ImmutableMeasure.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.