Definition Type: ComplexType
Name: CommodityNotionalQuantitySchedule
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The Notional Quantity per Calculation Period. There must be a Notional Quantity step specified for each Calculation Period, regardless of whether the Notional Quantity changes or remains the same between periods.
Collapse XSD Schema Diagram:
Drilldown into calculationPeriodsDatesReference in schema fpml-com-5-10_xsd1 Drilldown into calculationPeriodsScheduleReference in schema fpml-com-5-10_xsd1 Drilldown into calculationPeriodsReference in schema fpml-com-5-10_xsd1 Drilldown into CommodityCalculationPeriodsPointer.model in schema fpml-com-5-10_xsd1 Drilldown into settlementPeriodsNotionalQuantitySchedule in schema fpml-com-5-10_xsd1 Drilldown into notionalStep in schema fpml-com-5-10_xsd1 Drilldown into id in schema fpml-com-5-10_xsd1XSD Diagram of CommodityNotionalQuantitySchedule in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityNotionalQuantitySchedule">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The Notional Quantity per Calculation Period. There must be a Notional Quantity step specified for each Calculation Period, regardless of whether the Notional Quantity changes or remains the same between periods.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="notionalStep" type="CommodityNotionalQuantity" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The Notional Quantity per Calculation Period. There must be a Notional Quantity specified for each Calculation Period, regardless of whether the quantity changes or remains the same between periods.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="settlementPeriodsNotionalQuantitySchedule" type="CommoditySettlementPeriodsNotionalQuantitySchedule" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">For an electricity transaction, the Notional Quantity schedule for a one or more groups of Settlement Periods to which the Notional Quantity is based. If the schedule differs for different groups of Settlement Periods, this element should be repeated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:group ref="CommodityCalculationPeriodsPointer.model" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Enables users to reference a Calculation Periods schedule in the form of a series of actual dates in a calculationPeriods container or in the form of a parameterised schedule in a calculationPeriodsSchedule container.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalStep nsD:notionalStep (1) unbounded
settlementPeriodsNotionalQuantitySchedule nsD:settlementPeriodsNotionalQuantitySchedule (1) unbounded
calculationPeriodsReference nsD:calculationPeriodsReference (1) (1)
calculationPeriodsScheduleReference nsD:calculationPeriodsScheduleReference (1) (1)
calculationPeriodsDatesReference nsD:calculationPeriodsDatesReference (1) (1)
<xs:group> nsD:CommodityCalculationPeriodsPointer.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:notionalQuantitySchedule