Table: dbo.Form_5498_Sa_Option | |||
The specific options for printing a 5498 SA form. | |||
Columns | |||
Name | Type | Constraints | Description |
form_1099_KEY | int (4) | NOT NULL | Primary key and foreign key to the parent 1099 print options row. |
is_hsa | bit (1) | NOT NULL | 5498 SA form property |
is_archer_msa | bit (1) | NOT NULL | 5498 SA form property |
is_ma_msa | bit (1) | NOT NULL | 5498 SA form property |
is_hsa_override | bit (1) | The override for whether or not the recipient's amount applies to HSA. | |
is_archer_msa_override | bit (1) | The override for whether or not the recipient's amount applies to Archer MSA. | |
is_msa_override | bit (1) | The override for whether or not the recipient's amount applies to MSA. | |
is_hsa_original_override | bit (1) | Original override of whether is hsa. | |
is_archer_msa_original_override | bit (1) | Original override of whether is archer msa. | |
is_ma_msa_original_override | bit (1) | Original override of whether is ma msa. | |
is_hsa_corrected_override | bit (1) | Corrected override of whether is hsa. | |
is_archer_msa_corrected_override | bit (1) | Corrected override of whether is archer msa. | |
is_ma_msa_corrected_override | bit (1) | Corrected override of whether is ma msa. |
Primary key | |||
Name | Columns | Description | |
PK_Form_5498_Sa_Option$form_1099_KEY | form_1099_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Form_5498_Sa_Option__Form_1099__form_1099_KEY | form_1099_KEY | Form_1099 (form_1099_KEY) |