Uses of Class
com.opengamma.strata.calc.ReportingCurrency
-
Packages that use ReportingCurrency 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. -
-
Uses of ReportingCurrency in com.opengamma.strata.calc
Fields in com.opengamma.strata.calc declared as ReportingCurrency Modifier and Type Field Description static ReportingCurrency
ReportingCurrency. NATURAL
An instance requesting the "natural" currency of the target.static ReportingCurrency
ReportingCurrency. NONE
An instance requesting no currency conversion.Methods in com.opengamma.strata.calc that return ReportingCurrency Modifier and Type Method 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.Methods in com.opengamma.strata.calc that return types with arguments of type ReportingCurrency Modifier and Type Method 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>
CalculationRules.Meta. reportingCurrency()
The meta-property for thereportingCurrency
property.org.joda.beans.MetaProperty<ReportingCurrency>
Column.Meta. reportingCurrency()
The meta-property for thereportingCurrency
property.Methods in com.opengamma.strata.calc with parameters of type ReportingCurrency Modifier and Type Method 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. -
Uses of ReportingCurrency in com.opengamma.strata.calc.runner
Methods in com.opengamma.strata.calc.runner that return ReportingCurrency Modifier and Type Method Description ReportingCurrency
CalculationTaskCell. getReportingCurrency()
Gets the reporting currency.Methods in com.opengamma.strata.calc.runner with parameters of type ReportingCurrency Modifier and Type Method Description static CalculationTaskCell
CalculationTaskCell. of(int rowIndex, int columnIndex, Measure measure, ReportingCurrency reportingCurrency)
Obtains an instance, specifying the cell indices, measure and reporting currency.
-