FACT_RECURRINGGIFTAMENDMENTDESIGNATIONS
Stores information about recurring gift amendment designations.
Primary Key
| Primary Key | Field Type |
|---|---|
| RECURRINGGIFTAMENDMENTDESIGNATIONSFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| RECURRINGGIFTAMENDMENTFACTID | int | yes | Reference key to the recurring gift amendment fact, derived from dbo.[RECURRINGGIFTAMENDMENT].[ID] | |
| RECURRINGGIFTAMENDMENTSYSTEMID | uniqueidentifier | yes | dbo.[RECURRINGGIFTAMENDMENT].[ID] | |
| DESIGNATIONDIMID | int | yes | Reference key to the designation dimension, derived from dbo.[RECURRINGGIFTAMENDMENT].[DESIGNATIONS].[DESIGNATIONID] | |
| OLDAMOUNT | money | yes | Derived from dbo.[RECURRINGGIFTAMENDMENT].[DESIGNATIONS].[OLDAMOUNT] | |
| NEWAMOUNT | money | yes | Derived from dbo.[RECURRINGGIFTAMENDMENT].[DESIGNATIONS].[NEWAMOUNT] | |
| TRANSACTIONCURRENCYDIMID | int | yes | Reference key to the currency dimension, derived from dbo.[RECURRINGGIFTAMENDMENT].[DESIGNATIONS].[TRANSACTIONCURRENCYID] | |
| 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_RECURRINGGIFTAMENDMENTDESIGNATIONS | RECURRINGGIFTAMENDMENTDESIGNATIONSFACTID | yes | yes | yes |