public static final class ImmutableIborFutureConvention.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborFutureConvention>
ImmutableIborFutureConvention.| Modifier and Type | Method and Description |
|---|---|
ImmutableIborFutureConvention |
build() |
ImmutableIborFutureConvention.Builder |
businessDayAdjustment(BusinessDayAdjustment businessDayAdjustment)
Sets the business day adjustment to apply to the reference date.
|
ImmutableIborFutureConvention.Builder |
dateSequence(DateSequence dateSequence)
Sets the sequence of dates that the future is based on.
|
Object |
get(String propertyName) |
ImmutableIborFutureConvention.Builder |
index(IborIndex index)
Sets the Ibor index.
|
ImmutableIborFutureConvention.Builder |
name(String name)
Sets the convention name, such as 'USD-LIBOR-3M-Quarterly-IMM'.
|
ImmutableIborFutureConvention.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableIborFutureConvention.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<ImmutableIborFutureConvention>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborFutureConvention>public ImmutableIborFutureConvention.Builder set(String propertyName, Object newValue)
public ImmutableIborFutureConvention.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<ImmutableIborFutureConvention>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborFutureConvention>public ImmutableIborFutureConvention build()
public ImmutableIborFutureConvention.Builder index(IborIndex index)
The floating rate to be paid is based on this index It will be a well known market index such as 'GBP-LIBOR-3M'.
index - the new value, not nullpublic ImmutableIborFutureConvention.Builder name(String name)
This will default to the name of the index suffixed by the name of the date sequence if not specified.
name - the new value, not nullpublic ImmutableIborFutureConvention.Builder dateSequence(DateSequence dateSequence)
This is used to calculate the reference date of the future that is the start date of the underlying synthetic deposit.
dateSequence - the new value, not nullpublic ImmutableIborFutureConvention.Builder businessDayAdjustment(BusinessDayAdjustment businessDayAdjustment)
The reference date, which is often the third Wednesday of the month, will be adjusted as defined here.
businessDayAdjustment - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborFutureConvention>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.