Uses of Class
com.opengamma.strata.pricer.credit.JumpToDefault
-
Packages that use JumpToDefault Package Description com.opengamma.strata.pricer.credit Calculators for credit instruments, such as Credit Default Swap (CDS). -
-
Uses of JumpToDefault in com.opengamma.strata.pricer.credit
Methods in com.opengamma.strata.pricer.credit that return JumpToDefault Modifier and Type Method Description JumpToDefaultJumpToDefault. convertedTo(Currency resultCurrency, FxRateProvider rateProvider)JumpToDefaultIsdaCdsProductPricer. jumpToDefault(ResolvedCds cds, CreditRatesProvider ratesProvider, LocalDate referenceDate, ReferenceData refData)Calculates the jump-to-default of the CDS product.JumpToDefaultIsdaCdsTradePricer. jumpToDefault(ResolvedCdsTrade trade, CreditRatesProvider ratesProvider, ReferenceData refData)Calculates the jump-to-default of the underlying product.JumpToDefaultIsdaHomogenousCdsIndexProductPricer. jumpToDefault(ResolvedCdsIndex cdsIndex, CreditRatesProvider ratesProvider, LocalDate referenceDate, ReferenceData refData)Calculates the jump-to-default of the CDS index product.JumpToDefaultIsdaHomogenousCdsIndexTradePricer. jumpToDefault(ResolvedCdsIndexTrade trade, CreditRatesProvider ratesProvider, ReferenceData refData)Calculates the jump-to-default of the underlying product.static JumpToDefaultJumpToDefault. of(Currency currency, Map<StandardId,Double> splitValues)Obtains an instance from currency and map.Methods in com.opengamma.strata.pricer.credit that return types with arguments of type JumpToDefault Modifier and Type Method Description Class<? extends JumpToDefault>JumpToDefault.Meta. beanType()org.joda.beans.BeanBuilder<? extends JumpToDefault>JumpToDefault.Meta. builder()
-