IRS Form 1040 Schedule 6 (2018)
IRS Form 1040 Schedule 6 (2018) is used to report a foreign address or appoint a third-party designee to whom the IRS can speak to.
The form_type
parameter A_1040_SCHEDULE_6_2018
for the Upload PDF to Book is required for this form type.
Due to changes in tax law, this form was not issued after 2018.
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.
SCHEDULE 6
The form type A_1040_SCHEDULE_6_2018 supports data capture from the IRS 1040 Schedule 6 only. Form 1040 (first 2 pages) is processed as a separate form type.
JSON attribute | Data type | Description |
---|---|---|
a_1040_schedule_6_2018-Part1-General:year | Integer | Year |
a_1040_schedule_6_2018-Part1-General:name(s)ShownOnForm1040 | Text | Name(s) Shown On Form 1040 |
a_1040_schedule_6_2018-Part1-General:yourSocialSecurityNumber | Text | Social Security Number |
a_1040_schedule_6_2018-Part2-ForeignAddress:foreignCountryName | Text | Foreign Country Name |
a_1040_schedule_6_2018-Part2-ForeignAddress:foreignProvince/County | Text | Foreign Province/County |
a_1040_schedule_6_2018-Part2-ForeignAddress:foreignPostalCode | Text | Foreign Postal Code |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:doYouWantToAllowAnotherPersonToDiscussThisReturnWithTheIrs? | YES NO | Do You Want To Allow Another Person To Discuss This Return With The IRS? |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:designee'sName | Text | Designee's Name |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:phoneNo | Text | Phone Number |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:personalIdentificationNumber | Integer | Personal Identification Number |
Sample form
The below Ocrolus sample PDF (input) matches the below sample JSON result (output).
Sample JSON result
{
"pk": 28181623,
"form_type": "A_1040_SCHEDULE_6_2018",
"other_frauds": [],
"tables": [],
"raw_fields": {
"a_1040_schedule_6_2018-Part1-General:year": {
"value": "2018",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:phoneNo": {
"value": "(658) 784-5689",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part1-General:name(s)ShownOnForm1040": {
"value": "DAVID MILLER",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part1-General:yourSocialSecurityNumber": {
"value": "478-56-1278",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part2-ForeignAddress:foreignPostalCode": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part2-ForeignAddress:foreignCountryName": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:designee'sName": {
"value": "JAMES SMITH",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part2-ForeignAddress:foreignProvince/County": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:personalIdentificationNumber": {
"value": "81645",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:doYouWantToAllowAnotherPersonToDiscussThisReturnWithTheIrs?": {
"value": "YES",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
}
},
"id": 28181623
}
Updated over 1 year ago