| Package | Description |
|---|---|
| com.opengamma.strata.calc |
Calculates risk measures on trades, applies scenarios and manages market data.
|
| com.opengamma.strata.calc.runner |
The calculation runner.
|
| Modifier and Type | Field and Description |
|---|---|
static ReportingCurrency |
ReportingCurrency.NATURAL
An instance requesting the "natural" currency of the target.
|
static ReportingCurrency |
ReportingCurrency.NONE
An instance requesting no currency conversion.
|
| Modifier and Type | Method and Description |
|---|---|
ReportingCurrency |
CalculationRules.getReportingCurrency()
Gets the reporting currency, used to control currency conversion.
|
static ReportingCurrency |
ReportingCurrency.of(Currency currency)
Obtains an instance requesting the specified currency.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ReportingCurrency> |
ReportingCurrency.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ReportingCurrency> |
ReportingCurrency.Meta.builder() |
Optional<ReportingCurrency> |
Column.getReportingCurrency()
Gets the reporting currency, used to control currency conversion, optional.
|
org.joda.beans.MetaProperty<ReportingCurrency> |
Column.Meta.reportingCurrency()
The meta-property for the
reportingCurrency property. |
org.joda.beans.MetaProperty<ReportingCurrency> |
CalculationRules.Meta.reportingCurrency()
The meta-property for the
reportingCurrency property. |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.combineWithDefaults(ReportingCurrency reportingCurrency,
CalculationParameters defaultParameters)
Combines the parameters with another reporting currency and set of parameters.
|
static CalculationRules |
CalculationRules.of(CalculationFunctions functions,
ReportingCurrency reportingCurrency,
CalculationParameters parameters)
Obtains an instance specifying the functions, reporting currency and additional parameters.
|
Column.Builder |
Column.Builder.reportingCurrency(ReportingCurrency reportingCurrency)
Sets the reporting currency, used to control currency conversion, optional.
|
| Modifier and Type | Method and Description |
|---|---|
ReportingCurrency |
CalculationTaskCell.getReportingCurrency()
Gets the reporting currency.
|
| Modifier and Type | Method and Description |
|---|---|
static CalculationTaskCell |
CalculationTaskCell.of(int rowIndex,
int columnIndex,
Measure measure,
ReportingCurrency reportingCurrency)
Obtains an instance, specifying the cell indices, measure and reporting currency.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.