Package com.opengamma.strata.calc.runner

The calculation runner.

This package includes the implementation of the calculation runner, which allows a grid of results to be calculated for a list of trades and columns. The primary classes for interacting with the calculation runner are in the com.opengamma.strata.calc package.

The calculations are performed by implementations of CalculationFunction. Each calculation may be customized and controlled by an implementation of CalculationParameter.