Definition Type: ComplexType
Name: WeatherCalculationPeriod
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.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-10_xsd2 Drilldown into calculationPeriodFirstDay in schema fpml-com-5-10_xsd2XSD Diagram of WeatherCalculationPeriod in schema fpml-com-5-10_xsd2 (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 name="calculationPeriodEndDay" type="IdentifiedDate" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationPeriodFirstDay nsE:calculationPeriodFirstDay 0 (1)
calculationPeriodEndDay nsE:calculationPeriodEndDay 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:calculationPeriod