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 CreditCouponPaymentPeriodCreditCouponPaymentPeriod.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 thepaymentPeriodsproperty.org.joda.beans.MetaProperty<ImmutableList<CreditCouponPaymentPeriod>>ResolvedCdsIndex.Meta. paymentPeriods()The meta-property for thepaymentPeriodsproperty.Methods in com.opengamma.strata.product.credit with parameters of type CreditCouponPaymentPeriod Modifier and Type Method Description ResolvedCds.BuilderResolvedCds.Builder. paymentPeriods(CreditCouponPaymentPeriod... paymentPeriods)Sets thepaymentPeriodsproperty in the builder from an array of objects.ResolvedCdsIndex.BuilderResolvedCdsIndex.Builder. paymentPeriods(CreditCouponPaymentPeriod... paymentPeriods)Sets thepaymentPeriodsproperty 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.BuilderResolvedCds.Builder. paymentPeriods(List<CreditCouponPaymentPeriod> paymentPeriods)Sets the periodic payments based on the fixed rate.ResolvedCdsIndex.BuilderResolvedCdsIndex.Builder. paymentPeriods(List<CreditCouponPaymentPeriod> paymentPeriods)Sets the periodic payments based on the fixed rate.
-