public static final class RateAccrualPeriod.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
RateAccrualPeriod.| Modifier and Type | Method and Description |
|---|---|
Class<? extends RateAccrualPeriod> |
beanType() |
RateAccrualPeriod.Builder |
builder() |
org.joda.beans.MetaProperty<LocalDate> |
endDate()
The meta-property for the
endDate property. |
org.joda.beans.MetaProperty<Double> |
gearing()
The meta-property for the
gearing property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<NegativeRateMethod> |
negativeRateMethod()
The meta-property for the
negativeRateMethod property. |
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<RateComputation> |
rateComputation()
The meta-property for the
rateComputation property. |
org.joda.beans.MetaProperty<Double> |
spread()
The meta-property for the
spread property. |
org.joda.beans.MetaProperty<LocalDate> |
startDate()
The meta-property for the
startDate property. |
org.joda.beans.MetaProperty<LocalDate> |
unadjustedEndDate()
The meta-property for the
unadjustedEndDate property. |
org.joda.beans.MetaProperty<LocalDate> |
unadjustedStartDate()
The meta-property for the
unadjustedStartDate property. |
org.joda.beans.MetaProperty<Double> |
yearFraction()
The meta-property for the
yearFraction property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic RateAccrualPeriod.Builder builder()
public Class<? extends RateAccrualPeriod> beanType()
public org.joda.beans.MetaProperty<LocalDate> startDate()
startDate property.public org.joda.beans.MetaProperty<LocalDate> endDate()
endDate property.public org.joda.beans.MetaProperty<LocalDate> unadjustedStartDate()
unadjustedStartDate property.public org.joda.beans.MetaProperty<LocalDate> unadjustedEndDate()
unadjustedEndDate property.public org.joda.beans.MetaProperty<Double> yearFraction()
yearFraction property.public org.joda.beans.MetaProperty<RateComputation> rateComputation()
rateComputation property.public org.joda.beans.MetaProperty<Double> gearing()
gearing property.public org.joda.beans.MetaProperty<Double> spread()
spread property.public org.joda.beans.MetaProperty<NegativeRateMethod> negativeRateMethod()
negativeRateMethod property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.