public interface CurveGroupDefinition
A curve group contains information that allows a group of curves to be calibrated.
In Strata v2, this type was converted to an interface.
If migrating, change your code to RatesCurveGroupDefinition
.
Modifier and Type | Method and Description |
---|---|
MarketDataId<? extends CurveGroup> |
createGroupId(ObservableSource source)
Creates an identifier that can be used to resolve this definition.
|
CurveGroupName |
getName()
Gets the name of the curve group.
|
CurveGroupName getName()
MarketDataId<? extends CurveGroup> createGroupId(ObservableSource source)
source
- the source of dataCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.