<xsd:complexType name="ExposureReport">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the content model for a message allowing a firm to send a report listing aggregate exposure to a variety of counterparty and market risk categories. Exposures will be reported from the perspective of the "on-behalf-of" party.</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 report was created.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="asOfTime" type="xsd:time" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time within the as-of date for which this report was created (i.e., the cut-off time of the report).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dataSetName" type="NormalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the data set (portfolio, product type, etc.) that this request corresponds to. Describes the desired report.</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:element name="quotationCharacteristics" type="QuotationCharacteristics" minOccurs="0" />
<xsd:element name="exposure" type="ReportedExposure" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A specific exposure record (which may include more details in the form of sub-records.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|