complexType "PaymentDates"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
globally in fpml-ird-5-8.xsd; see XML source
Includes:
definitions of 1 attribute, 9 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
calculationPeriodDatesReference (in paymentDates defined in InterestRateStream complexType),
firstPaymentDate (in paymentDates defined in InterestRateStream complexType),
lastRegularPaymentDate (in paymentDates defined in InterestRateStream complexType),
payRelativeTo (in paymentDates defined in InterestRateStream complexType),
paymentDatesAdjustments,
paymentDaysOffset (in paymentDates defined in InterestRateStream complexType),
paymentFrequency (in paymentDates defined in InterestRateStream complexType),
resetDatesReference,
valuationDatesReference
All Direct / Indirect Based Elements (1):
paymentDates (defined in InterestRateStream complexType)
Known Usage Locations
Annotation
A type defining parameters used to generate the payment dates schedule, including the specification of early or delayed payments. Payment dates are determined relative to the calculation period dates or the reset dates.
XML Source (w/o annotations (10); see within schema source)
<xsd:complexType name="PaymentDates">
<xsd:sequence>
<xsd:choice>
</xsd:choice>
<xsd:element name="paymentFrequency" type="Frequency"/>
<xsd:element minOccurs="0" name="firstPaymentDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="lastRegularPaymentDate" type="xsd:date"/>
<xsd:element name="payRelativeTo" type="PayRelativeToEnum"/>
<xsd:element minOccurs="0" name="paymentDaysOffset" type="Offset"/>
<xsd:element name="paymentDatesAdjustments" type="BusinessDayAdjustments"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 9/9)
calculationPeriodDatesReference
Type:
A pointer style reference to the associated calculation period dates component defined elsewhere in the document.
XML Source (w/o annotations (1); see within schema source)

firstPaymentDate
Type:
xsd:date, predefined, simple content
The first unadjusted payment date. This day may be subject to adjustment in accordance with any business day convention specified in paymentDatesAdjustments. This element must only be included if there is an initial stub. This date will normally correspond to an unadjusted calculation period start or end date. This is true even if early or delayed payment is specified to be applicable since the actual first payment date will be the specified number of days before or after the applicable adjusted calculation period start or end date with the resulting payment date then being adjusted in accordance with any business day convention specified in paymentDatesAdjustments.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="firstPaymentDate" type="xsd:date"/>

lastRegularPaymentDate
Type:
xsd:date, predefined, simple content
The last regular unadjusted payment date. This day may be subject to adjustment in accordance with any business day convention specified in paymentDatesAdjustments. This element must only be included if there is a final stub. All calculation periods after this date contribute to the final payment. The final payment is made relative to the final set of calculation periods or the final reset date as the case may be. This date will normally correspond to an unadjusted calculation period start or end date. This is true even if early or delayed payment is specified to be applicable since the actual last regular payment date will be the specified number of days before or after the applicable adjusted calculation period start or end date with the resulting payment date then being adjusted in accordance with any business day convention specified in paymentDatesAdjustments.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="lastRegularPaymentDate" type="xsd:date"/>

paymentDatesAdjustments
Type:
BusinessDayAdjustments, complex content
The business day convention to apply to each payment date if it would otherwise fall on a day that is not a business day in the specified financial business centers.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="paymentDatesAdjustments" type="BusinessDayAdjustments"/>

paymentDaysOffset
Type:
Offset, complex content
If early payment or delayed payment is required, specifies the number of days offset that the payment occurs relative to what would otherwise be the unadjusted payment date. The offset can be specified in terms of either calendar or business days. Even in the case of a calendar days offset, the resulting payment date, adjusted for the specified calendar days offset, will still be adjusted in accordance with the specified payment dates adjustments. This element should only be included if early or delayed payment is applicable, i.e. if the periodMultiplier element value is not equal to zero. An early payment would be indicated by a negative periodMultiplier element value and a delayed payment (or payment lag) would be indicated by a positive periodMultiplier element value.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentDaysOffset" type="Offset"/>

paymentFrequency
Type:
Frequency, complex content
The frequency at which regular payment dates occur. If the payment frequency is equal to the frequency defined in the calculation period dates component then one calculation period contributes to each payment amount. If the payment frequency is less frequent than the frequency defined in the calculation period dates component then more than one calculation period will contribute to the payment amount. A payment frequency more frequent than the calculation period frequency or one that is not a multiple of the calculation period frequency is invalid. If the payment frequency is of value T (term), the period is defined by the swap\swapStream\calculationPerioDates\effectiveDate and the swap\swapStream\calculationPerioDates\terminationDate.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="paymentFrequency" type="Frequency"/>

payRelativeTo
Type:
PayRelativeToEnum, simple content
Specifies whether the payments occur relative to each adjusted calculation period start date, adjusted calculation period end date or each reset date. The reset date is applicable in the case of certain euro (former French Franc) floating rate indices. Calculation period start date means relative to the start of the first calculation period contributing to a given payment. Similarly, calculation period end date means the end of the last calculation period contributing to a given payment.The valuation date is applicable for Brazilian-CDI swaps.
Simple Content
enumeration of xsd:token
Enumeration:
"CalculationPeriodStartDate"
 - 
Payments will occur relative to the first day of each calculation period.
"CalculationPeriodEndDate"
 - 
Payments will occur relative to the last day of each calculation period.
"LastPricingDate"
 - 
Payments will occur relative to the last Pricing Date of each Calculation Period.
"ResetDate"
 - 
Payments will occur relative to the reset date.
"ValuationDate"
 - 
Payments will occur relative to the valuation date.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="payRelativeTo" type="PayRelativeToEnum"/>

resetDatesReference
Type:
ResetDatesReference, empty content
A pointer style reference to the associated reset dates component defined elsewhere in the document.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="resetDatesReference" type="ResetDatesReference"/>

valuationDatesReference
Type:
A pointer style reference to the associated valuation dates component defined elsewhere in the document. Implemented for Brazilian-CDI Swaps where it will refer to the settlemementProvision/nonDeliverableSettlement/fxFixingDate structure.
XML Source (w/o annotations (1); see within schema source)

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.