public final class ResolvedCdsTrade extends Object implements ResolvedTrade, org.joda.beans.ImmutableBean, Serializable
This is the resolved form of CdsTrade and is the primary input to the pricers.
Applications will typically create a ResolvedCdsTrade from a CdsTrade
using CdsTrade.resolve(ReferenceData).
A ResolvedCdsTrade is bound to data that changes over time, such as holiday calendars.
If the data changes, such as the addition of a new holiday, the resolved form will not be updated.
Care must be taken when placing the resolved form in a cache or persistence layer.
| Modifier and Type | Class and Description |
|---|---|
static class |
ResolvedCdsTrade.Builder
The bean-builder for
ResolvedCdsTrade. |
static class |
ResolvedCdsTrade.Meta
The meta-bean for
ResolvedCdsTrade. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedCdsTrade.Builder |
builder()
Returns a builder used to create an instance of the bean.
|
boolean |
equals(Object obj) |
TradeInfo |
getInfo()
Gets the additional trade information, defaulted to an empty instance.
|
ResolvedCds |
getProduct()
Gets the resolved CDS product.
|
Optional<Payment> |
getUpfrontFee()
Gets the upfront fee of the product.
|
int |
hashCode() |
static ResolvedCdsTrade.Meta |
meta()
The meta-bean for
ResolvedCdsTrade. |
ResolvedCdsTrade.Meta |
metaBean() |
ResolvedCdsTrade.Builder |
toBuilder()
Returns a builder that allows this bean to be mutated.
|
String |
toString() |
public static ResolvedCdsTrade.Meta meta()
ResolvedCdsTrade.public static ResolvedCdsTrade.Builder builder()
public ResolvedCdsTrade.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic TradeInfo getInfo()
This allows additional information to be attached to the trade.
getInfo in interface ResolvedTradepublic ResolvedCds getProduct()
The product captures the contracted financial details of the trade.
getProduct in interface ResolvedTradepublic Optional<Payment> getUpfrontFee()
This specifies a single amount payable by the buyer to the seller Thus the sign must be compatible with the product Pay/Receive flag.
Some CDSs, especially legacy products, are traded at par and the upfront fee is not paid.
public ResolvedCdsTrade.Builder toBuilder()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.