Definition Type: ComplexType
Name: EventActivityReport
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsB:NotificationMessage
Containing Schema: fpml-reporting-5-0.xsd
Abstract
Documentation:
A type defining the content model for a message allowing one party to send a report consisting of a series of trading events that may affect positions.
Collapse XSD Schema Diagram:
Drilldown into account in schema fpml-shared-5-0_xsd1 Drilldown into party in schema fpml-shared-5-0_xsd1 Drilldown into PartiesAndAccounts.model in schema fpml-shared-5-0_xsd1 Drilldown into additionalEvent in schema fpml-business-events-5-0_xsd1 Drilldown into novation in schema fpml-business-events-5-0_xsd1 Drilldown into termination in schema fpml-business-events-5-0_xsd1 Drilldown into increase in schema fpml-business-events-5-0_xsd1 Drilldown into amendment in schema fpml-business-events-5-0_xsd1 Drilldown into trade in schema fpml-business-events-5-0_xsd1 Drilldown into Events.model in schema fpml-business-events-5-0_xsd1 Drilldown into reportContents in schema fpml-reporting-5-0_xsd Drilldown into submissionsComplete in schema fpml-reporting-5-0_xsd Drilldown into toDateTime in schema fpml-reporting-5-0_xsd Drilldown into fromDateTime in schema fpml-reporting-5-0_xsd Drilldown into quotationCharacteristics in schema fpml-reporting-5-0_xsd Drilldown into dataSetName in schema fpml-reporting-5-0_xsd Drilldown into asOfDate in schema fpml-reporting-5-0_xsd Drilldown into onBehalfOf in schema fpml-msg-5-0_xsd1 Drilldown into OnBehalfOf.model in schema fpml-msg-5-0_xsd1 Drilldown into sequenceNumber in schema fpml-msg-5-0_xsd1 Drilldown into Sequence.model in schema fpml-msg-5-0_xsd1 Drilldown into correlationId in schema fpml-msg-5-0_xsd1 Drilldown into Correlation.model in schema fpml-msg-5-0_xsd1 Drilldown into validation in schema fpml-doc-5-0_xsd1 Drilldown into Validation.model in schema fpml-doc-5-0_xsd1 Drilldown into header in schema fpml-msg-5-0_xsd1 Drilldown into actualBuild in schema fpml-doc-5-0_xsd1 Drilldown into expectedBuild in schema fpml-doc-5-0_xsd1 Drilldown into fpmlVersion in schema fpml-doc-5-0_xsd1 Drilldown into VersionAttributes.atts in schema fpml-doc-5-0_xsd1 Drilldown into Document in schema fpml-doc-5-0_xsd1 Drilldown into Message in schema fpml-msg-5-0_xsd1 Drilldown into NotificationMessage in schema fpml-msg-5-0_xsd1XSD Diagram of EventActivityReport in schema fpml-reporting-5-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EventActivityReport">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the content model for a message allowing one party to send a report consisting of a series of trading events that may affect positions.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="NotificationMessage">
            <xsd:sequence>
                <xsd:element name="asOfDate" type="IdentifiedDate" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The date for which this document reports positions and valuations.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="dataSetName" type="xsd:string" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The name of the data set (portfolio, product type, etc.) that this report corresponds to. Used to help document the contents of the report.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="quotationCharacteristics" type="QuotationCharacteristics" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The default quotation characteristics for this document (e.g. currency, location). Currency must be specified; other fields may be specified.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="fromDateTime" type="xsd:dateTime" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The starting point for reporting activity in this report.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="toDateTime" type="xsd:dateTime" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The ending point for reporting activity in this report.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="submissionsComplete" type="xsd:boolean" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Indicates whether all portfolio updates have been submitted for this as-of date</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="reportContents" type="ReportContents" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The specific characteristics included in the report.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:group ref="Events.model" maxOccurs="unbounded" />
                <xsd:group ref="PartiesAndAccounts.model" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsB:header 0 (1)
validation nsB:validation 0 unbounded
correlationId nsB:correlationId 0 (1)
sequenceNumber nsB:sequenceNumber 0 (1)
onBehalfOf nsB:onBehalfOf 0 (1)
asOfDate nsB:asOfDate 0 (1)
dataSetName nsB:dataSetName 0 (1)
quotationCharacteristics nsB:quotationCharacteristics 0 (1)
fromDateTime nsB:fromDateTime 0 (1)
toDateTime nsB:toDateTime 0 (1)
submissionsComplete nsB:submissionsComplete 0 (1)
reportContents nsB:reportContents 0 (1)
trade nsB:trade 0 (1)
amendment nsB:amendment 0 (1)
increase nsB:increase 0 (1)
termination nsB:termination 0 (1)
novation nsB:novation 0 (1)
additionalEvent nsB:additionalEvent 0 (1)
party nsB:party 0 unbounded
account nsB:account 0 unbounded
<xs:group> nsB:Validation.model (1) (1)
<xs:group> nsB:Correlation.model 0 (1)
<xs:group> nsB:Sequence.model 0 (1)
<xs:group> nsB:OnBehalfOf.model 0 (1)
<xs:group> nsB:Events.model (1) unbounded
<xs:group> nsB:PartiesAndAccounts.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsB:fpmlVersion Required
expectedBuild nsB:expectedBuild (Optional)
actualBuild nsB:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:eventActivityReport