Class ImmutableCreditRatesProvider.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.credit.ImmutableCreditRatesProvider.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ImmutableCreditRatesProvider
public static final class ImmutableCreditRatesProvider.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forImmutableCreditRatesProvider.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ImmutableCreditRatesProvider>beanType()ImmutableCreditRatesProvider.Builderbuilder()org.joda.beans.MetaProperty<ImmutableMap<Pair<StandardId,Currency>,LegalEntitySurvivalProbabilities>>creditCurves()The meta-property for thecreditCurvesproperty.org.joda.beans.MetaProperty<ImmutableMap<Currency,CreditDiscountFactors>>discountCurves()The meta-property for thediscountCurvesproperty.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<StandardId,RecoveryRates>>recoveryRateCurves()The meta-property for therecoveryRateCurvesproperty.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 ImmutableCreditRatesProvider.Builder builder()
-
beanType
public Class<? extends ImmutableCreditRatesProvider> beanType()
-
valuationDate
public org.joda.beans.MetaProperty<LocalDate> valuationDate()
The meta-property for thevaluationDateproperty.- Returns:
- the meta-property, not null
-
creditCurves
public org.joda.beans.MetaProperty<ImmutableMap<Pair<StandardId,Currency>,LegalEntitySurvivalProbabilities>> creditCurves()
The meta-property for thecreditCurvesproperty.- Returns:
- the meta-property, not null
-
discountCurves
public org.joda.beans.MetaProperty<ImmutableMap<Currency,CreditDiscountFactors>> discountCurves()
The meta-property for thediscountCurvesproperty.- Returns:
- the meta-property, not null
-
recoveryRateCurves
public org.joda.beans.MetaProperty<ImmutableMap<StandardId,RecoveryRates>> recoveryRateCurves()
The meta-property for therecoveryRateCurvesproperty.- 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
-
-