WorkersCompensationRate
Stores rate information that is associated with workers' compensation classifications. This table supports accurate financial calculations by capturing rate values that are used in payroll, invoicing, and cost analysis.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the WorkersCompensationRate record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage rate information for workers' compensation classifications. |
| CompensationId | Int | False |
Specifies the Id of the WorkersCompensation record that is associated with the WorkersCompensationRate record. This value links the rate entry to the appropriate compensation classification used in payroll or billing processes. |
| EndDate | Datetime | False |
Indicates the date when the WorkersCompensationRate record is no longer effective. This value supports rate-history tracking and ensures that the system applies the correct compensation rate based on the effective period. |
| Rate | Double | False |
Represents the compensation rate that is associated with the WorkersCompensationRate record. This value is used in payroll or cost calculations that rely on workers' compensation classifications. |
| StartDate | Datetime | False |
Indicates the date when the WorkersCompensationRate record becomes effective. This value allows the system to determine which rate applies when processing compensation-related transactions. |