| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
static LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.builder()
Returns a builder used to create an instance of the bean.
|
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.Meta.builder() |
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.Builder.issuerCurves(Map<Pair<LegalEntityGroup,Currency>,Curve> issuerCurves)
Sets the issuer curves in the curve group, keyed by legal entity group and currency.
|
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.Builder.name(CurveGroupName name)
Sets the name of the curve group.
|
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.Builder.repoCurves(Map<Pair<RepoGroup,Currency>,Curve> repoCurves)
Sets the repo curves in the curve group, keyed by repo group and currency.
|
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.Builder.set(String propertyName,
Object newValue) |
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.