public static final class ImmutableXCcyIborIborSwapConvention.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableXCcyIborIborSwapConvention>
ImmutableXCcyIborIborSwapConvention.| Modifier and Type | Method and Description |
|---|---|
ImmutableXCcyIborIborSwapConvention |
build() |
ImmutableXCcyIborIborSwapConvention.Builder |
flatLeg(IborRateSwapLegConvention flatLeg)
Sets the market convention of the floating leg that does not have the spread applied.
|
Object |
get(String propertyName) |
ImmutableXCcyIborIborSwapConvention.Builder |
name(String name)
Sets the convention name, such as 'EUR-EURIBOR-3M-USD-LIBOR-3M'.
|
ImmutableXCcyIborIborSwapConvention.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
ImmutableXCcyIborIborSwapConvention.Builder |
set(String propertyName,
Object newValue) |
ImmutableXCcyIborIborSwapConvention.Builder |
spotDateOffset(DaysAdjustment spotDateOffset)
Sets the offset of the spot value date from the trade date.
|
ImmutableXCcyIborIborSwapConvention.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<ImmutableXCcyIborIborSwapConvention>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableXCcyIborIborSwapConvention>public ImmutableXCcyIborIborSwapConvention.Builder set(String propertyName, Object newValue)
public ImmutableXCcyIborIborSwapConvention.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<ImmutableXCcyIborIborSwapConvention>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<ImmutableXCcyIborIborSwapConvention>public ImmutableXCcyIborIborSwapConvention build()
public ImmutableXCcyIborIborSwapConvention.Builder name(String name)
name - the new value, not nullpublic ImmutableXCcyIborIborSwapConvention.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 ImmutableXCcyIborIborSwapConvention.Builder flatLeg(IborRateSwapLegConvention flatLeg)
flatLeg - the new value, not nullpublic ImmutableXCcyIborIborSwapConvention.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<ImmutableXCcyIborIborSwapConvention>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.