| benefit_factor_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key for this table, same value as activity_KEY. |
| update__staff_KEY | int | NOT NULL | |
| update_date_utc | datetime | NOT NULL | |
| create_date_utc | datetime | NOT NULL | |
| benefit_KEY | int | NOT NULL | Key to a Benefit that the benefit factor is for. |
| benefit_entry_type_KEY | int | NOT NULL | Key to a benefit entry type that this benefit factor is. |
| factor | decimal (9, 2) | NOT NULL | The allowance benefit factor. |
| to_month | int | NOT NULL | The end month of this benefit factor. |
| to_day | int | NOT NULL | The end day of this benefit factor. |
| sortable_to_date | smalldatetime | NOT NULL | The [to_month] and [to_day] columns are combined into the [sortable_to_date] column for sorting and comparison. The year 2000 was selected as the year to base this date on because it is a leap year and it is a nice even number. |