Definition Type: ComplexType
Name: ReportingRegimeIdentifier
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-6.xsd
Abstract
Documentation:
A type that provides identification for reporting regimes.
Collapse XSD Schema Diagram:
Drilldown into supervisorRegistration in schema fpml-business-events-5-6_xsd Drilldown into name in schema fpml-business-events-5-6_xsdXSD Diagram of ReportingRegimeIdentifier in schema fpml-business-events-5-6_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReportingRegimeIdentifier">
    <xsd:annotation>
        <xsd:documentation>A type that provides identification for reporting regimes.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="name" type="ReportingRegimeName" minOccurs="0">
            <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="SupervisorRegistrationIdentification" 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:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name 0 (1)
supervisorRegistration nsA:supervisorRegistration 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:reportingRegime, nsA:reportingRegime