FACT_EVENTREGISTRANTBENEFIT

Contains information about benefits.

Primary Key

Primary Key Field Type
EVENTREGISTRANTBENEFITFACTID int

Fields

Field Field Type Null Notes Description
EVENTREGISTRANTBENEFITSYSTEMID uniqueidentifier yes dbo.[REGISTRANTBENEFIT].[ID]
EVENTREGISTRANTSYSTEMID uniqueidentifier yes dbo.[REGISTRANTBENEFIT].[REGISTRANTID]
EVENTREGISTRANTFACTID int yes Reference key to the registrant fact table derived from [dbo].[REGISTRANBENEFIT].[REGISTRANTID]
BENEFITSYSTEMID uniqueidentifier yes dbo.[REGISTRANTBENEFIT].[BENEFITID]
BENEFITDIMID int yes Reference key to the benefit fact table derived from [dbo].[REGISTRANTBENEFIT][BENEFITID]
QUANTITY int yes dbo.[REGISTRANTBENEFIT].[QUANTITY]
TOTALVALUE money yes [dbo].[REGISTRANTBENEFIT].[ORGANIZATIONTOTALVALUE]
BASETOTALVALUE money yes [dbo].[REGISTRANTBENEFIT].[TOTALVALUE]
BASECURRENCYDIMID int yes Reference key to the currency dimension, derived from dbo.[BENEFIT].[BASECURRENCYID]
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_EVENTREGISTRANTBENEFIT EVENTREGISTRANTBENEFITFACTID yes yes yes