| benefit_allowance_KEY | int (4) | NOT NULL | Primary key of this table |
| client_benefit_KEY | int (4) | NOT NULL | Parent client benefit record |
| from_service | int (4) | NOT NULL | Shows a beginning date for a period of employment. |
| to_service | int (4) | NOT NULL | Shows an end date for a period of employment. |
| allowance_amount | decimal (5, 4) | NOT NULL | Allowance amount for period. |
| carryover | decimal (5, 4) | NOT NULL | Amount to be carried over to the next period. |
| available_limit | decimal (5, 4) | NOT NULL | Limit applicable to allowance amount. |
| check_limit | decimal (5, 4) | NOT NULL | Accrual amount limit for a check. |
| month_limit | decimal (5, 4) | NOT NULL | Accrual amount limit on a monthly basis. |
| annual_limit | decimal (5, 4) | NOT NULL | Accrual amount limit on a yearly basis. |