void |
DiscountingCapitalIndexedBondPaymentPeriodPricer.explainPresentValue(CapitalIndexedBondPaymentPeriod period,
RatesProvider ratesProvider,
IssuerCurveDiscountFactors issuerDiscountFactors,
ExplainMapBuilder builder) |
Explains the present value of a single payment period.
|
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.
|
void |
DiscountingCapitalIndexedBondPaymentPeriodPricer.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.
|
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 |
DiscountingCapitalIndexedBondPaymentPeriodPricer.presentValue(CapitalIndexedBondPaymentPeriod period,
RatesProvider ratesProvider,
IssuerCurveDiscountFactors issuerDiscountFactors) |
Calculates the present value of a single payment period.
|
double |
DiscountingFixedCouponBondPaymentPeriodPricer.presentValue(FixedCouponBondPaymentPeriod period,
IssuerCurveDiscountFactors discountFactors) |
Calculates the present value of a single fixed coupon payment period.
|
PointSensitivityBuilder |
DiscountingCapitalIndexedBondPaymentPeriodPricer.presentValueSensitivity(CapitalIndexedBondPaymentPeriod period,
RatesProvider ratesProvider,
IssuerCurveDiscountFactors issuerDiscountFactors) |
Calculates the present value sensitivity of a single 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.
|
PointSensitivityBuilder |
DiscountingCapitalIndexedBondPaymentPeriodPricer.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.
|
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.
|
double |
DiscountingCapitalIndexedBondPaymentPeriodPricer.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.
|