IRS Form 1125-E - Compensation of Officers
IRS Form 1125-E is used by certain entities with total receipts of $500,000 or more to provide a detailed report of the deduction for compensation of officers.
To use the Upload PDF endpoint for this document, you must use A_1125_E
in the form_type
parameter.
Field descriptions
The following fields are available on this document type:
JSON Attribute | Data Type | Description |
---|---|---|
a_1125_e-General:name | Text | Name |
a_1125_e-General:employerIdentificationNumber | Text | Employer Identification Number |
a_1125_e-General:line2-TotalCompensationOfOfficers | Money | Line 2 - Total Compensation Of Officers |
a_1125_e-General:line3-CompensationOfOfficersClaimedOnForm1125-AOrElsewhereOnReturn | Money | Line 3 - Compensation Of Officers Claimed On Form 1125-A Or Elsewhere On Return |
a_1125_e-General:line4-SubtractLine3FromLine2 | Money | Line 4 - Subtract Line 3 From Line 2 |
Optional itemized line item fields captured
Field data attributed to itemized line items in the IRS Form 1125-E is captured as a Table object.
Form-Driven Output
column_id
s associated with the Table object will be a subset of the following list that matches the line item headers as they appear on the specific form.
Column ID | Data Type | Description |
---|---|---|
(a)NameOfOfficer | Text | (A) Name Of Officer |
(b)SocialSecurityNumber | Text | (B) Social Security Number |
(c)PercentOfTimeDevotedToBusiness | Number | (C) Percent Of Time Devoted To Business |
(d)CommonStockOwned | Number | (D) Common Stock Owned |
(e)PreferredStockOwned | Number | (E) Preferred Stock Owned |
(f)AmountOfCompensation | Money | (F) Amount Of Compensation |
Sample document
Coming soon...
Sample JSON result
{
"status": 200,
"response": {
"pk": 25941248,
"uuid": "3b748f95-55b8-49eb-a4d3-64eb2173eb41",
"forms": [
{
"pk": 27809147,
"uuid": "c89c9840-44c9-4028-aff7-98aae0d72c93",
"form_type": "A_1125_E",
"form_config_pk": 11700,
"tables": [
{
"pk": 17004,
"columns": [
{
"column_id": "(a)NameOfOfficer",
"alias_used": "(A) Name Of Officer"
},
{
"column_id": "(b)SocialSecurityNumber",
"alias_used": "(B) Social Security Number"
},
{
"column_id": "(c)PercentOfTimeDevotedToBusiness",
"alias_used": "(C) Percent Of Time Devoted To Business"
},
{
"column_id": "(d)CommonStockOwned",
"alias_used": "(D) Common Stock Owned"
},
{
"column_id": "(e)PreferredStockOwned",
"alias_used": "(E) Preferred Stock Owned"
},
{
"column_id": "(f)AmountOfCompensation",
"alias_used": "(F) Amount Of Compensation"
}
],
"rows": [
{
"cells": {
"(a)NameOfOfficer": {
"value": "NOAH SCHUKERT"
},
"(b)SocialSecurityNumber": {
"value": "725-32-8522"
},
"(c)PercentOfTimeDevotedToBusiness": {
"value": "100"
},
"(d)CommonStockOwned": {
"value": "70"
},
"(e)PreferredStockOwned": {
"value": ""
},
"(f)AmountOfCompensation": {
"value": "40000.00"
}
},
"page_doc_pk": 128668101,
"page_idx": 0
},
{
"cells": {
"(a)NameOfOfficer": {
"value": "WILLIAM JAMES"
},
"(b)SocialSecurityNumber": {
"value": "224-00-6323"
},
"(c)PercentOfTimeDevotedToBusiness": {
"value": "30"
},
"(d)CommonStockOwned": {
"value": "100"
},
"(e)PreferredStockOwned": {
"value": ""
},
"(f)AmountOfCompensation": {
"value": "15000.00"
}
},
"page_doc_pk": 128668101,
"page_idx": 0
},
{
"cells": {
"(a)NameOfOfficer": {
"value": "OLIVIA ASKER"
},
"(b)SocialSecurityNumber": {
"value": "541-00-5455"
},
"(c)PercentOfTimeDevotedToBusiness": {
"value": "100"
},
"(d)CommonStockOwned": {
"value": "30"
},
"(e)PreferredStockOwned": {
"value": ""
},
"(f)AmountOfCompensation": {
"value": "50000.00"
}
},
"page_doc_pk": 128668101,
"page_idx": 0
}
]
}
],
"raw_fields": {
"a_1125_e-General:name": {
"value": "CROWE HORWATH LLC",
"is_empty": false,
"alias_used": null,
"source_filename": "Sample 1125-E.pdf"
},
"a_1125_e-General:employerIdentificationNumber": {
"value": "51-8525411",
"is_empty": false,
"alias_used": null,
"source_filename": "Sample 1125-E.pdf"
},
"a_1125_e-General:line4-SubtractLine3FromLine2": {
"value": "105000.00",
"is_empty": false,
"alias_used": null,
"source_filename": "Sample 1125-E.pdf"
},
"a_1125_e-General:line2-TotalCompensationOfOfficers": {
"value": "105000.00",
"is_empty": false,
"alias_used": null,
"source_filename": "Sample 1125-E.pdf"
},
"a_1125_e-General:line3-CompensationOfOfficersClaimedOnForm1125-AOrElsewhereOnReturn": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "Sample 1125-E.pdf"
}
}
}
]
},
"message": "OK"
}
Updated 5 months ago