Table: dbo.Form_1098_E_Option
This table stores the detailed options for 1098 E form.
Columns
NameTypeConstraintsDescription
form_1099_KEYint (4)NOT NULLPrimary key and foreign key to the Form_1099_E_Option table.
does_not_include_loan_origination_feesbit (1)NOT NULLWhether or not the include origination fees flag is set.
does_not_include_loan_origination_fees_overridebit (1)User override to the does not include origination fees column. Null indicates not overridden.
does_not_include_loan_origination_fees_original_overridebit (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_overridebit (1)Corrected override to the does not include origination fees column for corrected 1098Es. Null indicates not overridden.
Primary key
NameColumnsDescription
PK_Form_1098_E_Option$form_1099_KEYform_1099_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Form_1098_E_Option__Form_1099__form_1099_KEYform_1099_KEYForm_1099 (form_1099_KEY)

Schema diagram