Package com.opengamma.strata.product.fx
Class FxNdf.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.fx.FxNdf.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FxNdf
public static final class FxNdf.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forFxNdf.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<FxRate>agreedFxRate()The meta-property for theagreedFxRateproperty.Class<? extends FxNdf>beanType()FxNdf.Builderbuilder()org.joda.beans.MetaProperty<FxIndex>index()The meta-property for theindexproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<LocalDate>paymentDate()The meta-property for thepaymentDateproperty.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<CurrencyAmount>settlementCurrencyNotional()The meta-property for thesettlementCurrencyNotionalproperty.-
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 FxNdf.Builder builder()
-
settlementCurrencyNotional
public org.joda.beans.MetaProperty<CurrencyAmount> settlementCurrencyNotional()
The meta-property for thesettlementCurrencyNotionalproperty.- Returns:
- the meta-property, not null
-
agreedFxRate
public org.joda.beans.MetaProperty<FxRate> agreedFxRate()
The meta-property for theagreedFxRateproperty.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<FxIndex> index()
The meta-property for theindexproperty.- Returns:
- the meta-property, not null
-
paymentDate
public org.joda.beans.MetaProperty<LocalDate> paymentDate()
The meta-property for thepaymentDateproperty.- 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
-
-