complexType "CalculationPeriodDates"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in fpml-ird-5-13.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A type defining the parameters used to generate the calculation period dates schedule, including the specification of any initial or final stub calculation periods. A calculation perod schedule consists of an optional initial stub calculation period, one or more regular calculation periods and an optional final stub calculation period. In the absence of any initial or final stub calculation periods, the regular part of the calculation period schedule is assumed to be between the effective date and the termination date. No implicit stubs are allowed, i.e. stubs must be explicitly specified using an appropriate combination of firstPeriodStateDate, firstRegularPeriodStartDate and lastRegularPeriodEndDate.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="CalculationPeriodDates">
<xsd:sequence>
<xsd:element name="effectiveDate" type="AdjustableDate"/>
<xsd:element name="terminationDate" type="AdjustableDate"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional"/>
</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" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
effectiveDate
Type:
AdjustableDate, complex content
The first day of the term of the trade. This day may be subject to adjustment in accordance with a business day convention.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="AdjustableDate"/>

terminationDate
Type:
AdjustableDate, complex content
The last day of the term of the trade. This day may be subject to adjustment in accordance with a business day convention.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="terminationDate" type="AdjustableDate"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.