Definition Type: ComplexType
Name: ReportingRegime
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-doc-5-4.xsd
Abstract
Documentation:
Provides information about how the information in this message is applicable to a regulatory reporting process.
Collapse XSD Schema Diagram:
Drilldown into mandatorilyClearable in schema fpml-doc-5-4_xsd Drilldown into reportingPurpose in schema fpml-doc-5-4_xsd Drilldown into reportingRole in schema fpml-doc-5-4_xsd Drilldown into supervisorRegistration in schema fpml-doc-5-4_xsd Drilldown into supervisorRegistration in schema fpml-doc-5-4_xsd Drilldown into name in schema fpml-doc-5-4_xsdXSD Diagram of ReportingRegime in schema fpml-doc-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReportingRegime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Provides information about how the information in this message is applicable to a regulatory reporting process.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:sequence>
                <xsd:element name="name" type="ReportingRegimeName">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Identifies the reporting regime under which this data is reported. For example, Dodd-Frank, MiFID, HongKongOTCDRepository, ODRF</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="supervisorRegistration" type="SupervisorRegistration" maxOccurs="unbounded" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Identifies the specific regulator or other supervisory body for which this data is produced. For example, CFTC, SEC, UKFSA, ODRF, SFC, ESMA.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:element name="supervisorRegistration" type="SupervisorRegistration" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Identifies the specific regulator or other supervisory body for which this data is produced. For example, CFTC, SEC, UKFSA, ODRF, SFC, ESMA.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="reportingRole" type="ReportingRole" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies the role of this party in reporting this trade for this regulator; roles could include ReportingParty and Voluntary reporting.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="reportingPurpose" type="ReportingPurpose" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The reason this message is being sent, for example Snapshot, PET, Confirmation, RealTimePublic.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <!-- NB: the following field is still under discussion in the FpML Reporting Working Group and may be changed in subsquent drafts of the standard -->
        <!--
                        <xsd:element name="publiclyReportable" type="xsd:boolean" minOccurs="0">
                                <xsd:annotation>
                                        <xsd:documentation xml:lang="en">Whether the particular trade type in question is required to be publicly by this regulator.  Note that this just says whether the regulator requires public reporting; use reportingPurpose to indicate whether the message is intended to provide public reporting.</xsd:documentation>
                                        
                                </xsd:annotation>
                        </xsd:element>
-->
        <xsd:element name="mandatorilyClearable" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Whether the particular trade type in question is required by this regulator to be cleared.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name (1) (1)
supervisorRegistration nsA:supervisorRegistration 0 unbounded
supervisorRegistration nsA:supervisorRegistration (1) unbounded
reportingRole nsA:reportingRole 0 (1)
reportingPurpose nsA:reportingPurpose 0 unbounded
mandatorilyClearable nsA:mandatorilyClearable 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:reportingRegime