IRS Form 1120 Schedule G - Information on Certain Persons Owning the Corporation’s Voting Stock

IRS Form 1120 Schedule G is used to provide information applicable to certain entities, individuals, and estates that own, directly, 20% or more, or own, directly or indirectly, 50% or more of the total voting power of all classes of the corporation's stock entitled to vote.

To use the Upload PDF endpoint for this document, you must use a_1120_schedule_g in the form_type parameter.

Field descriptions

The following fields are available on this document type:

Optional fields captured

Field data attributed directly to Form 1120 Schedule G is captured as Form Data objects, each one keyed off the following attribute names:

JSON AttributeData TypeDescription
a_1120_schedule_g-General:nameTextName
a_1120_schedule_g-General:employerIdentificationNumberTextEmployer Identification Number

Optional itemized line item fields captured

Field data attributed to itemized line items in the IRS Form 1120 Schedule G is captured as Table objects.

📘

Form-Driven Output

column_ids associated with the Table objects will be a subset of the following list that matches the line item headers as they appear on the specific form.

Column IDData TypeDescription
(i)NameOfEntityText(i) Name Of Entity
(ii)EmployerIdentificationNumber(IfAny)Text(ii) Employer Identification Number (If Any)
(iii)TypeOfEntityText(iii) Type Of Entity
(iv)CountryOfOrganizationText(iv) Country Of Organization
(v)PercentageOwnedInVotingStockNumber(v) Percentage Owned In Voting Stock
Column IDData TypeDescription
(i)NameOfIndividualOrEstateText(i) Name Of Individual Or Estate
(ii)IdentifyingNumber(IfAny)Text(ii) Identifying Number (If Any)
(iii)CountryOfCitizenshipText(iii) Country Of Citizenship
(iv)PercentageOwnedInVotingStockNumber(iv) Percentage Owned In Voting Stock

Sample document

Coming soon...

Sample JSON result

{
    "status": 200,
    "response": {
        "pk": 25941156,
        "uuid": "11a4ce6a-2b03-4e5e-adb9-b8e7c5722c1f",
        "forms": [
            {
                "pk": 27809110,
                "uuid": "32253a2f-8fdc-4568-b0c6-2de0c384b448",
                "form_type": "A_1120_SCHEDULE_G",
                "form_config_pk": 11699,
                "tables": [
                    {
                        "pk": 17001,
                        "columns": [
                            {
                                "column_id": "(i)NameOfIndividualOrEstate",
                                "alias_used": "(i) Name Of Individual Or Estate"
                            },
                            {
                                "column_id": "(ii)IdentifyingNumber(IfAny)",
                                "alias_used": "(ii) Identifying Number (If Any)"
                            },
                            {
                                "column_id": "(iii)CountryOfCitizenship",
                                "alias_used": "(iii) Country Of Citizenship"
                            },
                            {
                                "column_id": "(iv)PercentageOwnedInVotingStock",
                                "alias_used": "(iv) Percentage Owned In Voting Stock"
                            }
                        ],
                        "rows": [
                            {
                                "cells": {
                                    "(i)NameOfIndividualOrEstate": {
                                        "value": "JACOB WILLIAM"
                                    },
                                    "(ii)IdentifyingNumber(IfAny)": {
                                        "value": "456-45-7894"
                                    },
                                    "(iii)CountryOfCitizenship": {
                                        "value": "USA"
                                    },
                                    "(iv)PercentageOwnedInVotingStock": {
                                        "value": "60"
                                    }
                                },
                                "page_doc_pk": 128668040,
                                "page_idx": 0
                            },
                            {
                                "cells": {
                                    "(i)NameOfIndividualOrEstate": {
                                        "value": "THEOMA SMITH"
                                    },
                                    "(ii)IdentifyingNumber(IfAny)": {
                                        "value": "456-78-1234"
                                    },
                                    "(iii)CountryOfCitizenship": {
                                        "value": "USA"
                                    },
                                    "(iv)PercentageOwnedInVotingStock": {
                                        "value": "20"
                                    }
                                },
                                "page_doc_pk": 128668040,
                                "page_idx": 0
                            },
                            {
                                "cells": {
                                    "(i)NameOfIndividualOrEstate": {
                                        "value": "CHRISTOPHER"
                                    },
                                    "(ii)IdentifyingNumber(IfAny)": {
                                        "value": "123-45-5648"
                                    },
                                    "(iii)CountryOfCitizenship": {
                                        "value": "USA"
                                    },
                                    "(iv)PercentageOwnedInVotingStock": {
                                        "value": "20"
                                    }
                                },
                                "page_doc_pk": 128668040,
                                "page_idx": 0
                            }
                        ]
                    },
                    {
                        "pk": 17000,
                        "columns": [
                            {
                                "column_id": "(i)NameOfEntity",
                                "alias_used": "(i) Name Of Entity"
                            },
                            {
                                "column_id": "(ii)EmployerIdentificationNumber(IfAny)",
                                "alias_used": "(ii) Employer Identification Number (If Any)"
                            },
                            {
                                "column_id": "(iii)TypeOfEntity",
                                "alias_used": "(iii) Type Of Entity"
                            },
                            {
                                "column_id": "(iv)CountryOfOrganization",
                                "alias_used": "(iv) Country Of Organization"
                            },
                            {
                                "column_id": "(v)PercentageOwnedInVotingStock",
                                "alias_used": "(v) Percentage Owned In Voting Stock"
                            }
                        ],
                        "rows": []
                    }
                ],
                "raw_fields": {
                    "a_1120_schedule_g-General:name": {
                        "value": "WALMART ELECTRONIC INDUSTRY",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Sample 1120 Schedule G.pdf"
                    },
                    "a_1120_schedule_g-General:employerIdentificationNumber": {
                        "value": "45-7894561",
                        "is_empty": false,
                        "alias_used": null,
                        "source_filename": "Sample 1120 Schedule G.pdf"
                    }
                }
            }
        ]
    },
    "message": "OK"
}