RIXML Documentation

IssuerNameTypeEnum

RIXML 2.5 Enumeration

Level One5 values

Enumeration defining different types of names for issuers including Legal (official registered name), Display (user-friendly name), Trading (exchange name), Local (regional name), and Parent (holding company name).

Usage

Required as value for IssuerName nameType attribute to specify which type of issuer name is being provided. Multiple name types can be included to support different use cases and display requirements.

Business Context

Supports diverse presentation and identification needs across different contexts, from legal documentation requiring official names to user interfaces needing display-friendly names, enhancing research usability and compliance.

Source:level-one-2.5
Schema:RIXML-datatypes-2_5.xsd:186

Where It Fits

Elements using this type (1)

Definition

Base Typestring

Enumeration Values

Legal
Legal

Official legal name of the issuing entity as registered with regulatory authorities

Use when referencing the formal legal entity name required for regulatory and legal documentation [RIXML Research Data Dictionary v2.5.1 p.53]

ActiveSince 2.1
Local
Local

Name of the issuer as commonly used in its local market or jurisdiction

Use when presenting the issuer name as it appears in local market contexts [RIXML Research Data Dictionary v2.5.1 p.53]

ActiveSince 2.1
Display
Display

Preferred name format for presenting the issuer to end users in reports and displays

Use as the default name type when only one name is provided, unless another type is specifically preferred [RIXML Research Data Dictionary v2.5.1 p.53]

ActiveSince 2.1
Trading
Trading

Name used for trading purposes, often abbreviated or ticker-based identifier

Use when referencing the issuer by its trading or market identifier [RIXML Research Data Dictionary v2.5.1 p.53]

ActiveSince 2.1
Parent
Parent

Name of the parent company or holding company that controls the issuer

Use when referencing the controlling parent entity rather than the direct issuing subsidiary [RIXML Research Data Dictionary v2.5.1 p.53]

ActiveSince 2.1

Examples

<!-- Example usage of IssuerNameTypeEnum enumeration -->
<element type="IssuerNameTypeEnum">Legal</element>

Version History

Unchanged since introduction in RIXML 2.1

Related Elements