Definition Type: ComplexType
Name: TradeChangeContent
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-4.xsd
Abstract
Documentation:
A structure describing a non-negotiated trade resulting from a market event.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-business-events-5-4_xsd Drilldown into changeEvent in schema fpml-business-events-5-4_xsd Drilldown into effectiveDate in schema fpml-business-events-5-4_xsd Drilldown into trade in schema fpml-business-events-5-4_xsd Drilldown into oldTrade in schema fpml-business-events-5-4_xsd Drilldown into oldTradeIdentifier in schema fpml-business-events-5-4_xsdXSD Diagram of TradeChangeContent in schema fpml-business-events-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeChangeContent">
    <xsd:annotation>
        <xsd:documentation>A structure describing a non-negotiated trade resulting from a market event.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="oldTradeIdentifier" type="PartyTradeIdentifier">
                <xsd:annotation>
                    <xsd:documentation>The original qualified trade identifier.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="oldTrade" type="Trade">
                <xsd:annotation>
                    <xsd:documentation>The original trade details.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="trade" type="Trade" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A full description of the amended trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The date on which the change become effective</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="changeEvent" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Substitution point for types of change</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="payment" type="Payment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Describes a payment made in settlement of the change.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
oldTradeIdentifier nsA:oldTradeIdentifier (1) (1)
oldTrade nsA:oldTrade (1) (1)
trade nsA:trade 0 (1)
effectiveDate nsA:effectiveDate 0 (1)
changeEvent nsA:changeEvent 0 (1)
payment nsA:payment 0 (1)