Definition Type: ComplexType
Name: Amendment
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Event
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
An event type that defines the content of an Amendment transaction.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-doc-4-4_xsd Drilldown into amendmentEffectiveDate in schema fpml-doc-4-4_xsd Drilldown into amendmentTradeDate in schema fpml-doc-4-4_xsd Drilldown into AmendmentDetails.model in schema fpml-doc-4-4_xsd Drilldown into trade in schema fpml-doc-4-4_xsd Drilldown into eventId in schema fpml-doc-4-4_xsd Drilldown into Event in schema fpml-doc-4-4_xsdXSD Diagram of Amendment in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Amendment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An event type that defines the content of an Amendment transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Event">
            <xsd:sequence>
                <xsd:element name="trade" type="Trade" />
                <xsd:group ref="AmendmentDetails.model" />
                <xsd:element name="payment" type="Payment" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A payment for the right to amend the trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventId fpml:eventId 0 unbounded
trade fpml:trade (1) (1)
amendmentTradeDate fpml:amendmentTradeDate (1) (1)
amendmentEffectiveDate fpml:amendmentEffectiveDate (1) (1)
payment fpml:payment 0 (1)
<xs:group> fpml:AmendmentDetails.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:amendment, fpml:amendment, fpml:amendment, fpml:amendment