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 ReportingCurrencyReportingCurrency. NATURALAn instance requesting the "natural" currency of the target.static ReportingCurrencyReportingCurrency. NONEAn instance requesting no currency conversion.Methods in com.opengamma.strata.calc that return ReportingCurrency Modifier and Type Method Description ReportingCurrencyCalculationRules. getReportingCurrency()Gets the reporting currency, used to control currency conversion.static ReportingCurrencyReportingCurrency. 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 thereportingCurrencyproperty.org.joda.beans.MetaProperty<ReportingCurrency>Column.Meta. reportingCurrency()The meta-property for thereportingCurrencyproperty.Methods in com.opengamma.strata.calc with parameters of type ReportingCurrency Modifier and Type Method Description ColumnColumn. combineWithDefaults(ReportingCurrency reportingCurrency, CalculationParameters defaultParameters)Combines the parameters with another reporting currency and set of parameters.static CalculationRulesCalculationRules. of(CalculationFunctions functions, ReportingCurrency reportingCurrency, CalculationParameters parameters)Obtains an instance specifying the functions, reporting currency and additional parameters.Column.BuilderColumn.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 ReportingCurrencyCalculationTaskCell. getReportingCurrency()Gets the reporting currency.Methods in com.opengamma.strata.calc.runner with parameters of type ReportingCurrency Modifier and Type Method Description static CalculationTaskCellCalculationTaskCell. of(int rowIndex, int columnIndex, Measure measure, ReportingCurrency reportingCurrency)Obtains an instance, specifying the cell indices, measure and reporting currency.
-