RIXML Documentation

IssuerName

RIXML 2.5 Element

Level OneRequired

Specifies name for the issuer with required nameType attribute from IssuerNameTypeEnum enumeration. Must contain at least one instance to provide issuer name information.

This is the name of the issuer related to the IssuerID.idValue.

Usage

Required element within Issuer, must appear at least once but can have multiple instances. Requires nameType attribute and contains NameValue child element.

Business Context

Provides human-readable issuer identification essential for research categorization, user interfaces, and professional communication about specific companies or entities.

Source:level-one-2.5
Schema:RIXML-Common-2_5.xsd:1750

Where It Fits

Canonical Path

Definition

Type
Namespacehttp://www.rixml.org/2017/9/RIXML
Min Occurs1
Max Occurs1

Attributes

nameTypeIssuerNameTypeEnum

An issuer can have multiple names. The names can be one or more of the following types: legal, local, display, parent, trading. Use Display if using only one nameType, unless one of the other nameTypes is preferred.

required

Children

If the IssuerName.NameType = PublisherDefined, then the publisher can indicate what type of name has been used.

optionalSince 2.1
NameValuestring1..1

The name that is associated with the IssuerID.idValue above.

requiredSince 2.1

Example

<IssuerName nameType="Value">
  <NameValue> ... </NameValue>
</IssuerName>

Version History

Unchanged since introduction in RIXML 2.1

Business Rules

MUST

When IssuerName nameType is set to PublisherDefined, the PublisherDefinedValue element must be provided to indicate what type of name has been used

conditional-requirementvalidation
MUST

IssuerName element must contain exactly one NameValue element

validationrequired-element
SHOULD

When using only one nameType for an issuer, Display should be used unless one of the other nameTypes is specifically preferred

best-practice

Design Decisions

Use Display as the default nameType when using only one nameType

Provides a default naming convention for issuers unless one of the other specific nameTypes is preferred

RIXML Research Data Dictionary v2.5.1, p.53

Semantic Relationships

Constrains2 relationships

IssuerMUST

The Issuer element must contain at least one IssuerName element

RIXML Level One Addendum v2.5, p.13Research.Product.Context.IssuerDetails.Issuer.IssuerName

NameValueMUST

The IssuerName element must contain exactly one NameValue element

RIXML Level One Addendum v2.5, p.13Research.Product.Context.IssuerDetails.Issuer.IssuerName.NameValue