All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opengamma.strata.calc.runner.package-info Maven / Gradle / Ivy

/*
 * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies
 *
 * Please see distribution for license.
 */

/**
 * 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 * {@code com.opengamma.strata.calc} package. *

* The calculations are performed by implementations of * {@link com.opengamma.strata.calc.runner.CalculationFunction CalculationFunction}. * Each calculation may be customized and controlled by an implementation of * {@link com.opengamma.strata.calc.runner.CalculationParameter CalculationParameter}. */ package com.opengamma.strata.calc.runner;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy