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 voidDiscountingFixedCouponBondPaymentPeriodPricer. explainPresentValue(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors, ExplainMapBuilder builder)Explains the present value of a single fixed coupon payment period.voidDiscountingFixedCouponBondPaymentPeriodPricer. 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.doubleDiscountingFixedCouponBondPaymentPeriodPricer. forecastValue(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)Calculates the forecast value of a single fixed coupon payment period.PointSensitivityBuilderDiscountingFixedCouponBondPaymentPeriodPricer. forecastValueSensitivity(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)Calculates the forecast value sensitivity of a single fixed coupon payment period.doubleDiscountingFixedCouponBondPaymentPeriodPricer. presentValue(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)Calculates the present value of a single fixed coupon payment period.PointSensitivityBuilderDiscountingFixedCouponBondPaymentPeriodPricer. presentValueSensitivity(FixedCouponBondPaymentPeriod period, IssuerCurveDiscountFactors discountFactors)Calculates the present value sensitivity of a single fixed coupon payment period.PointSensitivityBuilderDiscountingFixedCouponBondPaymentPeriodPricer. 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.doubleDiscountingFixedCouponBondPaymentPeriodPricer. 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 FixedCouponBondPaymentPeriodFixedCouponBondPaymentPeriod. adjustPaymentDate(TemporalAdjuster adjuster)FixedCouponBondPaymentPeriodFixedCouponBondPaymentPeriod.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 theperiodicPaymentsproperty.Methods in com.opengamma.strata.product.bond with parameters of type FixedCouponBondPaymentPeriod Modifier and Type Method Description ResolvedFixedCouponBond.BuilderResolvedFixedCouponBond.Builder. periodicPayments(FixedCouponBondPaymentPeriod... periodicPayments)Sets theperiodicPaymentsproperty 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.BuilderResolvedFixedCouponBond.Builder. periodicPayments(List<FixedCouponBondPaymentPeriod> periodicPayments)Sets the periodic payments of the product.
-