Definition Type: ComplexType
Name: WeatherCalculationPeriod
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-4.xsd
Abstract
Documentation:
The schedule of Calculation Period First Days and Lasts Days. If there is only one First Day - Last Day pair then the First is equal to the Effective Date and the Last Day is equal to the Termination Date.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodEndDay in schema fpml-com-5-4_xsd Drilldown into calculationPeriodFirstDay in schema fpml-com-5-4_xsdXSD Diagram of WeatherCalculationPeriod in schema fpml-com-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="WeatherCalculationPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The schedule of Calculation Period First Days and Lasts Days. If there is only one First Day - Last Day pair then the First is equal to the Effective Date and the Last Day is equal to the Termination Date.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="calculationPeriodFirstDay" type="IdentifiedDate" minOccurs="0">
        </xsd:element>
        <xsd:element name="calculationPeriodEndDay" type="IdentifiedDate" minOccurs="0">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodFirstDay nsA:calculationPeriodFirstDay 0 (1)
calculationPeriodEndDay nsA:calculationPeriodEndDay 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:calculationPeriod