Package com.opengamma.strata.product.fra
Class Fra.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.fra.Fra.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- Fra
public static final class Fra.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forFra.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Fra>beanType()Fra.Builderbuilder()org.joda.beans.MetaProperty<BusinessDayAdjustment>businessDayAdjustment()The meta-property for thebusinessDayAdjustmentproperty.org.joda.beans.MetaProperty<BuySell>buySell()The meta-property for thebuySellproperty.org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.org.joda.beans.MetaProperty<DayCount>dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<FraDiscountingMethod>discounting()The meta-property for thediscountingproperty.org.joda.beans.MetaProperty<LocalDate>endDate()The meta-property for theendDateproperty.org.joda.beans.MetaProperty<Double>fixedRate()The meta-property for thefixedRateproperty.org.joda.beans.MetaProperty<DaysAdjustment>fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<IborIndex>index()The meta-property for theindexproperty.org.joda.beans.MetaProperty<IborIndex>indexInterpolated()The meta-property for theindexInterpolatedproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<Double>notional()The meta-property for thenotionalproperty.org.joda.beans.MetaProperty<AdjustableDate>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<LocalDate>startDate()The meta-property for thestartDateproperty.-
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 Fra.Builder builder()
-
buySell
public org.joda.beans.MetaProperty<BuySell> buySell()
The meta-property for thebuySellproperty.- 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
-
notional
public org.joda.beans.MetaProperty<Double> notional()
The meta-property for thenotionalproperty.- Returns:
- the meta-property, not null
-
startDate
public org.joda.beans.MetaProperty<LocalDate> startDate()
The meta-property for thestartDateproperty.- Returns:
- the meta-property, not null
-
endDate
public org.joda.beans.MetaProperty<LocalDate> endDate()
The meta-property for theendDateproperty.- Returns:
- the meta-property, not null
-
businessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
The meta-property for thebusinessDayAdjustmentproperty.- Returns:
- the meta-property, not null
-
paymentDate
public org.joda.beans.MetaProperty<AdjustableDate> paymentDate()
The meta-property for thepaymentDateproperty.- Returns:
- the meta-property, not null
-
fixedRate
public org.joda.beans.MetaProperty<Double> fixedRate()
The meta-property for thefixedRateproperty.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<IborIndex> index()
The meta-property for theindexproperty.- Returns:
- the meta-property, not null
-
indexInterpolated
public org.joda.beans.MetaProperty<IborIndex> indexInterpolated()
The meta-property for theindexInterpolatedproperty.- Returns:
- the meta-property, not null
-
fixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
The meta-property for thefixingDateOffsetproperty.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCountproperty.- Returns:
- the meta-property, not null
-
discounting
public org.joda.beans.MetaProperty<FraDiscountingMethod> discounting()
The meta-property for thediscountingproperty.- 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
-
-