| Package | Description |
|---|---|
| com.opengamma.strata.basics |
Basic types for modelling reference data.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResolvableCalculationTarget
A calculation target that can be resolved using reference data.
|
| Modifier and Type | Method and Description |
|---|---|
CalculationTarget |
ResolvableCalculationTarget.resolveTarget(ReferenceData refData)
Resolves this target, returning the resolved instance.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<CalculationTarget> |
CalculationTargetList.getTargets()
Gets the targets.
|
| Modifier and Type | Method and Description |
|---|---|
static CalculationTargetList |
CalculationTargetList.of(CalculationTarget... targets)
Obtains an instance from a list of targets.
|
| Modifier and Type | Method and Description |
|---|---|
static CalculationTargetList |
CalculationTargetList.of(List<? extends CalculationTarget> targets)
Obtains an instance from a list of targets.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.