Federal Supporting Statements - Other Deductions
Certain IRS income tax returns include Federal Supporting Statements that serve to itemize deductions. These statements break down and provide detailed information about the deductions, which are then consolidated and reflected on the main parent tax return.
To use the Upload PDF endpoint for this document, you must use FEDERAL_SUPPORTING_STATEMENTS_OTHER_DEDUCTIONS
in the form_type
parameter.
Field descriptions
The following fields are available on this document type:
JSON Attribute | Data Type | Description |
---|---|---|
federal_supporting_statements_other_deductions-Part1-General:year | Integer | Year |
federal_supporting_statements_other_deductions-Part1-General:supportingStatement# | Integer | Supporting Statement # |
federal_supporting_statements_other_deductions-Part1-General:parentFormName | 1065 , 1120 , 1120S | Parent Form Name |
federal_supporting_statements_other_deductions-Part1-General:entityName(S)AsShownOnReturn | Text | Entity Name(s) As Shown On Return |
federal_supporting_statements_other_deductions-Part1-General:entityTaxId# | EIN | Entity Tax ID # |
federal_supporting_statements_other_deductions-Part1-General:amortization | Money | Amortization |
federal_supporting_statements_other_deductions-Part1-General:casualtyLoss | Money | Casualty Loss |
federal_supporting_statements_other_deductions-Part1-General:otherDeductionsTotal | Money | Other Deductions Total |
Sample document
Sample JSON result
{
"pk": 40915897,
"uuid": "c1b0cf80-5734-4d20-884c-40e636798326",
"name": "API documentations",
"created": "2023-10-25T17:58:37Z",
"created_ts": "2023-10-25T17:58:37Z",
"verified_pages_count": 35,
"book_status": "ACTIVE",
"id": 40915897,
"forms": [
{
"pk": 50924491,
"uuid": "e19524fa-0fcb-4979-ac30-ec3deec188a8",
"uploaded_doc_pk": 62051945,
"form_type": "FEDERAL_SUPPORTING_STATEMENTS_OTHER_DEDUCTIONS",
"raw_fields": {
"federal_supporting_statements_other_deductions-Part1-General:year": {
"value": "2022",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
},
"federal_supporting_statements_other_deductions-Part1-General:amortization": {
"value": "589.80",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
},
"federal_supporting_statements_other_deductions-Part1-General:casualtyLoss": {
"value": "230.56",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
},
"federal_supporting_statements_other_deductions-Part1-General:entityTaxId#": {
"value": "12-3456789",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
},
"federal_supporting_statements_other_deductions-Part1-General:parentFormName": {
"value": "1065",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
},
"federal_supporting_statements_other_deductions-Part1-General:otherDeductionsTotal": {
"value": "50000.00",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
},
"federal_supporting_statements_other_deductions-Part1-General:supportingStatement#": {
"value": "2",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
},
"federal_supporting_statements_other_deductions-Part1-General:entityName(S)AsShownOnReturn": {
"value": "ANY COMPANY LLC",
"is_empty": false,
"alias_used": null,
"source_filename": "FEDERAL SUPPORTING STATEMENTS OTHER DEDUCTIONS.pdf",
"confidence": 1.0
}
},
"form_config_pk": 290592,
"tables": [],
"attribute_data": null
}
],
"book_is_complete": true
}
Updated 5 months ago