Class OvernightRateCalculation.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.OvernightRateCalculation.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- OvernightRateCalculation
public static final class OvernightRateCalculation.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forOvernightRateCalculation
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<OvernightAccrualMethod>
accrualMethod()
The meta-property for theaccrualMethod
property.Class<? extends OvernightRateCalculation>
beanType()
OvernightRateCalculation.Builder
builder()
org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<ValueSchedule>
gearing()
The meta-property for thegearing
property.org.joda.beans.MetaProperty<OvernightIndex>
index()
The meta-property for theindex
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<Integer>
rateCutOffDays()
The meta-property for therateCutOffDays
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 OvernightRateCalculation.Builder builder()
-
beanType
public Class<? extends OvernightRateCalculation> 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<OvernightIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
accrualMethod
public org.joda.beans.MetaProperty<OvernightAccrualMethod> accrualMethod()
The meta-property for theaccrualMethod
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
-
rateCutOffDays
public org.joda.beans.MetaProperty<Integer> rateCutOffDays()
The meta-property for therateCutOffDays
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
-
-