| 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 | Description |
|---|---|
| CalculationTargetList |
A list of calculation targets.
|
| ImmutableReferenceData |
An immutable set of reference data
|
| ImmutableReferenceData.Meta |
The meta-bean for
ImmutableReferenceData. |
| StandardId |
An immutable standard identifier for an item.
|
| StandardId.Meta |
The meta-bean for
StandardId. |
| StandardSchemes |
A set of schemes that can be used with
StandardId. |
| Exception | Description |
|---|---|
| ReferenceDataNotFoundException |
Exception thrown if reference data cannot be found.
|
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.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.