Definition Type: ComplexType
Name: Amendment
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:Event
Containing Schema: fpml-doc-4-5.xsd
Abstract False
Documentation:
An event type that defines the content of an Amendment transaction.
Collapse XSD Schema Diagram:
Drilldown into payment Drilldown into amendmentEffectiveDate Drilldown into amendmentTradeDate Drilldown into trade Drilldown into eventId Drilldown into EventXSD Diagram of Amendment
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
Collapse Comments:
blog comments powered by Disqus