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.DirectMetaBean
The 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 theagreedFxRate
property.Class<? extends FxNdf>
beanType()
FxNdf.Builder
builder()
org.joda.beans.MetaProperty<FxIndex>
index()
The meta-property for theindex
property.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 thepaymentDate
property.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<CurrencyAmount>
settlementCurrencyNotional()
The meta-property for thesettlementCurrencyNotional
property.-
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:
metaPropertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public FxNdf.Builder builder()
-
settlementCurrencyNotional
public org.joda.beans.MetaProperty<CurrencyAmount> settlementCurrencyNotional()
The meta-property for thesettlementCurrencyNotional
property.- Returns:
- the meta-property, not null
-
agreedFxRate
public org.joda.beans.MetaProperty<FxRate> agreedFxRate()
The meta-property for theagreedFxRate
property.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<FxIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
paymentDate
public org.joda.beans.MetaProperty<LocalDate> paymentDate()
The meta-property for thepaymentDate
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-