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.

The form_type parameter A_1125_E for the Upload PDF endpoint is required for this Form Type.

Optional invoice/receipt header & footer data captured

Field data attributed directly to Form 1125-E is captured as Form Data objects, each one keyed off the following attribute names.

📘

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.

JSON AttributeData TypeDescription
a_1125_e-General:nameTextName
a_1125_e-General:employerIdentificationNumberTextEmployer Identification Number
a_1125_e-General:line2-TotalCompensationOfOfficersMoneyLine 2 - Total Compensation Of Officers
a_1125_e-General:line3-CompensationOfOfficersClaimedOnForm1125-AOrElsewhereOnReturnMoneyLine 3 - Compensation Of Officers Claimed On Form 1125-A Or Elsewhere On Return
a_1125_e-General:line4-SubtractLine3FromLine2MoneyLine 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_ids 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 IDData TypeDescription
(a)NameOfOfficerText(A) Name Of Officer
(b)SocialSecurityNumberText(B) Social Security Number
(c)PercentOfTimeDevotedToBusinessNumber(C) Percent Of Time Devoted To Business
(d)CommonStockOwnedNumber(D) Common Stock Owned
(e)PreferredStockOwnedNumber(E) Preferred Stock Owned
(f)AmountOfCompensationMoney(F) Amount Of Compensation

Sample Form

The below Ocrolus Sample PDF (input) matches the below Sample JSON Result (output).

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"
}