Class SabrParametersIborCapletFloorletVolatilities.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.capfloor.SabrParametersIborCapletFloorletVolatilities.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- SabrParametersIborCapletFloorletVolatilities
public static final class SabrParametersIborCapletFloorletVolatilities.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forSabrParametersIborCapletFloorletVolatilities
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SabrParametersIborCapletFloorletVolatilities>
beanType()
SabrParametersIborCapletFloorletVolatilities.Builder
builder()
org.joda.beans.MetaProperty<ImmutableList<DoubleArray>>
dataSensitivityAlpha()
The meta-property for thedataSensitivityAlpha
property.org.joda.beans.MetaProperty<ImmutableList<DoubleArray>>
dataSensitivityBeta()
The meta-property for thedataSensitivityBeta
property.org.joda.beans.MetaProperty<ImmutableList<DoubleArray>>
dataSensitivityNu()
The meta-property for thedataSensitivityNu
property.org.joda.beans.MetaProperty<ImmutableList<DoubleArray>>
dataSensitivityRho()
The meta-property for thedataSensitivityRho
property.org.joda.beans.MetaProperty<IborIndex>
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<IborCapletFloorletVolatilitiesName>
name()
The meta-property for thename
property.org.joda.beans.MetaProperty<SabrParameters>
parameters()
The meta-property for theparameters
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<ZonedDateTime>
valuationDateTime()
The meta-property for thevaluationDateTime
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 SabrParametersIborCapletFloorletVolatilities.Builder builder()
-
beanType
public Class<? extends SabrParametersIborCapletFloorletVolatilities> 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
-
valuationDateTime
public org.joda.beans.MetaProperty<ZonedDateTime> valuationDateTime()
The meta-property for thevaluationDateTime
property.- Returns:
- the meta-property, not null
-
parameters
public org.joda.beans.MetaProperty<SabrParameters> parameters()
The meta-property for theparameters
property.- Returns:
- the meta-property, not null
-
dataSensitivityAlpha
public org.joda.beans.MetaProperty<ImmutableList<DoubleArray>> dataSensitivityAlpha()
The meta-property for thedataSensitivityAlpha
property.- Returns:
- the meta-property, not null
-
dataSensitivityBeta
public org.joda.beans.MetaProperty<ImmutableList<DoubleArray>> dataSensitivityBeta()
The meta-property for thedataSensitivityBeta
property.- Returns:
- the meta-property, not null
-
dataSensitivityRho
public org.joda.beans.MetaProperty<ImmutableList<DoubleArray>> dataSensitivityRho()
The meta-property for thedataSensitivityRho
property.- Returns:
- the meta-property, not null
-
dataSensitivityNu
public org.joda.beans.MetaProperty<ImmutableList<DoubleArray>> dataSensitivityNu()
The meta-property for thedataSensitivityNu
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
-
-