public static final class IborRateCalculation.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
IborRateCalculation.| Modifier and Type | Method and Description |
|---|---|
Class<? extends IborRateCalculation> |
beanType() |
IborRateCalculation.Builder |
builder() |
org.joda.beans.MetaProperty<DayCount> |
dayCount()
The meta-property for the
dayCount property. |
org.joda.beans.MetaProperty<IborRateStubCalculation> |
finalStub()
The meta-property for the
finalStub property. |
org.joda.beans.MetaProperty<DaysAdjustment> |
firstFixingDateOffset()
The meta-property for the
firstFixingDateOffset property. |
org.joda.beans.MetaProperty<Double> |
firstRate()
The meta-property for the
firstRate property. |
org.joda.beans.MetaProperty<Double> |
firstRegularRate()
The meta-property for the
firstRegularRate property. |
org.joda.beans.MetaProperty<DaysAdjustment> |
fixingDateOffset()
The meta-property for the
fixingDateOffset property. |
org.joda.beans.MetaProperty<FixingRelativeTo> |
fixingRelativeTo()
The meta-property for the
fixingRelativeTo property. |
org.joda.beans.MetaProperty<ValueSchedule> |
gearing()
The meta-property for the
gearing property. |
org.joda.beans.MetaProperty<IborIndex> |
index()
The meta-property for the
index property. |
org.joda.beans.MetaProperty<IborRateStubCalculation> |
initialStub()
The meta-property for the
initialStub 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<ResetSchedule> |
resetPeriods()
The meta-property for the
resetPeriods property. |
org.joda.beans.MetaProperty<ValueSchedule> |
spread()
The meta-property for the
spread property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic IborRateCalculation.Builder builder()
public Class<? extends IborRateCalculation> beanType()
public org.joda.beans.MetaProperty<DayCount> dayCount()
dayCount property.public org.joda.beans.MetaProperty<IborIndex> index()
index property.public org.joda.beans.MetaProperty<ResetSchedule> resetPeriods()
resetPeriods property.public org.joda.beans.MetaProperty<FixingRelativeTo> fixingRelativeTo()
fixingRelativeTo property.public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
fixingDateOffset property.public org.joda.beans.MetaProperty<NegativeRateMethod> negativeRateMethod()
negativeRateMethod property.public org.joda.beans.MetaProperty<Double> firstRegularRate()
firstRegularRate property.public org.joda.beans.MetaProperty<Double> firstRate()
firstRate property.public org.joda.beans.MetaProperty<DaysAdjustment> firstFixingDateOffset()
firstFixingDateOffset property.public org.joda.beans.MetaProperty<IborRateStubCalculation> initialStub()
initialStub property.public org.joda.beans.MetaProperty<IborRateStubCalculation> finalStub()
finalStub property.public org.joda.beans.MetaProperty<ValueSchedule> gearing()
gearing property.public org.joda.beans.MetaProperty<ValueSchedule> spread()
spread 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.