| Package | Description |
|---|---|
| com.opengamma.strata.market.curve.node |
Curve nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.builder()
Returns a builder used to create an instance of the bean.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Meta.builder() |
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.cdsIndexId(StandardId cdsIndexId)
Sets the CDS index identifier.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.fixedRate(Double fixedRate)
Sets the fixed coupon rate.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.label(String label)
Sets the label to use for the node.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.legalEntityIds(List<StandardId> legalEntityIds)
Sets the legal entity identifiers.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.legalEntityIds(StandardId... legalEntityIds)
Sets the
legalEntityIds property in the builder
from an array of objects. |
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.observableId(ObservableId observableId)
Sets the identifier of the market data value that provides the quoted value.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.quoteConvention(CdsQuoteConvention quoteConvention)
Sets the market quote convention.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.set(String propertyName,
Object newValue) |
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.Builder.template(CdsTemplate template)
Sets the template for the single names associated with this node.
|
CdsIndexIsdaCreditCurveNode.Builder |
CdsIndexIsdaCreditCurveNode.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.