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