public static final class IborFutureCurveNode.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborFutureCurveNode>
IborFutureCurveNode.| Modifier and Type | Method and Description |
|---|---|
IborFutureCurveNode.Builder |
additionalSpread(double additionalSpread)
Sets the additional spread added to the price.
|
IborFutureCurveNode |
build() |
IborFutureCurveNode.Builder |
date(CurveNodeDate date)
Sets the method by which the date of the node is calculated, defaulted to 'End'.
|
IborFutureCurveNode.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) |
IborFutureCurveNode.Builder |
label(String label)
Sets the label to use for the node, may be empty.
|
IborFutureCurveNode.Builder |
rateId(QuoteId rateId)
Sets the identifier of the market data value which provides the price.
|
IborFutureCurveNode.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
IborFutureCurveNode.Builder |
set(String propertyName,
Object newValue) |
IborFutureCurveNode.Builder |
template(IborFutureTemplate template)
Sets the template for the Ibor Futures associated with this node.
|
String |
toString() |
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<IborFutureCurveNode>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborFutureCurveNode>public IborFutureCurveNode.Builder set(String propertyName, Object newValue)
public IborFutureCurveNode.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<IborFutureCurveNode>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborFutureCurveNode>public IborFutureCurveNode build()
public IborFutureCurveNode.Builder template(IborFutureTemplate template)
template - the new value, not nullpublic IborFutureCurveNode.Builder rateId(QuoteId rateId)
rateId - the new value, not nullpublic IborFutureCurveNode.Builder additionalSpread(double additionalSpread)
additionalSpread - the new valuepublic IborFutureCurveNode.Builder label(String label)
If empty, a default label will be created when the metadata is built. The default label depends on the valuation date, so cannot be created in the node.
label - the new value, not nullpublic IborFutureCurveNode.Builder date(CurveNodeDate date)
date - the new valuepublic IborFutureCurveNode.Builder dateOrder(CurveNodeDateOrder dateOrder)
CurveNodeDateOrder.DEFAULT.dateOrder - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<IborFutureCurveNode>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.