Package com.opengamma.strata.basics
Basic types for modelling reference data.
Reference data is used to capture the slow-moving data necessary to perform calculations,
such as holiday calendars and securities.
The main reference data interface is ReferenceData
which is keyed by ReferenceDataId
.
-
Interface Summary Interface Description CalculationTarget The target of calculation within a system.ReferenceData Provides access to reference data, such as holiday calendars and securities.ReferenceDataId<T> An identifier for a unique item of reference data.Resolvable<T> An object that can be resolved against reference data.ResolvableCalculationTarget A calculation target that can be resolved using reference data. -
Class Summary Class Description CalculationTargetList A list of calculation targets.ImmutableReferenceData An immutable set of reference dataImmutableReferenceData.Meta The meta-bean forImmutableReferenceData
.StandardId An immutable standard identifier for an item.StandardId.Meta The meta-bean forStandardId
.StandardSchemes A set of schemes that can be used withStandardId
. -
Exception Summary Exception Description ReferenceDataNotFoundException Exception thrown if reference data cannot be found.