Uses of Class
com.opengamma.strata.calc.Column
-
Packages that use Column 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.com.opengamma.strata.report Reporting Framework -
-
Uses of Column in com.opengamma.strata.calc
Methods in com.opengamma.strata.calc that return Column Modifier and Type Method Description Column
Column.Builder. build()
Column
Column. combineWithDefaults(ReportingCurrency reportingCurrency, CalculationParameters defaultParameters)
Combines the parameters with another reporting currency and set of parameters.static Column
Column. of(Measure measure)
Obtains an instance that will calculate the specified measure.static Column
Column. of(Measure measure, Currency currency)
Obtains an instance that will calculate the specified measure, converting to the specified currency.static Column
Column. of(Measure measure, Currency currency, CalculationParameter... parameters)
Obtains an instance that will calculate the specified measure, converting to the specified currency, defining additional parameters.static Column
Column. of(Measure measure, CalculationParameter... parameters)
Obtains an instance that will calculate the specified measure, defining additional parameters.static Column
Column. of(Measure measure, String columnName)
Obtains an instance that will calculate the specified measure, defining the column name.static Column
Column. of(Measure measure, String columnName, Currency currency)
Obtains an instance that will calculate the specified measure, converting to the specified currency.static Column
Column. of(Measure measure, String columnName, Currency currency, CalculationParameter... parameters)
Obtains an instance that will calculate the specified measure, converting to the specified currency, defining the column name and parameters.static Column
Column. of(Measure measure, String columnName, CalculationParameter... parameters)
Obtains an instance that will calculate the specified measure, defining the column name and parameters.Methods in com.opengamma.strata.calc that return types with arguments of type Column Modifier and Type Method Description Class<? extends Column>
Column.Meta. beanType()
-
Uses of Column in com.opengamma.strata.calc.runner
Methods in com.opengamma.strata.calc.runner that return types with arguments of type Column Modifier and Type Method Description List<Column>
CalculationTasks. getColumns()
Gets the columns that will be calculated. -
Uses of Column in com.opengamma.strata.report
Methods in com.opengamma.strata.report that return types with arguments of type Column Modifier and Type Method Description org.joda.beans.MetaProperty<List<Column>>
ReportCalculationResults.Meta. columns()
The meta-property for thecolumns
property.List<Column>
ReportCalculationResults. getColumns()
Gets the columns contained in the results.ImmutableList<Column>
ReportRequirements. getTradeMeasureRequirements()
Gets the trade-level measure requirements.org.joda.beans.MetaProperty<ImmutableList<Column>>
ReportRequirements.Meta. tradeMeasureRequirements()
The meta-property for thetradeMeasureRequirements
property.Methods in com.opengamma.strata.report with parameters of type Column Modifier and Type Method Description static ReportRequirements
ReportRequirements. of(Column... columns)
Obtains an instance from the columns.Method parameters in com.opengamma.strata.report with type arguments of type Column Modifier and Type Method Description static ReportRequirements
ReportRequirements. of(List<Column> columns)
Obtains an instance from the columns.
-