public static final class ImmutableIborIborSwapConvention.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborIborSwapConvention>
ImmutableIborIborSwapConvention.| Modifier and Type | Method and Description |
|---|---|
ImmutableIborIborSwapConvention |
build() |
ImmutableIborIborSwapConvention.Builder |
flatLeg(IborRateSwapLegConvention flatLeg)
Sets the market convention of the floating leg that does not have the spread applied.
|
Object |
get(String propertyName) |
ImmutableIborIborSwapConvention.Builder |
name(String name)
Sets the convention name, such as 'USD-LIBOR-3M-LIBOR-6M'.
|
ImmutableIborIborSwapConvention.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableIborIborSwapConvention.Builder |
set(String propertyName,
Object newValue) |
ImmutableIborIborSwapConvention.Builder |
spotDateOffset(DaysAdjustment spotDateOffset)
Sets the offset of the spot value date from the trade date.
|
ImmutableIborIborSwapConvention.Builder |
spreadLeg(IborRateSwapLegConvention spreadLeg)
Sets the market convention of the floating leg that has the spread applied.
|
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<ImmutableIborIborSwapConvention>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborIborSwapConvention>public ImmutableIborIborSwapConvention.Builder set(String propertyName, Object newValue)
public ImmutableIborIborSwapConvention.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<ImmutableIborIborSwapConvention>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborIborSwapConvention>public ImmutableIborIborSwapConvention build()
public ImmutableIborIborSwapConvention.Builder name(String name)
name - the new value, not nullpublic ImmutableIborIborSwapConvention.Builder spreadLeg(IborRateSwapLegConvention spreadLeg)
The spread is the market price of the instrument. It is added to the observed interest rate.
spreadLeg - the new value, not nullpublic ImmutableIborIborSwapConvention.Builder flatLeg(IborRateSwapLegConvention flatLeg)
flatLeg - the new value, not nullpublic ImmutableIborIborSwapConvention.Builder spotDateOffset(DaysAdjustment spotDateOffset)
The offset is applied to the trade date to find the start date. A typical value is "plus 2 business days".
spotDateOffset - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableIborIborSwapConvention>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.