Class InterpolatedStrikeSmileDeltaTermStructure.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.fxopt.InterpolatedStrikeSmileDeltaTermStructure.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- InterpolatedStrikeSmileDeltaTermStructure
public static final class InterpolatedStrikeSmileDeltaTermStructure.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forInterpolatedStrikeSmileDeltaTermStructure.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends InterpolatedStrikeSmileDeltaTermStructure>beanType()org.joda.beans.BeanBuilder<? extends InterpolatedStrikeSmileDeltaTermStructure>builder()org.joda.beans.MetaProperty<DayCount>dayCount()The meta-property for thedayCountproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<CurveExtrapolator>strikeExtrapolatorLeft()The meta-property for thestrikeExtrapolatorLeftproperty.org.joda.beans.MetaProperty<CurveExtrapolator>strikeExtrapolatorRight()The meta-property for thestrikeExtrapolatorRightproperty.org.joda.beans.MetaProperty<CurveInterpolator>strikeInterpolator()The meta-property for thestrikeInterpolatorproperty.org.joda.beans.MetaProperty<CurveExtrapolator>timeExtrapolatorLeft()The meta-property for thetimeExtrapolatorLeftproperty.org.joda.beans.MetaProperty<CurveExtrapolator>timeExtrapolatorRight()The meta-property for thetimeExtrapolatorRightproperty.org.joda.beans.MetaProperty<CurveInterpolator>timeInterpolator()The meta-property for thetimeInterpolatorproperty.org.joda.beans.MetaProperty<ImmutableList<SmileDeltaParameters>>volatilityTerm()The meta-property for thevolatilityTermproperty.-
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:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends InterpolatedStrikeSmileDeltaTermStructure> builder()
-
beanType
public Class<? extends InterpolatedStrikeSmileDeltaTermStructure> beanType()
-
volatilityTerm
public org.joda.beans.MetaProperty<ImmutableList<SmileDeltaParameters>> volatilityTerm()
The meta-property for thevolatilityTermproperty.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCountproperty.- Returns:
- the meta-property, not null
-
timeInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> timeInterpolator()
The meta-property for thetimeInterpolatorproperty.- Returns:
- the meta-property, not null
-
timeExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> timeExtrapolatorLeft()
The meta-property for thetimeExtrapolatorLeftproperty.- Returns:
- the meta-property, not null
-
timeExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> timeExtrapolatorRight()
The meta-property for thetimeExtrapolatorRightproperty.- Returns:
- the meta-property, not null
-
strikeInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> strikeInterpolator()
The meta-property for thestrikeInterpolatorproperty.- Returns:
- the meta-property, not null
-
strikeExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> strikeExtrapolatorLeft()
The meta-property for thestrikeExtrapolatorLeftproperty.- Returns:
- the meta-property, not null
-
strikeExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> strikeExtrapolatorRight()
The meta-property for thestrikeExtrapolatorRightproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-