Definition Type: ComplexType
Name: SettlementPeriod
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-asset-4-5.xsd
Abstract
Documentation:
Specifies a Settlement Period associated with an Electricity Transaction for delivery on an Applicable Day or for a series of Applicable Days.
Collapse XSD Schema Diagram:
Drilldown into endTime in schema fpml-asset-4-5_xsd Drilldown into startTime in schema fpml-asset-4-5_xsd Drilldown into includesHolidays in schema fpml-asset-4-5_xsd Drilldown into applicableDay in schema fpml-asset-4-5_xsd Drilldown into duration in schema fpml-asset-4-5_xsdXSD Diagram of SettlementPeriod in schema fpml-asset-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SettlementPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies a Settlement Period associated with an Electricity Transaction for delivery on an Applicable Day or for a series of Applicable Days.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="duration" type="SettlementPeriodDurationEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the Duration with respect to a Settlement Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="applicableDay" type="WeeklyRollConventionEnum" maxOccurs="7">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the Applicable Day with respect to a Settlement Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="includesHolidays" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If this delivery schedule remains good even if the day(s) it relates to fall on a holiday, this element should be set to 'true'. On the other hand, if the delivery schedule is not valid for holidays, this element should be set to 'false'.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="startTime" type="CommodityBusinessCalendarTime">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the Start Time with respect to a Settlement Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="endTime" type="CommodityBusinessCalendarTime">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the End Time with respect to a Settlement Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
duration fpml:duration (1) (1)
applicableDay fpml:applicableDay (1) 7
includesHolidays fpml:includesHolidays (1) (1)
startTime fpml:startTime (1) (1)
endTime fpml:endTime (1) (1)