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