FACT_CONSTITUENTSECURITYGROUPASSIGNMENT
Contains information about constituent security group assignments
Primary Key
| Primary Key | Field Type |
|---|---|
| CONSTITUENTSECURITYGROUPASSIGNMENTFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| CONSTITUENTSECURITYGROUPASSIGNMENTSYSTEMID | uniqueidentifier | yes | [dbo].[CONSTIT_SECURITY_ATTRIBUTE_ASSIGNMENT].[ID] | |
| CONSTITUENTSYSTEMID | uniqueidentifier | yes | [dbo].[CONSTIT_SECURITY_ATTRIBUTE_ASSIGNMENT].[CONSTITUENTID] | |
| CONSTITUENTDIMID | int | yes | Reference key to the constituent dimension, derived from dbo.[CONSTIT_SECURITY_ATTRIBUTE_ASSIGNMENT].[CONSTITUENTID] | |
| CONSTITUENTSECURITYGROUPSYSTEMID | uniqueidentifier | yes | [dbo].[CONSTIT_SECURITY_ATTRIBUTE_ASSIGNMENT].[CONSTIT_SECURITY_ATTRIBUTEID] | |
| CONSTITUENTSECURITYGROUPDIMID | int | yes | Reference key to the constituent security group dimension, derived from dbo.[CONSTIT_SECURITY_ATTRIBUTE_ASSIGNMENT].[CONSTIT_SECURITY_ATTRIBUTEID] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results | |
| ETLCONTROLID | int | yes | ID generated through the ETL process. | |
| SOURCEDIMID | int | yes | Source system used. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_FACT_CONSTITUENTSECURITYGROUPASSIGNMENT | CONSTITUENTSECURITYGROUPASSIGNMENTFACTID | yes | yes | yes |