| Table: dbo.Form_5498_Fmv_Code | |||
| Form 5498 fair market value (FMV) codes. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_5498_fmv_code_KEY | int (4) | NOT NULL | Primary key column. |
| fmv_code | nvarchar (2) | NOT NULL | Form 5498 FMV code. |
| description | nvarchar (250) | NOT NULL | Form 5498 FMV code description. |
| starting_year | int (4) | NOT NULL | Form 5498 FMV code starting year as CCYY. |
| ending_year | int (4) | Form 5498 FMV code ending year as CCYY. Null indicates no ending year. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_5498_Fmv_Code | form_5498_fmv_code_KEY | ||