Definition Type: ComplexType
Name: CommodityNotionalQuantitySchedule
Namespace: http://www.fpml.org/FpML-5/confirmation
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_xsd Drilldown into calculationPeriodsScheduleReference in schema fpml-com-5-10_xsd Drilldown into calculationPeriodsReference in schema fpml-com-5-10_xsd Drilldown into CommodityCalculationPeriodsPointer.model in schema fpml-com-5-10_xsd Drilldown into settlementPeriodsNotionalQuantitySchedule in schema fpml-com-5-10_xsd Drilldown into notionalStep in schema fpml-com-5-10_xsd Drilldown into id in schema fpml-com-5-10_xsdXSD Diagram of CommodityNotionalQuantitySchedule in schema fpml-com-5-10_xsd (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>
            <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">
            <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 nsA:notionalStep (1) unbounded
settlementPeriodsNotionalQuantitySchedule nsA:settlementPeriodsNotionalQuantitySchedule (1) unbounded
calculationPeriodsReference nsA:calculationPeriodsReference (1) (1)
calculationPeriodsScheduleReference nsA:calculationPeriodsScheduleReference (1) (1)
calculationPeriodsDatesReference nsA:calculationPeriodsDatesReference (1) (1)
<xs:group> nsA:CommodityCalculationPeriodsPointer.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:notionalQuantitySchedule