Table: dbo.Form_1099_B_Box_1F_Code | |||
Form 1099 B Box 1F codes. | |||
Columns | |||
Name | Type | Constraints | Description |
form_1099_b_box_1f_code_KEY | int (4) | NOT NULL | Primary key column. |
box_1f_code | nvarchar (2) | NOT NULL | Form 1099 B Box 1F code. |
description | nvarchar (50) | NOT NULL | Form 1099 B Box 1F code description. |
starting_year | int (4) | NOT NULL | Form 1099 B Box 1F code starting year as CCYY. |
ending_year | int (4) | Form 1099 B Box 1F code ending year as CCYY. Null indicates no ending year. |
Primary key | |||
Name | Columns | Description | |
PK_Form_1099_B_Box_1F_Code | form_1099_b_box_1f_code_KEY |