FraCurveNode.Builder |
FraCurveNode.Builder.additionalSpread(double additionalSpread) |
Sets the additional spread added to the rate.
|
static FraCurveNode.Builder |
FraCurveNode.builder() |
Returns a builder used to create an instance of the bean.
|
FraCurveNode.Builder |
FraCurveNode.Meta.builder() |
|
FraCurveNode.Builder |
FraCurveNode.Builder.date(CurveNodeDate date) |
Sets the method by which the date of the node is calculated, defaulted to 'End'.
|
FraCurveNode.Builder |
FraCurveNode.Builder.dateOrder(CurveNodeDateOrder dateOrder) |
Sets the date order rules, used to ensure that the dates in the curve are in order.
|
FraCurveNode.Builder |
FraCurveNode.Builder.label(String label) |
Sets the label to use for the node, defaulted.
|
FraCurveNode.Builder |
FraCurveNode.Builder.rateId(ObservableId rateId) |
Sets the identifier of the market data value that provides the rate.
|
FraCurveNode.Builder |
FraCurveNode.Builder.set(String propertyName,
Object newValue) |
|
FraCurveNode.Builder |
FraCurveNode.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
FraCurveNode.Builder |
FraCurveNode.Builder.template(FraTemplate template) |
Sets the template for the FRA associated with this node.
|
FraCurveNode.Builder |
FraCurveNode.toBuilder() |
Returns a builder that allows this bean to be mutated.
|