Uses of Class
com.opengamma.strata.product.credit.CreditCouponPaymentPeriod
-
Packages that use CreditCouponPaymentPeriod Package Description com.opengamma.strata.product.credit Entity objects describing Credit Default Swap (CDS) and CDS index. -
-
Uses of CreditCouponPaymentPeriod in com.opengamma.strata.product.credit
Methods in com.opengamma.strata.product.credit that return CreditCouponPaymentPeriod Modifier and Type Method Description CreditCouponPaymentPeriod
CreditCouponPaymentPeriod.Builder. build()
Methods in com.opengamma.strata.product.credit that return types with arguments of type CreditCouponPaymentPeriod Modifier and Type Method Description Class<? extends CreditCouponPaymentPeriod>
CreditCouponPaymentPeriod.Meta. beanType()
Optional<CreditCouponPaymentPeriod>
ResolvedCds. findPeriod(LocalDate date)
Finds the period that contains the specified date.Optional<CreditCouponPaymentPeriod>
ResolvedCdsIndex. findPeriod(LocalDate date)
Finds the period that contains the specified date.ImmutableList<CreditCouponPaymentPeriod>
ResolvedCds. getPaymentPeriods()
Gets the periodic payments based on the fixed rate.ImmutableList<CreditCouponPaymentPeriod>
ResolvedCdsIndex. getPaymentPeriods()
Gets the periodic payments based on the fixed rate.org.joda.beans.MetaProperty<ImmutableList<CreditCouponPaymentPeriod>>
ResolvedCds.Meta. paymentPeriods()
The meta-property for thepaymentPeriods
property.org.joda.beans.MetaProperty<ImmutableList<CreditCouponPaymentPeriod>>
ResolvedCdsIndex.Meta. paymentPeriods()
The meta-property for thepaymentPeriods
property.Methods in com.opengamma.strata.product.credit with parameters of type CreditCouponPaymentPeriod Modifier and Type Method Description ResolvedCds.Builder
ResolvedCds.Builder. paymentPeriods(CreditCouponPaymentPeriod... paymentPeriods)
Sets thepaymentPeriods
property in the builder from an array of objects.ResolvedCdsIndex.Builder
ResolvedCdsIndex.Builder. paymentPeriods(CreditCouponPaymentPeriod... paymentPeriods)
Sets thepaymentPeriods
property in the builder from an array of objects.Method parameters in com.opengamma.strata.product.credit with type arguments of type CreditCouponPaymentPeriod Modifier and Type Method Description ResolvedCds.Builder
ResolvedCds.Builder. paymentPeriods(List<CreditCouponPaymentPeriod> paymentPeriods)
Sets the periodic payments based on the fixed rate.ResolvedCdsIndex.Builder
ResolvedCdsIndex.Builder. paymentPeriods(List<CreditCouponPaymentPeriod> paymentPeriods)
Sets the periodic payments based on the fixed rate.
-