Definition Type: ComplexType
Name: MetalDelivery
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The physical delivery conditions for the transaction.
Collapse XSD Schema Diagram:
Drilldown into title in schema fpml-com-5-10_xsd1 Drilldown into periodQuantityTolerance in schema fpml-com-5-10_xsd1 Drilldown into totalQuantityTolerance in schema fpml-com-5-10_xsd1 Drilldown into risk in schema fpml-com-5-10_xsd1 Drilldown into deliveryLocation in schema fpml-com-5-10_xsd1XSD Diagram of MetalDelivery in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MetalDelivery">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The physical delivery conditions for the transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="deliveryLocation" type="CommodityDeliveryPoint" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Delivery Point for a physically settled non-precious metal transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="risk" type="CommodityDeliveryRisk" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">"Risk of loss" may also be used, equivalently, on confirmation documents.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="totalQuantityTolerance" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The +/- percent tolerance in seller's option which applies to the total quantity delivered over all shipment periods.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="periodQuantityTolerance" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The +/- percentage quantity tolerance in seller's option which applied to each shipment period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="title" type="MetalTitleEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Describes how and when title to the commodity transfers.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveryLocation nsD:deliveryLocation 0 (1)
risk nsD:risk 0 (1)
totalQuantityTolerance nsD:totalQuantityTolerance 0 (1)
periodQuantityTolerance nsD:periodQuantityTolerance 0 (1)
title nsD:title 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:deliveryConditions