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.DirectMetaBean
The meta-bean forFra
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Fra>
beanType()
Fra.Builder
builder()
org.joda.beans.MetaProperty<BusinessDayAdjustment>
businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.org.joda.beans.MetaProperty<BuySell>
buySell()
The meta-property for thebuySell
property.org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<FraDiscountingMethod>
discounting()
The meta-property for thediscounting
property.org.joda.beans.MetaProperty<LocalDate>
endDate()
The meta-property for theendDate
property.org.joda.beans.MetaProperty<Double>
fixedRate()
The meta-property for thefixedRate
property.org.joda.beans.MetaProperty<DaysAdjustment>
fixingDateOffset()
The meta-property for thefixingDateOffset
property.org.joda.beans.MetaProperty<IborIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<IborIndex>
indexInterpolated()
The meta-property for theindexInterpolated
property.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 thenotional
property.org.joda.beans.MetaProperty<AdjustableDate>
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<LocalDate>
startDate()
The meta-property for thestartDate
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 Fra.Builder builder()
-
buySell
public org.joda.beans.MetaProperty<BuySell> buySell()
The meta-property for thebuySell
property.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
notional
public org.joda.beans.MetaProperty<Double> notional()
The meta-property for thenotional
property.- Returns:
- the meta-property, not null
-
startDate
public org.joda.beans.MetaProperty<LocalDate> startDate()
The meta-property for thestartDate
property.- Returns:
- the meta-property, not null
-
endDate
public org.joda.beans.MetaProperty<LocalDate> endDate()
The meta-property for theendDate
property.- Returns:
- the meta-property, not null
-
businessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
paymentDate
public org.joda.beans.MetaProperty<AdjustableDate> paymentDate()
The meta-property for thepaymentDate
property.- Returns:
- the meta-property, not null
-
fixedRate
public org.joda.beans.MetaProperty<Double> fixedRate()
The meta-property for thefixedRate
property.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<IborIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
indexInterpolated
public org.joda.beans.MetaProperty<IborIndex> indexInterpolated()
The meta-property for theindexInterpolated
property.- Returns:
- the meta-property, not null
-
fixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
The meta-property for thefixingDateOffset
property.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
discounting
public org.joda.beans.MetaProperty<FraDiscountingMethod> discounting()
The meta-property for thediscounting
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
-
-