Definition Type: ComplexType
Name: ExposureReport
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsA:NotificationMessage
Containing Schema: fpml-reporting-5-4.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into account in schema fpml-shared-5-4_xsd Drilldown into party in schema fpml-shared-5-4_xsd Drilldown into PartiesAndAccounts.model in schema fpml-shared-5-4_xsd Drilldown into exposure in schema fpml-reporting-5-4_xsd Drilldown into quotationCharacteristics in schema fpml-reporting-5-4_xsd Drilldown into reportContents in schema fpml-reporting-5-4_xsd Drilldown into dataSetName in schema fpml-reporting-5-4_xsd Drilldown into asOfTime in schema fpml-reporting-5-4_xsd Drilldown into asOfDate in schema fpml-reporting-5-4_xsd Drilldown into onBehalfOf in schema fpml-shared-5-4_xsd Drilldown into OnBehalfOf.model in schema fpml-shared-5-4_xsd Drilldown into sequenceNumber in schema fpml-msg-5-4_xsd Drilldown into Sequence.model in schema fpml-msg-5-4_xsd Drilldown into correlationId in schema fpml-msg-5-4_xsd Drilldown into CorrelationId.model in schema fpml-msg-5-4_xsd Drilldown into parentCorrelationId in schema fpml-msg-5-4_xsd Drilldown into Correlation.model in schema fpml-msg-5-4_xsd Drilldown into CorrelationAndOptionalSequence.model in schema fpml-msg-5-4_xsd Drilldown into validation in schema fpml-doc-5-4_xsd Drilldown into Validation.model in schema fpml-doc-5-4_xsd Drilldown into header in schema fpml-msg-5-4_xsd Drilldown into actualBuild in schema fpml-doc-5-4_xsd Drilldown into expectedBuild in schema fpml-doc-5-4_xsd Drilldown into fpmlVersion in schema fpml-doc-5-4_xsd Drilldown into VersionAttributes.atts in schema fpml-doc-5-4_xsd Drilldown into Document in schema fpml-doc-5-4_xsd Drilldown into Message in schema fpml-msg-5-4_xsd Drilldown into NotificationMessage in schema fpml-msg-5-4_xsdXSD Diagram of ExposureReport in schema fpml-reporting-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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="xsd: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" maxOccurs="unbounded" minOccurs="0">
                    <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsA:header 0 (1)
validation nsA:validation 0 unbounded
parentCorrelationId nsA:parentCorrelationId 0 (1)
correlationId nsA:correlationId 0 (1)
sequenceNumber nsA:sequenceNumber 0 (1)
onBehalfOf nsA:onBehalfOf 0 4
asOfDate nsA:asOfDate 0 (1)
asOfTime nsA:asOfTime 0 (1)
dataSetName nsA:dataSetName 0 (1)
reportContents nsA:reportContents 0 (1)
quotationCharacteristics nsA:quotationCharacteristics 0 (1)
exposure nsA:exposure 0 unbounded
party nsA:party 0 unbounded
account nsA:account 0 unbounded
<xs:group> nsA:Validation.model (1) (1)
<xs:group> nsA:CorrelationAndOptionalSequence.model 0 (1)
<xs:group> nsA:Correlation.model (1) (1)
<xs:group> nsA:CorrelationId.model (1) (1)
<xs:group> nsA:Sequence.model 0 (1)
<xs:group> nsA:OnBehalfOf.model 0 (1)
<xs:group> nsA:PartiesAndAccounts.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsA:fpmlVersion Required
expectedBuild nsA:expectedBuild (Optional)
actualBuild nsA:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:exposureReport