Tax
FDX / Data Structures / Tax
Tax, Base entity for all IRS Tax forms
Tax Properties
| # | Id | Type | Description |
|---|---|---|---|
| 1 | taxYear | TaxYear | |
| 2 | corrected | boolean | True to indicate this is a corrected tax form |
| 3 | accountId | Identifier | |
| 4 | taxFormId | Identifier | |
| 5 | taxFormDate | DateString | |
| 6 | additionalInformation | string | Additional explanation text or content about this tax form |
| 7 | taxFormType | TaxFormType | |
| 8 | issuer | TaxParty | |
| 9 | recipient | TaxParty | |
| 10 | attributes | Array of TaxFormAttribute | Additional attributes for this tax form when defined fields are not available. Some specific additional attributes already defined by providers: Fields required by [IRS FIRE](https://www.irs.gov/e-file-providers/filing-information-returns-electronically-fire): Name Control, Type of Identification Number (EIN, SSN, ITIN, ATIN). (ATIN is tax ID number for pending adoptions.) Tax form provider field for taxpayer notification: Recipient Email Address. |
| 11 | error | Error | |
| 12 | links | HateoasLinks |