| Package | Description |
|---|---|
| com.opengamma.strata.pricer.credit |
Calculators for credit instruments, such as Credit Default Swap (CDS).
|
| Modifier and Type | Method and Description |
|---|---|
JumpToDefault |
JumpToDefault.convertedTo(Currency resultCurrency,
FxRateProvider rateProvider) |
JumpToDefault |
IsdaCdsProductPricer.jumpToDefault(ResolvedCds cds,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData)
Calculates the jump-to-default of the CDS product.
|
JumpToDefault |
IsdaHomogenousCdsIndexProductPricer.jumpToDefault(ResolvedCdsIndex cdsIndex,
CreditRatesProvider ratesProvider,
LocalDate referenceDate,
ReferenceData refData)
Calculates the jump-to-default of the CDS index product.
|
JumpToDefault |
IsdaHomogenousCdsIndexTradePricer.jumpToDefault(ResolvedCdsIndexTrade trade,
CreditRatesProvider ratesProvider,
ReferenceData refData)
Calculates the jump-to-default of the underlying product.
|
JumpToDefault |
IsdaCdsTradePricer.jumpToDefault(ResolvedCdsTrade trade,
CreditRatesProvider ratesProvider,
ReferenceData refData)
Calculates the jump-to-default of the underlying product.
|
static JumpToDefault |
JumpToDefault.of(Currency currency,
Map<StandardId,Double> splitValues)
Obtains an instance from currency and map.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends JumpToDefault> |
JumpToDefault.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends JumpToDefault> |
JumpToDefault.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.