IssuerName
RIXML 2.5 Element
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.
Where It Fits
Canonical Path
Definition
| Type | |
| Namespace | http://www.rixml.org/2017/9/RIXML |
| Min Occurs | 1 |
| Max Occurs | 1 |
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
PublisherDefinedValuestring0..1 |
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
When IssuerName nameType is set to PublisherDefined, the PublisherDefinedValue element must be provided to indicate what type of name has been used
IssuerName element must contain exactly one NameValue element
When using only one nameType for an issuer, Display should be used unless one of the other nameTypes is specifically preferred
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
The Issuer element must contain at least one IssuerName element
RIXML Level One Addendum v2.5, p.13— Research.Product.Context.IssuerDetails.Issuer.IssuerName
The IssuerName element must contain exactly one NameValue element
RIXML Level One Addendum v2.5, p.13— Research.Product.Context.IssuerDetails.Issuer.IssuerName.NameValue