Distribution codes for the 1099-R form, box 7 |
form_1099_r_distribution_code_KEY | int (4) | NOT NULL | Primary key to the Form_1099_R_Distribution_Code table |
distribution_code | nvarchar (2) | NOT NULL | Single character code entered into the 1099-R form |
description | nvarchar (512) | NOT NULL | Description of the code entered into the 1099-R form |
starting_year | int (4) | NOT NULL | The year this code went into effect |
ending_year | int (4) | | The last year this code is valid, or null if the code is still valid for all years after the starting year |