Definition Type: ComplexType
Name: CommoditySettlementPeriodsNotionalQuantitySchedule
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The notional quantity schedule of electricity that applies to one or more groups of Settlement Periods.
Collapse XSD Schema Diagram:
Drilldown into settlementPeriodsReference in schema fpml-com-5-10_xsd Drilldown into settlementPeriodsNotionalQuantityStep in schema fpml-com-5-10_xsdXSD Diagram of CommoditySettlementPeriodsNotionalQuantitySchedule in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommoditySettlementPeriodsNotionalQuantitySchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The notional quantity schedule of electricity that applies to one or more groups of Settlement Periods.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="settlementPeriodsNotionalQuantityStep" type="CommodityNotionalQuantity" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">For an electricity transaction, the Notional Quantity for a given Calculation Period during the life of the trade which applies to the range(s) of Settlement Periods referenced by settlementPeriodsReference. There must be a settlementPeriodsNotionalQuantityStep specified for each Calculation Period, regardless of whether the NotionalQuantity changes or remains the same between periods.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="settlementPeriodsReference" type="SettlementPeriodsReference" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The range(s) of Settlement Periods to which the Fixed Price steps apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
settlementPeriodsNotionalQuantityStep nsA:settlementPeriodsNotionalQuantityStep (1) unbounded
settlementPeriodsReference nsA:settlementPeriodsReference (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:settlementPeriodsNotionalQuantitySchedule