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