PaymentCalculationPeriod
Type CDM 7.2.0A data defining: the adjusted payment date and associated calculation period parameters required to calculate the actual or projected payment amount. This data forms: part of the cashflow representation of a swap stream.
Attributes
All 7 declared on PaymentCalculationPeriod. Cardinality in amber is required.
| Name | Type | Card. | Description |
|---|---|---|---|
| unadjustedPaymentDate | date | 0..1 | The unadjusted payment date. |
| adjustedPaymentDate | date | 0..1 | The adjusted payment date. This date should already be adjusted for any applicable business day convention. This component is not intended for use in trade confirmation but may be specified to allow the fee structure to also serve as a cashflow type component. |
| calculationPeriod | CalculationPeriod | 1..* | The parameters used in the calculation of a fixed or floating rate calculation period amount. A list of calculation period elements may be ordered in the document by ascending start date. An FpML document which contains an unordered list of calculation periods is still regarded as a conformant document. |
| fixedPaymentAmount | Money | 0..1 | A known fixed payment amount. |
| discountFactor | number | 0..1 | A decimal value representing the discount factor used to calculate the present value of cash flow. |
| forecastPaymentAmount | Money | 0..1 | A monetary amount representing the forecast of the future value of the payment. |
| presentValueAmount | Money | 0..1 | A monetary amount representing the present value of the forecast payment. |
Conditions
Validation rules the model enforces on this type, in Rune. An instance that breaks one of these is invalid CDM, whatever produced it.
if calculationPeriod -> calculationPeriodNumberOfDays exists
then calculationPeriod -> calculationPeriodNumberOfDays all >= 0 required choice calculationPeriod, fixedPaymentAmount unadjustedPaymentDate exists or adjustedPaymentDate exists Referenced by
1 type holds a PaymentCalculationPeriod as an attribute.
Functions
Model functions that produce or consume this type. These are the CDM's own behaviour — the logic a correct implementation has to match.
| Function | Role | Description |
|---|---|---|
| MapPaymentCalculationPeriodList | returns | — |
Open PaymentCalculationPeriod in the Model Browser
Walk the tree and the reference graph interactively, and switch releases to see how the type has changed. Free, no signup.