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 ColumnColumn.Builder. build()ColumnColumn. combineWithDefaults(ReportingCurrency reportingCurrency, CalculationParameters defaultParameters)Combines the parameters with another reporting currency and set of parameters.static ColumnColumn. of(Measure measure)Obtains an instance that will calculate the specified measure.static ColumnColumn. of(Measure measure, Currency currency)Obtains an instance that will calculate the specified measure, converting to the specified currency.static ColumnColumn. 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 ColumnColumn. of(Measure measure, CalculationParameter... parameters)Obtains an instance that will calculate the specified measure, defining additional parameters.static ColumnColumn. of(Measure measure, String columnName)Obtains an instance that will calculate the specified measure, defining the column name.static ColumnColumn. of(Measure measure, String columnName, Currency currency)Obtains an instance that will calculate the specified measure, converting to the specified currency.static ColumnColumn. 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 ColumnColumn. 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 thecolumnsproperty.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 thetradeMeasureRequirementsproperty.Methods in com.opengamma.strata.report with parameters of type Column Modifier and Type Method Description static ReportRequirementsReportRequirements. 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 ReportRequirementsReportRequirements. of(List<Column> columns)Obtains an instance from the columns.
-