Package com.opengamma.strata.pricer.bond
Class ImmutableLegalEntityDiscountingProvider.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.bond.ImmutableLegalEntityDiscountingProvider.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ImmutableLegalEntityDiscountingProvider
public static final class ImmutableLegalEntityDiscountingProvider.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forImmutableLegalEntityDiscountingProvider.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ImmutableLegalEntityDiscountingProvider>beanType()ImmutableLegalEntityDiscountingProvider.Builderbuilder()org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,LegalEntityGroup>>issuerCurveGroups()The meta-property for theissuerCurveGroupsproperty.org.joda.beans.MetaProperty<ImmutableMap<Pair<LegalEntityGroup,Currency>,DiscountFactors>>issuerCurves()The meta-property for theissuerCurvesproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,RepoGroup>>repoCurveGroups()The meta-property for therepoCurveGroupsproperty.org.joda.beans.MetaProperty<ImmutableMap<Pair<RepoGroup,Currency>,DiscountFactors>>repoCurves()The meta-property for therepoCurvesproperty.org.joda.beans.MetaProperty<ImmutableMap<SecurityId,RepoGroup>>repoCurveSecurityGroups()The meta-property for therepoCurveSecurityGroupsproperty.org.joda.beans.MetaProperty<LocalDate>valuationDate()The meta-property for thevaluationDateproperty.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public ImmutableLegalEntityDiscountingProvider.Builder builder()
-
beanType
public Class<? extends ImmutableLegalEntityDiscountingProvider> beanType()
-
valuationDate
public org.joda.beans.MetaProperty<LocalDate> valuationDate()
The meta-property for thevaluationDateproperty.- Returns:
- the meta-property, not null
-
repoCurveSecurityGroups
public org.joda.beans.MetaProperty<ImmutableMap<SecurityId,RepoGroup>> repoCurveSecurityGroups()
The meta-property for therepoCurveSecurityGroupsproperty.- Returns:
- the meta-property, not null
-
repoCurveGroups
public org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,RepoGroup>> repoCurveGroups()
The meta-property for therepoCurveGroupsproperty.- Returns:
- the meta-property, not null
-
repoCurves
public org.joda.beans.MetaProperty<ImmutableMap<Pair<RepoGroup,Currency>,DiscountFactors>> repoCurves()
The meta-property for therepoCurvesproperty.- Returns:
- the meta-property, not null
-
issuerCurveGroups
public org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,LegalEntityGroup>> issuerCurveGroups()
The meta-property for theissuerCurveGroupsproperty.- Returns:
- the meta-property, not null
-
issuerCurves
public org.joda.beans.MetaProperty<ImmutableMap<Pair<LegalEntityGroup,Currency>,DiscountFactors>> issuerCurves()
The meta-property for theissuerCurvesproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-