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.DirectMetaBean
The meta-bean forImmutableLegalEntityDiscountingProvider
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ImmutableLegalEntityDiscountingProvider>
beanType()
ImmutableLegalEntityDiscountingProvider.Builder
builder()
org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,LegalEntityGroup>>
issuerCurveGroups()
The meta-property for theissuerCurveGroups
property.org.joda.beans.MetaProperty<ImmutableMap<Pair<LegalEntityGroup,Currency>,DiscountFactors>>
issuerCurves()
The meta-property for theissuerCurves
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
protected Object
propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
protected void
propertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)
org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,RepoGroup>>
repoCurveGroups()
The meta-property for therepoCurveGroups
property.org.joda.beans.MetaProperty<ImmutableMap<Pair<RepoGroup,Currency>,DiscountFactors>>
repoCurves()
The meta-property for therepoCurves
property.org.joda.beans.MetaProperty<ImmutableMap<SecurityId,RepoGroup>>
repoCurveSecurityGroups()
The meta-property for therepoCurveSecurityGroups
property.org.joda.beans.MetaProperty<LocalDate>
valuationDate()
The meta-property for thevaluationDate
property.-
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:
metaPropertyGet
in 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 thevaluationDate
property.- Returns:
- the meta-property, not null
-
repoCurveSecurityGroups
public org.joda.beans.MetaProperty<ImmutableMap<SecurityId,RepoGroup>> repoCurveSecurityGroups()
The meta-property for therepoCurveSecurityGroups
property.- Returns:
- the meta-property, not null
-
repoCurveGroups
public org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,RepoGroup>> repoCurveGroups()
The meta-property for therepoCurveGroups
property.- Returns:
- the meta-property, not null
-
repoCurves
public org.joda.beans.MetaProperty<ImmutableMap<Pair<RepoGroup,Currency>,DiscountFactors>> repoCurves()
The meta-property for therepoCurves
property.- Returns:
- the meta-property, not null
-
issuerCurveGroups
public org.joda.beans.MetaProperty<ImmutableMap<LegalEntityId,LegalEntityGroup>> issuerCurveGroups()
The meta-property for theissuerCurveGroups
property.- Returns:
- the meta-property, not null
-
issuerCurves
public org.joda.beans.MetaProperty<ImmutableMap<Pair<LegalEntityGroup,Currency>,DiscountFactors>> issuerCurves()
The meta-property for theissuerCurves
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-