Uses of Class
com.opengamma.strata.product.credit.Cds
-
Packages that use Cds Package Description com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index. -
-
Uses of Cds in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return Cds Modifier and Type Method Description Cds
Cds.Builder. build()
Cds
CdsTrade. getProduct()
Gets the CDS product that was agreed when the trade occurred.static Cds
Cds. of(BuySell buySell, StandardId legalEntityId, Currency currency, double notional, LocalDate startDate, LocalDate endDate, Frequency paymentFrequency, HolidayCalendarId calendar, double fixedRate)
Creates an instance of a standardized CDS.Methods in com.opengamma.strata.product.credit that return types with arguments of type Cds Modifier and Type Method Description Class<? extends Cds>
Cds.Meta. beanType()
org.joda.beans.MetaProperty<Cds>
CdsTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.credit with parameters of type Cds Modifier and Type Method Description CdsTrade.Builder
CdsTrade.Builder. product(Cds product)
Sets the CDS product that was agreed when the trade occurred.
-