public static final class BondYieldSensitivity.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
BondYieldSensitivity.| Modifier and Type | Method and Description |
|---|---|
Class<? extends BondYieldSensitivity> |
beanType() |
org.joda.beans.BeanBuilder<? extends BondYieldSensitivity> |
builder() |
org.joda.beans.MetaProperty<Currency> |
currency()
The meta-property for the
currency property. |
org.joda.beans.MetaProperty<Double> |
duration()
The meta-property for the
duration property. |
org.joda.beans.MetaProperty<Double> |
expiry()
The meta-property for the
expiry property. |
org.joda.beans.MetaProperty<Double> |
forward()
The meta-property for the
forward property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
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<Double> |
sensitivity()
The meta-property for the
sensitivity property. |
org.joda.beans.MetaProperty<Double> |
strike()
The meta-property for the
strike property. |
org.joda.beans.MetaProperty<BondVolatilitiesName> |
volatilitiesName()
The meta-property for the
volatilitiesName property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic org.joda.beans.BeanBuilder<? extends BondYieldSensitivity> builder()
public Class<? extends BondYieldSensitivity> beanType()
public org.joda.beans.MetaProperty<BondVolatilitiesName> volatilitiesName()
volatilitiesName property.public org.joda.beans.MetaProperty<Double> expiry()
expiry property.public org.joda.beans.MetaProperty<Double> duration()
duration property.public org.joda.beans.MetaProperty<Double> strike()
strike property.public org.joda.beans.MetaProperty<Double> forward()
forward property.public org.joda.beans.MetaProperty<Currency> currency()
currency property.public org.joda.beans.MetaProperty<Double> sensitivity()
sensitivity property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.