Uses of Class
com.opengamma.strata.product.bond.FixedCouponBondPaymentPeriod
-
Packages that use FixedCouponBondPaymentPeriod Package Description com.opengamma.strata.pricer.bond Calculators for bonds.com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of FixedCouponBondPaymentPeriod in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond with parameters of type FixedCouponBondPaymentPeriod Modifier and Type Method Description void
DiscountingFixedCouponBondPaymentPeriodPricer. explainPresentValue(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors, ExplainMapBuilder builder)
Explains the present value of a single fixed coupon payment period.void
DiscountingFixedCouponBondPaymentPeriodPricer. explainPresentValueWithSpread(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors, ExplainMapBuilder builder, double zSpread, CompoundedRateType compoundedRateType, int periodsPerYear)
Explains the present value of a single fixed coupon payment period with z-spread.double
DiscountingFixedCouponBondPaymentPeriodPricer. forecastValue(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)
Calculates the forecast value of a single fixed coupon payment period.PointSensitivityBuilder
DiscountingFixedCouponBondPaymentPeriodPricer. forecastValueSensitivity(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)
Calculates the forecast value sensitivity of a single fixed coupon payment period.double
DiscountingFixedCouponBondPaymentPeriodPricer. presentValue(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)
Calculates the present value of a single fixed coupon payment period.PointSensitivityBuilder
DiscountingFixedCouponBondPaymentPeriodPricer. presentValueSensitivity(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)
Calculates the present value sensitivity of a single fixed coupon payment period.PointSensitivityBuilder
DiscountingFixedCouponBondPaymentPeriodPricer. presentValueSensitivityWithSpread(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors, double zSpread, CompoundedRateType compoundedRateType, int periodsPerYear)
Calculates the present value sensitivity of a single fixed coupon payment period with z-spread.double
DiscountingFixedCouponBondPaymentPeriodPricer. presentValueWithSpread(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors, double zSpread, CompoundedRateType compoundedRateType, int periodsPerYear)
Calculates the present value of a single fixed coupon payment period with z-spread. -
Uses of FixedCouponBondPaymentPeriod in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return FixedCouponBondPaymentPeriod Modifier and Type Method Description FixedCouponBondPaymentPeriod
FixedCouponBondPaymentPeriod. adjustPaymentDate(TemporalAdjuster adjuster)
FixedCouponBondPaymentPeriod
FixedCouponBondPaymentPeriod.Builder. build()
Methods in com.opengamma.strata.product.bond that return types with arguments of type FixedCouponBondPaymentPeriod Modifier and Type Method Description Class<? extends FixedCouponBondPaymentPeriod>
FixedCouponBondPaymentPeriod.Meta. beanType()
Optional<FixedCouponBondPaymentPeriod>
ResolvedFixedCouponBond. findPeriod(LocalDate date)
Finds the period that contains the specified date.ImmutableList<FixedCouponBondPaymentPeriod>
ResolvedFixedCouponBond. getPeriodicPayments()
Gets the periodic payments of the product.org.joda.beans.MetaProperty<ImmutableList<FixedCouponBondPaymentPeriod>>
ResolvedFixedCouponBond.Meta. periodicPayments()
The meta-property for theperiodicPayments
property.Methods in com.opengamma.strata.product.bond with parameters of type FixedCouponBondPaymentPeriod Modifier and Type Method Description ResolvedFixedCouponBond.Builder
ResolvedFixedCouponBond.Builder. periodicPayments(FixedCouponBondPaymentPeriod... periodicPayments)
Sets theperiodicPayments
property in the builder from an array of objects.Method parameters in com.opengamma.strata.product.bond with type arguments of type FixedCouponBondPaymentPeriod Modifier and Type Method Description ResolvedFixedCouponBond.Builder
ResolvedFixedCouponBond.Builder. periodicPayments(List<FixedCouponBondPaymentPeriod> periodicPayments)
Sets the periodic payments of the product.
-