Class SabrIborCapletFloorletVolatilityBootstrapDefinition.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.capfloor.SabrIborCapletFloorletVolatilityBootstrapDefinition.Meta
-
- All Implemented Interfaces:
MetaBean
- Enclosing class:
- SabrIborCapletFloorletVolatilityBootstrapDefinition
public static final class SabrIborCapletFloorletVolatilityBootstrapDefinition.Meta extends DirectMetaBean
The meta-bean forSabrIborCapletFloorletVolatilityBootstrapDefinition
.
-
-
Field Summary
-
Fields inherited from class org.joda.beans.impl.direct.DirectMetaBean
TEST_COVERAGE_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends SabrIborCapletFloorletVolatilityBootstrapDefinition>
beanType()
MetaProperty<Curve>
betaCurve()
The meta-property for thebetaCurve
property.SabrIborCapletFloorletVolatilityBootstrapDefinition.Builder
builder()
MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.MetaProperty<CurveExtrapolator>
extrapolatorLeft()
The meta-property for theextrapolatorLeft
property.MetaProperty<CurveExtrapolator>
extrapolatorRight()
The meta-property for theextrapolatorRight
property.MetaProperty<IborIndex>
index()
The meta-property for theindex
property.MetaProperty<CurveInterpolator>
interpolator()
The meta-property for theinterpolator
property.protected MetaProperty<?>
metaPropertyGet(java.lang.String propertyName)
java.util.Map<java.lang.String,MetaProperty<?>>
metaPropertyMap()
MetaProperty<IborCapletFloorletVolatilitiesName>
name()
The meta-property for thename
property.protected java.lang.Object
propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
protected void
propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
MetaProperty<Curve>
rhoCurve()
The meta-property for therhoCurve
property.MetaProperty<SabrVolatilityFormula>
sabrVolatilityFormula()
The meta-property for thesabrVolatilityFormula
property.MetaProperty<Curve>
shiftCurve()
The meta-property for theshiftCurve
property.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.joda.beans.MetaBean
annotation, annotations, beanName, metaPropertyCount, metaPropertyExists, metaPropertyIterable
-
-
-
-
Method Detail
-
metaPropertyGet
protected MetaProperty<?> metaPropertyGet(java.lang.String propertyName)
- Overrides:
metaPropertyGet
in classDirectMetaBean
-
builder
public SabrIborCapletFloorletVolatilityBootstrapDefinition.Builder builder()
-
beanType
public java.lang.Class<? extends SabrIborCapletFloorletVolatilityBootstrapDefinition> beanType()
-
metaPropertyMap
public java.util.Map<java.lang.String,MetaProperty<?>> metaPropertyMap()
-
name
public MetaProperty<IborCapletFloorletVolatilitiesName> name()
The meta-property for thename
property.- Returns:
- the meta-property, not null
-
index
public MetaProperty<IborIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
dayCount
public MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
betaCurve
public MetaProperty<Curve> betaCurve()
The meta-property for thebetaCurve
property.- Returns:
- the meta-property, not null
-
rhoCurve
public MetaProperty<Curve> rhoCurve()
The meta-property for therhoCurve
property.- Returns:
- the meta-property, not null
-
shiftCurve
public MetaProperty<Curve> shiftCurve()
The meta-property for theshiftCurve
property.- Returns:
- the meta-property, not null
-
interpolator
public MetaProperty<CurveInterpolator> interpolator()
The meta-property for theinterpolator
property.- Returns:
- the meta-property, not null
-
extrapolatorLeft
public MetaProperty<CurveExtrapolator> extrapolatorLeft()
The meta-property for theextrapolatorLeft
property.- Returns:
- the meta-property, not null
-
extrapolatorRight
public MetaProperty<CurveExtrapolator> extrapolatorRight()
The meta-property for theextrapolatorRight
property.- Returns:
- the meta-property, not null
-
sabrVolatilityFormula
public MetaProperty<SabrVolatilityFormula> sabrVolatilityFormula()
The meta-property for thesabrVolatilityFormula
property.- Returns:
- the meta-property, not null
-
propertyGet
protected java.lang.Object propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
- Overrides:
propertyGet
in classDirectMetaBean
-
propertySet
protected void propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
- Overrides:
propertySet
in classDirectMetaBean
-
-