IRS Form 1040 Schedule 2 (2018) - Additional Taxes
This form is used to calculate and address the Alternative Minimum Tax (AMT) to ensure taxpayer's compliance with this specific tax requirement. It is also used for the repayment of excess premium tax credits received by taxpayers.
To use the Upload PDF endpoint for this document, you must use A_1040_SCHEDULE_2_2018
in the form_type
parameter.
SCHEDULE 2
The document type
A_1040_SCHEDULE_2_2018
supports data capture from the IRS 1040 Schedule 2 only. The first two pages of the document 1040 are processed as a separate document type.
Field descriptions
The following fields are available on this document type:
JSON Attribute | Data Type | Description |
---|---|---|
a_1040_schedule_2_2018-Part1-General:year | Integer | Year |
a_1040_schedule_2_2018-Part1-General:name(s)ShownOnForm1040 | Text | Name(s) Shown On Form 1040 |
a_1040_schedule_2_2018-Part1-General:yourSocialSecurityNumber | Text | Your Social Security Number |
a_1040_schedule_2_2018-Part2-Tax:line38-44-Reserved | Money | Line 38-44 - Reserved |
a_1040_schedule_2_2018-Part2-Tax:line45-AlternativeMinimumTax.AttachForm6251 | Money | Line 45 - Alternative Minimum Tax. Attach Form 6251 |
a_1040_schedule_2_2018-Part2-Tax:line46-ExcessAdvancePremiumTaxCreditRepayment.AttachForm8962 | Money | Line 46 - Excess Advance Premium Tax Credit Repayment. Attach Form 8962 |
a_1040_schedule_2_2018-Part2-Tax:line47-AddTheAmountsInTheFarRightColumn | Money | Line 47 - Add The Amounts In The Far Right Column |
Sample document
Coming soon...
Sample JSON result
{
"pk": 28245512,
"form_type": "A_1040_SCHEDULE_2_2018",
"other_frauds": [],
"tables": [],
"raw_fields": {
"a_1040_schedule_2_2018-Part1-General:year": {
"value": "2018",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 2 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_2_2018-Part2-Tax:line38-44-Reserved": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "2018 Schedule 2 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_2_2018-Part1-General:name(s)ShownOnForm1040": {
"value": "MARIA BISHOP",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 2 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_2_2018-Part1-General:yourSocialSecurityNumber": {
"value": "712-25-6542",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 2 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_2_2018-Part2-Tax:line47-AddTheAmountsInTheFarRightColumn": {
"value": "1000.00",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 2 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_2_2018-Part2-Tax:line45-AlternativeMinimumTax.AttachForm6251": {
"value": "0.00",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 2 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_2_2018-Part2-Tax:line46-ExcessAdvancePremiumTaxCreditRepayment.AttachForm8962": {
"value": "56.00",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 2 (Form 1040) Sample 1.pdf"
}
},
"id": 28245512
}
Updated 4 months ago