Package com.opengamma.strata.basics.value

Basic financial tools for working with values.

A value in the context of this package is a primitive double.

The ValueAdjustment class expressed a single change in a value, such as adding 20%. The ValueSchedule and ValueStep classes allow an initial value to be changed over time according to a schedule.

The Rounding interface expresses the convention for rounding a value. The standard implementation is HalfUpRounding.