| Table: dbo.Form_1099_A_Option | |||
| Detailed options for 1099-A form | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_1099_KEY | int (4) | NOT NULL | Primary key and foreign key to the Form_1099_Option table |
| date_of_aquisition | datetime (8, 3) | Form 1099-A option: date of aquisition | |
| is_borrower_liable_for_debt | bit (1) | NOT NULL | Form 1099-A option: borrower liable for debt |
| description_of_property | nvarchar (256) | Form 1099-A option: description of property | |
| date_of_acquisition_override | datetime (8, 3) | The override for the recipient's date of acquisition. | |
| is_borrower_liable_for_debt_override | bit (1) | The override for whether or not the recipient has debt liability. | |
| description_of_property_override | nvarchar (256) | The override for the recipient's 1099-A description. | |
| date_of_acquisition_original_override | datetime (8, 3) | Original override for the recipents date of acquisition. | |
| is_borrower_liable_for_debt_original_override | bit (1) | Original override for whether borrower is liabile for debt. | |
| description_of_property_original_override | nvarchar (256) | Original override for the description of property. | |
| date_of_acquisition_corrected_override | datetime (8, 3) | Corrected override for the recipents date of acquisition. | |
| is_borrower_liable_for_debt_corrected_override | bit (1) | Corrected override for whether borrower is liabile for debt. | |
| description_of_property_corrected_override | nvarchar (256) | Corrected override for the description of property. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_1099_A_Option$form_1099_KEY | form_1099_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Form_1099_A_Option__Form_1099__form_1099_KEY | form_1099_KEY | Form_1099 (form_1099_KEY) | |