Class SabrIborCapletFloorletVolatilityCalibrationDefinition.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.capfloor.SabrIborCapletFloorletVolatilityCalibrationDefinition.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- SabrIborCapletFloorletVolatilityCalibrationDefinition
public static final class SabrIborCapletFloorletVolatilityCalibrationDefinition.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forSabrIborCapletFloorletVolatilityCalibrationDefinition
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SabrIborCapletFloorletVolatilityCalibrationDefinition>
beanType()
org.joda.beans.MetaProperty<Curve>
betaCurve()
The meta-property for thebetaCurve
property.SabrIborCapletFloorletVolatilityCalibrationDefinition.Builder
builder()
org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<CurveExtrapolator>
extrapolatorLeft()
The meta-property for theextrapolatorLeft
property.org.joda.beans.MetaProperty<CurveExtrapolator>
extrapolatorRight()
The meta-property for theextrapolatorRight
property.org.joda.beans.MetaProperty<IborIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<DoubleArray>
initialParameters()
The meta-property for theinitialParameters
property.org.joda.beans.MetaProperty<CurveInterpolator>
interpolator()
The meta-property for theinterpolator
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<IborCapletFloorletVolatilitiesName>
name()
The meta-property for thename
property.org.joda.beans.MetaProperty<ImmutableList<DoubleArray>>
parameterCurveNodes()
The meta-property for theparameterCurveNodes
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<Curve>
rhoCurve()
The meta-property for therhoCurve
property.org.joda.beans.MetaProperty<SabrVolatilityFormula>
sabrVolatilityFormula()
The meta-property for thesabrVolatilityFormula
property.org.joda.beans.MetaProperty<Curve>
shiftCurve()
The meta-property for theshiftCurve
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 SabrIborCapletFloorletVolatilityCalibrationDefinition.Builder builder()
-
beanType
public Class<? extends SabrIborCapletFloorletVolatilityCalibrationDefinition> beanType()
-
name
public org.joda.beans.MetaProperty<IborCapletFloorletVolatilitiesName> name()
The meta-property for thename
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
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
betaCurve
public org.joda.beans.MetaProperty<Curve> betaCurve()
The meta-property for thebetaCurve
property.- Returns:
- the meta-property, not null
-
rhoCurve
public org.joda.beans.MetaProperty<Curve> rhoCurve()
The meta-property for therhoCurve
property.- Returns:
- the meta-property, not null
-
shiftCurve
public org.joda.beans.MetaProperty<Curve> shiftCurve()
The meta-property for theshiftCurve
property.- Returns:
- the meta-property, not null
-
parameterCurveNodes
public org.joda.beans.MetaProperty<ImmutableList<DoubleArray>> parameterCurveNodes()
The meta-property for theparameterCurveNodes
property.- Returns:
- the meta-property, not null
-
initialParameters
public org.joda.beans.MetaProperty<DoubleArray> initialParameters()
The meta-property for theinitialParameters
property.- Returns:
- the meta-property, not null
-
interpolator
public org.joda.beans.MetaProperty<CurveInterpolator> interpolator()
The meta-property for theinterpolator
property.- Returns:
- the meta-property, not null
-
extrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> extrapolatorLeft()
The meta-property for theextrapolatorLeft
property.- Returns:
- the meta-property, not null
-
extrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> extrapolatorRight()
The meta-property for theextrapolatorRight
property.- Returns:
- the meta-property, not null
-
sabrVolatilityFormula
public org.joda.beans.MetaProperty<SabrVolatilityFormula> sabrVolatilityFormula()
The meta-property for thesabrVolatilityFormula
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
-
-