Package com.opengamma.strata.market.explain
Support for explaining results.
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.
-
Class Summary Class Description ExplainKey<T> A key for the map of explanatory values.ExplainMap A map of explanatory values.ExplainMap.Meta The meta-bean forExplainMap
.ExplainMapBuilder A builder for the map of explanatory values.