Definition Type: Group
Name: PostTradeEventsBase.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-10.xsd
Documentation:
Choice between amendment, increase, termination, and novation events.
Collapse XSD Schema Diagram:
Drilldown into withdrawal in schema fpml-business-events-5-10_xsd3 Drilldown into novation in schema fpml-business-events-5-10_xsd3 Drilldown into termination in schema fpml-business-events-5-10_xsd3 Drilldown into terminatingEvent in schema fpml-business-events-5-10_xsd3 Drilldown into increase in schema fpml-business-events-5-10_xsd3 Drilldown into amendment in schema fpml-business-events-5-10_xsd3XSD Diagram of PostTradeEventsBase.model in schema fpml-business-events-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PostTradeEventsBase.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Choice between amendment, increase, termination, and novation events.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="amendment" type="TradeAmendmentContent" />
        <xsd:element name="increase" type="TradeNotionalChange" />
        <xsd:sequence>
            <xsd:element name="terminatingEvent" type="TerminatingEvent" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">This may be used to describe why a trade was terminated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="termination" type="TradeNotionalChange" minOccurs="0" />
        </xsd:sequence>
        <xsd:element name="novation" type="TradeNovationContent" />
        <xsd:element name="withdrawal" type="Withdrawal" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amendment nsE:amendment (1) (1)
increase nsE:increase (1) (1)
terminatingEvent nsE:terminatingEvent 0 (1)
termination nsE:termination 0 (1)
novation nsE:novation (1) (1)
withdrawal nsE:withdrawal (1) (1)