/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Entity objects for sensitivities. * <p> * These objects are used to represent the sensitivity of an output value to the input data. * For example, present value sensitivity relates to the calculated present value * and measures the reaction to changes in underlying factors, such as the forward rate curve. */ package com.opengamma.strata.market.sensitivity;