Definition Type: ComplexType
Name: MetalDelivery
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
The physical delivery conditions for the transaction.
Collapse XSD Schema Diagram:
Drilldown into risk in schema fpml-com-5-10_xsd3 Drilldown into deliveryLocation in schema fpml-com-5-10_xsd3XSD Diagram of MetalDelivery in schema fpml-com-5-10_xsd3 (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">
            <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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
deliveryLocation nsF:deliveryLocation (1) (1)
risk nsF:risk 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:deliveryConditions