public static final class NodalRecoveryRates.Builder extends org.joda.beans.impl.direct.DirectFieldsBeanBuilder<NodalRecoveryRates>
NodalRecoveryRates.| Modifier and Type | Method and Description |
|---|---|
NodalRecoveryRates |
build() |
NodalRecoveryRates.Builder |
curve(NodalCurve curve)
Sets the underlying curve.
|
Object |
get(String propertyName) |
NodalRecoveryRates.Builder |
legalEntityId(StandardId legalEntityId)
Sets the legal entity identifier.
|
NodalRecoveryRates.Builder |
set(org.joda.beans.MetaProperty<?> property,
Object value) |
NodalRecoveryRates.Builder |
set(String propertyName,
Object newValue) |
String |
toString() |
NodalRecoveryRates.Builder |
valuationDate(LocalDate valuationDate)
Sets the valuation date.
|
public Object get(String propertyName)
get in interface org.joda.beans.BeanBuilder<NodalRecoveryRates>get in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<NodalRecoveryRates>public NodalRecoveryRates.Builder set(String propertyName, Object newValue)
public NodalRecoveryRates.Builder set(org.joda.beans.MetaProperty<?> property, Object value)
set in interface org.joda.beans.BeanBuilder<NodalRecoveryRates>set in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<NodalRecoveryRates>public NodalRecoveryRates build()
public NodalRecoveryRates.Builder legalEntityId(StandardId legalEntityId)
This identifier is used for the reference legal entity of a credit derivative.
legalEntityId - the new value, not nullpublic NodalRecoveryRates.Builder valuationDate(LocalDate valuationDate)
valuationDate - the new value, not nullpublic NodalRecoveryRates.Builder curve(NodalCurve curve)
The metadata of the curve must define a day count.
curve - the new value, not nullpublic String toString()
toString in class org.joda.beans.impl.direct.DirectFieldsBeanBuilder<NodalRecoveryRates>Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.