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(String propertyName,
Object newValue) |
|
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
LegalEntityCurveGroup.Builder |
LegalEntityCurveGroup.toBuilder() |
Returns a builder that allows this bean to be mutated.
|