Uses of Class
com.opengamma.strata.product.bond.CapitalIndexedBondPaymentPeriod
-
Packages that use CapitalIndexedBondPaymentPeriod Package Description com.opengamma.strata.pricer.bond Calculators for bonds.com.opengamma.strata.product.bond Entity objects describing bonds. -
-
Uses of CapitalIndexedBondPaymentPeriod in com.opengamma.strata.pricer.bond
Methods in com.opengamma.strata.pricer.bond with parameters of type CapitalIndexedBondPaymentPeriod Modifier and Type Method Description voidDiscountingCapitalIndexedBondPaymentPeriodPricer. explainPresentValue(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider, IssuerCurveDiscountFactors issuerDiscountFactors, ExplainMapBuilder builder)Explains the present value of a single payment period.voidDiscountingCapitalIndexedBondPaymentPeriodPricer. explainPresentValueWithZSpread(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider, IssuerCurveDiscountFactors issuerDiscountFactors, ExplainMapBuilder builder, double zSpread, CompoundedRateType compoundedRateType, int periodsPerYear)Explains the present value of a single payment period with z-spread.doubleDiscountingCapitalIndexedBondPaymentPeriodPricer. forecastValue(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider)Calculates the forecast value of a single payment period.PointSensitivityBuilderDiscountingCapitalIndexedBondPaymentPeriodPricer. forecastValueSensitivity(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider)Calculates the forecast value sensitivity of a single payment period.doubleDiscountingCapitalIndexedBondPaymentPeriodPricer. presentValue(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider, IssuerCurveDiscountFactors issuerDiscountFactors)Calculates the present value of a single payment period.PointSensitivityBuilderDiscountingCapitalIndexedBondPaymentPeriodPricer. presentValueSensitivity(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider, IssuerCurveDiscountFactors issuerDiscountFactors)Calculates the present value sensitivity of a single payment period.PointSensitivityBuilderDiscountingCapitalIndexedBondPaymentPeriodPricer. presentValueSensitivityWithZSpread(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider, IssuerCurveDiscountFactors issuerDiscountFactors, double zSpread, CompoundedRateType compoundedRateType, int periodsPerYear)Calculates the present value sensitivity of a single payment period with z-spread.doubleDiscountingCapitalIndexedBondPaymentPeriodPricer. presentValueWithZSpread(CapitalIndexedBondPaymentPeriod period, RatesProvider ratesProvider, IssuerCurveDiscountFactors issuerDiscountFactors, double zSpread, CompoundedRateType compoundedRateType, int periodsPerYear)Calculates the present value of a single payment period with z-spread. -
Uses of CapitalIndexedBondPaymentPeriod in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return CapitalIndexedBondPaymentPeriod Modifier and Type Method Description CapitalIndexedBondPaymentPeriodCapitalIndexedBondPaymentPeriod. adjustPaymentDate(TemporalAdjuster adjuster)CapitalIndexedBondPaymentPeriodCapitalIndexedBondPaymentPeriod.Builder. build()CapitalIndexedBondPaymentPeriodResolvedCapitalIndexedBond. getNominalPayment()Gets the nominal payment of the product.Methods in com.opengamma.strata.product.bond that return types with arguments of type CapitalIndexedBondPaymentPeriod Modifier and Type Method Description Class<? extends CapitalIndexedBondPaymentPeriod>CapitalIndexedBondPaymentPeriod.Meta. beanType()Optional<CapitalIndexedBondPaymentPeriod>ResolvedCapitalIndexedBond. findPeriod(LocalDate date)Finds the period that contains the specified date.ImmutableList<CapitalIndexedBondPaymentPeriod>ResolvedCapitalIndexedBond. getPeriodicPayments()Gets the periodic payments of the product.org.joda.beans.MetaProperty<CapitalIndexedBondPaymentPeriod>ResolvedCapitalIndexedBond.Meta. nominalPayment()The meta-property for thenominalPaymentproperty.org.joda.beans.MetaProperty<ImmutableList<CapitalIndexedBondPaymentPeriod>>ResolvedCapitalIndexedBond.Meta. periodicPayments()The meta-property for theperiodicPaymentsproperty.Methods in com.opengamma.strata.product.bond with parameters of type CapitalIndexedBondPaymentPeriod Modifier and Type Method Description ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. nominalPayment(CapitalIndexedBondPaymentPeriod nominalPayment)Sets the nominal payment of the product.ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. periodicPayments(CapitalIndexedBondPaymentPeriod... periodicPayments)Sets theperiodicPaymentsproperty in the builder from an array of objects.Method parameters in com.opengamma.strata.product.bond with type arguments of type CapitalIndexedBondPaymentPeriod Modifier and Type Method Description ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. periodicPayments(List<CapitalIndexedBondPaymentPeriod> periodicPayments)Sets the periodic payments of the product.
-