<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="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="ReportableEvents.model" maxOccurs="unbounded" />
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|