The NAME data segment contains identity name information.
Tag Name | Field Type | Data Type | Required | Explanation |
NAME_TYPE | Key Attribute | Char(1) | Yes | A classification for the different types of names. Valid values are:
|
FULL_NAME | Char(50) | No | The full name of an identity. Use in place of the more specific fields if the source system does not keep a parsed version of the name. You must configure DQM rule 252 (full name parsing) and DQM rule 255 (name standardization) to use this tag. | |
NAME_PFX | Char(25) | No | The designations that can precede the name. For example, Mr., Mrs., Dr., and so on. | |
LAST_NAME | Key Attribute | Char(50) | No | The last name of the identity. |
FIRST_NAME | Key Attribute | Char(50) | No | The first name of the identity. |
MID_NAME | Key Attribute | Char(25) | No | The middle name or initial of the identity. |
NAME_SFX | Char(25) | No | The profession designation. For example, ie. MD, PHD, and so on | |
NAME_GEN | Char(25) | No | The generation designation. ie. Jr, SR, I, II, III, and so on.If the source system does not distinguish between name suffixes and generations, they should just use the suffix field. The system will move the value as necessary. | |
STD_LAST_NAME | No | The value attributed to the LAST_NAME tag value during data quality management. For examples, Jones is the value attributed to Jns. | ||
STD_FIRST_NAME | No | The value attributed to the FIRST_NAME tag value during data quality management. For example, Joshua is the value attributed to Josh. | ||
STD_MID_NAME | No | The value attributed to the MID_NAME tag value during data quality management. For example, Joshua is the value attributed to Josh. | ||
CULTURE | Char(20) | No | The Name Manager specific culture of origin. | |
SN_CULTURE | Char(20) | The surname culture. | ||
GN_CULTURE | Char(20) | The given name culture. | ||
VALID_FROM_DT | Date | No | The date that the information become valid. | |
VALID_THRU_DT | Date | No | The date that the information expired will expire. | |
LOAD_ACTION | Char(1) | No | The action to take when loading the segment. Valid values are:
|