Definition Type: ComplexType
Name: TradeAmendment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-posttrade-4-4.xsd
Abstract
Documentation:
A type describing the original trade and the amended trade.
Collapse XSD Schema Diagram:
Drilldown into amendedTrade in schema fpml-posttrade-4-4_xsd Drilldown into originalTradeIdentifier in schema fpml-posttrade-4-4_xsd Drilldown into originalTrade in schema fpml-posttrade-4-4_xsdXSD Diagram of TradeAmendment in schema fpml-posttrade-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeAmendment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the original trade and the amended trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="originalTrade" type="Trade">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The entire original trade details.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="originalTradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The trade id of the original trade details.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="amendedTrade" type="Trade">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The representation of the amended trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
originalTrade fpml:originalTrade (1) (1)
originalTradeIdentifier fpml:originalTradeIdentifier (1) unbounded
amendedTrade fpml:amendedTrade (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:amendment