IRS Form 1040 Schedule 2 (2018) - Additional Taxes
IRS Form 1040 Schedule 2 (2018) is used for alternative minimum tax and repayment of any excess premium tax credits.
The form_type
parameter A_1040_SCHEDULE_2_2018
for the Upload PDF endpoint is required for this form type
Optional fields captured
Configuration-driven output
All fields below are optionally captured, depending on your order form. To adjust fields captured, please speak with your Ocrolus Account Manager.
The form type A_1040_SCHEDULE_2_2018 supports data capture from the IRS 1040 Schedule 2 only. Form 1040 (first 2 pages) is processed as a separate form 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 form
The below Ocrolus sample PDF (input) matches the below sample JSON result (output).
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 about 1 month ago