Class ConstantContinuousSingleBarrierKnockoutFunction.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.impl.tree.ConstantContinuousSingleBarrierKnockoutFunction.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ConstantContinuousSingleBarrierKnockoutFunction
public static final class ConstantContinuousSingleBarrierKnockoutFunction.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forConstantContinuousSingleBarrierKnockoutFunction.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<Double>barrierLevel()The meta-property for thebarrierLevelproperty.org.joda.beans.MetaProperty<BarrierType>barrierType()The meta-property for thebarrierTypeproperty.Class<? extends ConstantContinuousSingleBarrierKnockoutFunction>beanType()org.joda.beans.BeanBuilder<? extends ConstantContinuousSingleBarrierKnockoutFunction>builder()protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<Integer>numberOfSteps()The meta-property for thenumberOfStepsproperty.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<DoubleArray>rebate()The meta-property for therebateproperty.org.joda.beans.MetaProperty<Double>sign()The meta-property for thesignproperty.org.joda.beans.MetaProperty<Double>strike()The meta-property for thestrikeproperty.org.joda.beans.MetaProperty<Double>timeToExpiry()The meta-property for thetimeToExpiryproperty.-
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 ConstantContinuousSingleBarrierKnockoutFunction> builder()
-
beanType
public Class<? extends ConstantContinuousSingleBarrierKnockoutFunction> beanType()
-
strike
public org.joda.beans.MetaProperty<Double> strike()
The meta-property for thestrikeproperty.- Returns:
- the meta-property, not null
-
timeToExpiry
public org.joda.beans.MetaProperty<Double> timeToExpiry()
The meta-property for thetimeToExpiryproperty.- Returns:
- the meta-property, not null
-
sign
public org.joda.beans.MetaProperty<Double> sign()
The meta-property for thesignproperty.- Returns:
- the meta-property, not null
-
numberOfSteps
public org.joda.beans.MetaProperty<Integer> numberOfSteps()
The meta-property for thenumberOfStepsproperty.- Returns:
- the meta-property, not null
-
barrierType
public org.joda.beans.MetaProperty<BarrierType> barrierType()
The meta-property for thebarrierTypeproperty.- Returns:
- the meta-property, not null
-
barrierLevel
public org.joda.beans.MetaProperty<Double> barrierLevel()
The meta-property for thebarrierLevelproperty.- Returns:
- the meta-property, not null
-
rebate
public org.joda.beans.MetaProperty<DoubleArray> rebate()
The meta-property for therebateproperty.- 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
-
-