| Package | Description |
|---|---|
| com.opengamma.strata.calc |
Calculates risk measures on trades, applies scenarios and manages market data.
|
| Modifier and Type | Method and Description |
|---|---|
ReportingCurrencyType |
ReportingCurrency.getType()
Gets the type of reporting currency.
|
static ReportingCurrencyType |
ReportingCurrencyType.of(String name)
Obtains an instance from the specified name.
|
static ReportingCurrencyType |
ReportingCurrencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportingCurrencyType[] |
ReportingCurrencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ReportingCurrencyType> |
ReportingCurrency.Meta.type()
The meta-property for the
type property. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.