| Package | Description |
|---|---|
| com.opengamma.strata.product.credit |
Entity objects describing Credit Default Swap (CDS) and CDS index.
|
| Modifier and Type | Method and Description |
|---|---|
static CdsIndexTrade.Builder |
CdsIndexTrade.builder()
Returns a builder used to create an instance of the bean.
|
CdsIndexTrade.Builder |
CdsIndexTrade.Meta.builder() |
CdsIndexTrade.Builder |
CdsIndexTrade.Builder.info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.
|
CdsIndexTrade.Builder |
CdsIndexTrade.Builder.product(CdsIndex product)
Sets the CDS index product that was agreed when the trade occurred.
|
CdsIndexTrade.Builder |
CdsIndexTrade.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
CdsIndexTrade.Builder |
CdsIndexTrade.Builder.set(String propertyName,
Object newValue) |
CdsIndexTrade.Builder |
CdsIndexTrade.toBuilder()
Returns a builder that allows this bean to be mutated.
|
CdsIndexTrade.Builder |
CdsIndexTrade.Builder.upfrontFee(AdjustablePayment upfrontFee)
Sets the upfront fee of the product.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.