public static final class IborIborSwapTemplate.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborIborSwapTemplate>
IborIborSwapTemplate.| Modifier and Type | Method and Description |
|---|---|
IborIborSwapTemplate |
build() |
IborIborSwapTemplate.Builder |
convention(IborIborSwapConvention convention)
Sets the market convention of the swap.
|
Object |
get(String propertyName) |
IborIborSwapTemplate.Builder |
periodToStart(Period periodToStart)
Sets the period between the spot value date and the start date.
|
IborIborSwapTemplate.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
IborIborSwapTemplate.Builder |
set(String propertyName,
Object newValue) |
IborIborSwapTemplate.Builder |
tenor(Tenor tenor)
Sets the tenor of the swap.
|
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<IborIborSwapTemplate>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborIborSwapTemplate>public IborIborSwapTemplate.Builder set(String propertyName, Object newValue)
public IborIborSwapTemplate.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<IborIborSwapTemplate>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborIborSwapTemplate>public IborIborSwapTemplate build()
public IborIborSwapTemplate.Builder periodToStart(Period periodToStart)
This is often zero, but can be greater if the swap if forward starting. This must not be negative.
periodToStart - the new value, not nullpublic IborIborSwapTemplate.Builder tenor(Tenor tenor)
This is the period from the first accrual date to the last accrual date.
tenor - the new value, not nullpublic IborIborSwapTemplate.Builder convention(IborIborSwapConvention convention)
convention - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborIborSwapTemplate>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.