Class IborRateCalculation.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.IborRateCalculation.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- IborRateCalculation
public static final class IborRateCalculation.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forIborRateCalculation
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends IborRateCalculation>
beanType()
IborRateCalculation.Builder
builder()
org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<IborRateStubCalculation>
finalStub()
The meta-property for thefinalStub
property.org.joda.beans.MetaProperty<DaysAdjustment>
firstFixingDateOffset()
The meta-property for thefirstFixingDateOffset
property.org.joda.beans.MetaProperty<Double>
firstRate()
The meta-property for thefirstRate
property.org.joda.beans.MetaProperty<Double>
firstRegularRate()
The meta-property for thefirstRegularRate
property.org.joda.beans.MetaProperty<DaysAdjustment>
fixingDateOffset()
The meta-property for thefixingDateOffset
property.org.joda.beans.MetaProperty<FixingRelativeTo>
fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.org.joda.beans.MetaProperty<ValueSchedule>
gearing()
The meta-property for thegearing
property.org.joda.beans.MetaProperty<IborIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<IborRateStubCalculation>
initialStub()
The meta-property for theinitialStub
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 thenegativeRateMethod
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 theresetPeriods
property.org.joda.beans.MetaProperty<ValueSchedule>
spread()
The meta-property for thespread
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 IborRateCalculation.Builder builder()
-
beanType
public Class<? extends IborRateCalculation> beanType()
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<IborIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
resetPeriods
public org.joda.beans.MetaProperty<ResetSchedule> resetPeriods()
The meta-property for theresetPeriods
property.- Returns:
- the meta-property, not null
-
fixingRelativeTo
public org.joda.beans.MetaProperty<FixingRelativeTo> fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.- Returns:
- the meta-property, not null
-
fixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
The meta-property for thefixingDateOffset
property.- Returns:
- the meta-property, not null
-
negativeRateMethod
public org.joda.beans.MetaProperty<NegativeRateMethod> negativeRateMethod()
The meta-property for thenegativeRateMethod
property.- Returns:
- the meta-property, not null
-
firstRegularRate
public org.joda.beans.MetaProperty<Double> firstRegularRate()
The meta-property for thefirstRegularRate
property.- Returns:
- the meta-property, not null
-
firstRate
public org.joda.beans.MetaProperty<Double> firstRate()
The meta-property for thefirstRate
property.- Returns:
- the meta-property, not null
-
firstFixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> firstFixingDateOffset()
The meta-property for thefirstFixingDateOffset
property.- Returns:
- the meta-property, not null
-
initialStub
public org.joda.beans.MetaProperty<IborRateStubCalculation> initialStub()
The meta-property for theinitialStub
property.- Returns:
- the meta-property, not null
-
finalStub
public org.joda.beans.MetaProperty<IborRateStubCalculation> finalStub()
The meta-property for thefinalStub
property.- Returns:
- the meta-property, not null
-
gearing
public org.joda.beans.MetaProperty<ValueSchedule> gearing()
The meta-property for thegearing
property.- Returns:
- the meta-property, not null
-
spread
public org.joda.beans.MetaProperty<ValueSchedule> spread()
The meta-property for thespread
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
-
-