Table: dbo.Form_1098_E_Option | |||
This table stores the detailed options for 1098 E form. | |||
Columns | |||
Name | Type | Constraints | Description |
form_1099_KEY | int (4) | NOT NULL | Primary key and foreign key to the Form_1099_E_Option table. |
does_not_include_loan_origination_fees | bit (1) | NOT NULL | Whether or not the include origination fees flag is set. |
does_not_include_loan_origination_fees_override | bit (1) | User override to the does not include origination fees column. Null indicates not overridden. | |
does_not_include_loan_origination_fees_original_override | bit (1) | Original override to the does not include origination fees column for corrected 1098Es. Null indicates not overridden. | |
does_not_include_loan_origination_fees_corrected_override | bit (1) | Corrected override to the does not include origination fees column for corrected 1098Es. Null indicates not overridden. |
Primary key | |||
Name | Columns | Description | |
PK_Form_1098_E_Option$form_1099_KEY | form_1099_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Form_1098_E_Option__Form_1099__form_1099_KEY | form_1099_KEY | Form_1099 (form_1099_KEY) |