CurrencyAmount |
IsdaHomogenousCdsIndexProductPricer.expectedLoss(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider) |
Calculates the expected loss of the CDS index product.
|
JumpToDefault |
IsdaHomogenousCdsIndexProductPricer.jumpToDefault(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData) |
Calculates the jump-to-default of the CDS index product.
|
double |
IsdaHomogenousCdsIndexProductPricer.parSpread(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData) |
Calculates the par spread of the CDS index product.
|
PointSensitivityBuilder |
IsdaHomogenousCdsIndexProductPricer.parSpreadSensitivity(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData) |
Calculates the par spread sensitivity of the product.
|
CurrencyAmount |
IsdaHomogenousCdsIndexProductPricer.presentValue(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
PriceType priceType,
ReferenceData refData) |
Calculates the present value of the CDS index product.
|
PointSensitivityBuilder |
IsdaHomogenousCdsIndexProductPricer.presentValueSensitivity(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData) |
Calculates the present value sensitivity of the product.
|
double |
IsdaHomogenousCdsIndexProductPricer.price(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
PriceType priceType,
ReferenceData refData) |
Calculates the price of the CDS index product, which is the minus of the present value per unit notional.
|
PointSensitivityBuilder |
IsdaHomogenousCdsIndexProductPricer.priceSensitivity(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData) |
Calculates the price sensitivity of the product.
|
CurrencyAmount |
IsdaHomogenousCdsIndexProductPricer.recovery01(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData) |
Calculates the recovery01 of the CDS index product.
|
double |
IsdaHomogenousCdsIndexProductPricer.riskyAnnuity(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
PriceType priceType,
ReferenceData refData) |
Calculates the risky annuity, which is RPV01 per unit notional.
|
PointSensitivityBuilder |
IsdaHomogenousCdsIndexProductPricer.riskyAnnuitySensitivity(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData) |
Calculates the risky annuity sensitivity of the product.
|
CurrencyAmount |
IsdaHomogenousCdsIndexProductPricer.rpv01(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
PriceType priceType,
ReferenceData refData) |
Calculates the risky PV01 of the CDS index product.
|