static CdsIndex.Builder |
CdsIndex.builder() |
Returns a builder used to create an instance of the bean.
|
CdsIndex.Builder |
CdsIndex.Meta.builder() |
|
CdsIndex.Builder |
CdsIndex.Builder.buySell(BuySell buySell) |
Sets whether the CDS index is buy or sell.
|
CdsIndex.Builder |
CdsIndex.Builder.cdsIndexId(StandardId cdsIndexId) |
Sets the CDS index identifier.
|
CdsIndex.Builder |
CdsIndex.Builder.currency(Currency currency) |
Sets the currency of the CDS index.
|
CdsIndex.Builder |
CdsIndex.Builder.dayCount(DayCount dayCount) |
Sets the day count convention.
|
CdsIndex.Builder |
CdsIndex.Builder.fixedRate(double fixedRate) |
Sets the fixed coupon rate.
|
CdsIndex.Builder |
CdsIndex.Builder.legalEntityIds(StandardId... legalEntityIds) |
Sets the legalEntityIds property in the builder
from an array of objects.
|
CdsIndex.Builder |
CdsIndex.Builder.legalEntityIds(List<StandardId> legalEntityIds) |
Sets the legal entity identifiers.
|
CdsIndex.Builder |
CdsIndex.Builder.notional(double notional) |
Sets the notional amount, must be non-negative.
|
CdsIndex.Builder |
CdsIndex.Builder.paymentOnDefault(PaymentOnDefault paymentOnDefault) |
Sets the payment on default.
|
CdsIndex.Builder |
CdsIndex.Builder.paymentSchedule(PeriodicSchedule paymentSchedule) |
Sets the payment schedule.
|
CdsIndex.Builder |
CdsIndex.Builder.protectionStart(ProtectionStartOfDay protectionStart) |
Sets the protection start of the day.
|
CdsIndex.Builder |
CdsIndex.Builder.set(String propertyName,
Object newValue) |
|
CdsIndex.Builder |
CdsIndex.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
|
CdsIndex.Builder |
CdsIndex.Builder.settlementDateOffset(DaysAdjustment settlementDateOffset) |
Sets the number of days between valuation date and settlement date.
|
CdsIndex.Builder |
CdsIndex.Builder.stepinDateOffset(DaysAdjustment stepinDateOffset) |
Sets the number of days between valuation date and step-in date.
|
CdsIndex.Builder |
CdsIndex.toBuilder() |
Returns a builder that allows this bean to be mutated.
|