/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Support for explaining results. * <p> * This package provides functionality to allow calculated results to be explained. * For example, the calculation of Present Value on an Interest Rate Swap has many different * possible execution paths, and the explain functionality allows these to be understood. */ package com.opengamma.strata.market.explain;