Uses of Class
com.opengamma.strata.pricer.credit.ConstantRecoveryRates
-
Packages that use ConstantRecoveryRates Package Description com.opengamma.strata.pricer.credit Calculators for credit instruments, such as Credit Default Swap (CDS). -
-
Uses of ConstantRecoveryRates in com.opengamma.strata.pricer.credit
Methods in com.opengamma.strata.pricer.credit that return ConstantRecoveryRates Modifier and Type Method Description static ConstantRecoveryRates
ConstantRecoveryRates. of(StandardId legalEntityId, LocalDate valuationDate, double recoveryRate)
Obtains an instance.ConstantRecoveryRates
ConstantRecoveryRates. withParameter(int parameterIndex, double newValue)
ConstantRecoveryRates
ConstantRecoveryRates. withPerturbation(ParameterPerturbation perturbation)
Methods in com.opengamma.strata.pricer.credit that return types with arguments of type ConstantRecoveryRates Modifier and Type Method Description Class<? extends ConstantRecoveryRates>
ConstantRecoveryRates.Meta. beanType()
org.joda.beans.BeanBuilder<? extends ConstantRecoveryRates>
ConstantRecoveryRates.Meta. builder()
-