Definition Type: ComplexType
Name: TradingEventSummary
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-5.xsd
Abstract
Documentation:
A type that records a short form event history of a trade.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-business-events-5-5_xsd Drilldown into effectiveDate in schema fpml-business-events-5-5_xsd Drilldown into executionDateTime in schema fpml-business-events-5-5_xsd Drilldown into agreementDate in schema fpml-business-events-5-5_xsd Drilldown into AgreementAndEffectiveDates.model in schema fpml-business-events-5-5_xsd Drilldown into eventType in schema fpml-business-events-5-5_xsd Drilldown into eventIdentifier in schema fpml-business-events-5-5_xsdXSD Diagram of TradingEventSummary in schema fpml-business-events-5-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradingEventSummary">
    <xsd:annotation>
        <xsd:documentation>A type that records a short form event history of a trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="eventIdentifier" minOccurs="0" maxOccurs="unbounded" type="BusinessEventIdentifier" />
        <xsd:element name="eventType" type="EventType" minOccurs="0">
        </xsd:element>
        <xsd:group ref="AgreementAndEffectiveDates.model" />
        <xsd:element name="payment" type="NonNegativePayment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A fee which compensates one of the parties for taking on a position that is off market.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventIdentifier nsA:eventIdentifier 0 unbounded
eventType nsA:eventType 0 (1)
agreementDate nsA:agreementDate 0 (1)
executionDateTime nsA:executionDateTime 0 (1)
effectiveDate nsA:effectiveDate 0 (1)
payment nsA:payment 0 (1)
<xs:group> nsA:AgreementAndEffectiveDates.model (1) (1)