Package com.opengamma.strata.pricer.bond
Class BondFutureOptionSensitivity.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.bond.BondFutureOptionSensitivity.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- BondFutureOptionSensitivity
public static final class BondFutureOptionSensitivity.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forBondFutureOptionSensitivity.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends BondFutureOptionSensitivity>beanType()org.joda.beans.BeanBuilder<? extends BondFutureOptionSensitivity>builder()org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.org.joda.beans.MetaProperty<Double>expiry()The meta-property for theexpiryproperty.org.joda.beans.MetaProperty<LocalDate>futureExpiryDate()The meta-property for thefutureExpiryDateproperty.org.joda.beans.MetaProperty<Double>futurePrice()The meta-property for thefuturePriceproperty.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<Double>sensitivity()The meta-property for thesensitivityproperty.org.joda.beans.MetaProperty<Double>strikePrice()The meta-property for thestrikePriceproperty.org.joda.beans.MetaProperty<BondFutureVolatilitiesName>volatilitiesName()The meta-property for thevolatilitiesNameproperty.-
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 BondFutureOptionSensitivity> builder()
-
beanType
public Class<? extends BondFutureOptionSensitivity> beanType()
-
volatilitiesName
public org.joda.beans.MetaProperty<BondFutureVolatilitiesName> volatilitiesName()
The meta-property for thevolatilitiesNameproperty.- Returns:
- the meta-property, not null
-
expiry
public org.joda.beans.MetaProperty<Double> expiry()
The meta-property for theexpiryproperty.- Returns:
- the meta-property, not null
-
futureExpiryDate
public org.joda.beans.MetaProperty<LocalDate> futureExpiryDate()
The meta-property for thefutureExpiryDateproperty.- Returns:
- the meta-property, not null
-
strikePrice
public org.joda.beans.MetaProperty<Double> strikePrice()
The meta-property for thestrikePriceproperty.- Returns:
- the meta-property, not null
-
futurePrice
public org.joda.beans.MetaProperty<Double> futurePrice()
The meta-property for thefuturePriceproperty.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrencyproperty.- Returns:
- the meta-property, not null
-
sensitivity
public org.joda.beans.MetaProperty<Double> sensitivity()
The meta-property for thesensitivityproperty.- 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
-
-