Definition Type: ComplexType
Name: CommodityNotionalSchedule
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.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 calculationPeriodsScheduleReference in schema fpml-com-4-5_xsd Drilldown into calculationPeriodsReference in schema fpml-com-4-5_xsd Drilldown into CommodityCalculationPeriodsPointer.model in schema fpml-com-4-5_xsd Drilldown into notionalStep in schema fpml-com-4-5_xsd Drilldown into id in schema fpml-com-4-5_xsdXSD Diagram of CommodityNotionalSchedule in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityNotionalSchedule">
    <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:element name="notionalStep" type="CommodityNotional" 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:group ref="CommodityCalculationPeriodsPointer.model" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalStep fpml:notionalStep (1) unbounded
calculationPeriodsReference fpml:calculationPeriodsReference (1) (1)
calculationPeriodsScheduleReference fpml:calculationPeriodsScheduleReference (1) (1)
<xs:group> fpml:CommodityCalculationPeriodsPointer.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:notionalQuantitySchedule