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