Definition Type: ComplexType
Name: CommodityNotionalSchedule
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Abstract False
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 id Drilldown into calculationPeriodsScheduleReference Drilldown into calculationPeriodsReference Drilldown into notionalStepXSD Diagram of CommodityNotionalSchedule
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
Collapse Comments:
blog comments powered by Disqus