public static final class FixedIborSwapCurveNode.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FixedIborSwapCurveNode>
FixedIborSwapCurveNode.| Modifier and Type | Method and Description |
|---|---|
FixedIborSwapCurveNode.Builder |
additionalSpread(double additionalSpread)
Sets the additional spread added to the rate.
|
FixedIborSwapCurveNode |
build() |
FixedIborSwapCurveNode.Builder |
date(CurveNodeDate date)
Sets the method by which the date of the node is calculated, defaulted to 'End'.
|
FixedIborSwapCurveNode.Builder |
dateOrder(CurveNodeDateOrder dateOrder)
Sets the date order rules, used to ensure that the dates in the curve are in order.
|
Object |
get(String propertyName) |
FixedIborSwapCurveNode.Builder |
label(String label)
Sets the label to use for the node, defaulted.
|
FixedIborSwapCurveNode.Builder |
rateId(ObservableId rateId)
Sets the identifier of the market data value that provides the rate.
|
FixedIborSwapCurveNode.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
FixedIborSwapCurveNode.Builder |
set(String propertyName,
Object newValue) |
FixedIborSwapCurveNode.Builder |
template(FixedIborSwapTemplate template)
Sets the template for the swap associated with this node.
|
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<FixedIborSwapCurveNode>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FixedIborSwapCurveNode>public FixedIborSwapCurveNode.Builder set(String propertyName, Object newValue)
public FixedIborSwapCurveNode.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<FixedIborSwapCurveNode>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FixedIborSwapCurveNode>public FixedIborSwapCurveNode build()
public FixedIborSwapCurveNode.Builder template(FixedIborSwapTemplate template)
template - the new value, not nullpublic FixedIborSwapCurveNode.Builder rateId(ObservableId rateId)
rateId - the new value, not nullpublic FixedIborSwapCurveNode.Builder additionalSpread(double additionalSpread)
additionalSpread - the new valuepublic FixedIborSwapCurveNode.Builder label(String label)
When building, this will default based on the tenor if not specified.
label - the new value, not emptypublic FixedIborSwapCurveNode.Builder date(CurveNodeDate date)
date - the new value, not nullpublic FixedIborSwapCurveNode.Builder dateOrder(CurveNodeDateOrder dateOrder)
CurveNodeDateOrder.DEFAULT.dateOrder - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<FixedIborSwapCurveNode>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.