Definition Type: Group
Name: GenericCommodityAttributes.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-generic-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into interconnectionPoint in schema fpml-generic-5-10_xsd Drilldown into fixedPrice in schema fpml-generic-5-10_xsd Drilldown into quantityFrequency in schema fpml-generic-5-10_xsd Drilldown into quantity in schema fpml-generic-5-10_xsd Drilldown into loadType in schema fpml-generic-5-10_xsd Drilldown into settlementPeriods in schema fpml-generic-5-10_xsd Drilldown into grade in schema fpml-generic-5-10_xsdXSD Diagram of GenericCommodityAttributes.model in schema fpml-generic-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="GenericCommodityAttributes.model">
    <xsd:sequence>
        <xsd:element name="grade" type="GenericCommodityGrade" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The grade(s) of material which can be delivered in seller's option.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="settlementPeriods" type="GenericCommodityDeliveryPeriod" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the delivery time periods (normally used for electricity swaps).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="loadType" type="LoadTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">LoadType is a summary of the full description of the settlement periods with respect to the region. Used for describing Electricity delivery schedules (e.g. Base, Peak, Off-Peak, Custom).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quantity" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The periodic quantity. Used in conjunction with the quantityFrequency to define quantity per period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quantityFrequency" type="CommodityQuantityFrequency" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The frequency at which the Notional Quantity is deemed to apply for purposes of calculating the Total Notional Quantity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixedPrice" type="FixedPrice" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Fixed price on which fixed payments are based.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="interconnectionPoint" type="InterconnectionPoint" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identification of the border(s) or border point(s) of a transportation contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
grade nsA:grade 0 unbounded
settlementPeriods nsA:settlementPeriods 0 unbounded
loadType nsA:loadType 0 (1)
quantity nsA:quantity 0 (1)
quantityFrequency nsA:quantityFrequency 0 (1)
fixedPrice nsA:fixedPrice 0 (1)
interconnectionPoint nsA:interconnectionPoint 0 (1)