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