Definition Type: ComplexType
Name: PhysicalSettlement
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into product in schema fpml-shared-5-2_xsd Drilldown into resultingTrade in schema fpml-business-events-5-2_xsd Drilldown into resultingTradeIdentifier in schema fpml-business-events-5-2_xsdXSD Diagram of PhysicalSettlement in schema fpml-business-events-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PhysicalSettlement">
    <xsd:choice>
        <xsd:element name="resultingTradeIdentifier" type="PartyTradeIdentifier" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The ID of the trade that resulted from the physical settlement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="resultingTrade" type="Trade" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The trade that resulted from the physical settlement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="product" minOccurs="0" />
        <!-- the economics of the trade resulted from the physical settlement -->
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
resultingTradeIdentifier nsA:resultingTradeIdentifier 0 (1)
resultingTrade nsA:resultingTrade 0 (1)
product nsA:product 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:physicalSettlement