---
title: IRS Form 5471 Online
description: Fill out IRS Form 5471 online, generate the completed information return PDF, and include it with the mailing packet for the related tax return.
seotitle: IRS Form 5471 Online
seo-description: Fill out IRS Form 5471 online, generate the completed information return PDF, and include it with the mailing packet for the related tax return.
group: resources
indexable: true
llms: true
schema: webpage
og-image: /forms/5471/thumbnail
og-image-alt: IRS Form 5471 generated form preview
published: 2026-05-04
updated: 2026-05-04
tags:
  - tax
  - irs
  - international tax
  - foreign corporation
  - information return
path: /forms/5471
---
# IRS Form 5471 Online

Fill out IRS Form 5471 online, generate the completed information return PDF, and include it with the mailing packet for the related tax return.

## How it works
1. **Fill out the form** - Complete the guided fields online.
2. **Add attachments** - Upload any required documents.
3. **Preview the PDF** - Review the final form before mailing.
4. **Mail it** - We print and mail the packet for you.


## Form summary
Use this workflow to prepare Form 5471 for a U.S. person with respect to a foreign corporation, review the PDF, and mail it with the applicable tax return or packet.

## What you need
- U.S. filer name, identifying number, address, and tax year
- Foreign corporation name, address, country, and annual accounting period
- Applicable filer category selections
- Required Form 5471 schedules and supporting statements
- Signed form (wet signature required)
- Required Form 5471 schedules (optional) — Attach any required Form 5471 schedules, continuation statements, or category-specific supporting pages.

## Data collected
- U.S. filer identity, tax year, address, and identifying number
- Foreign corporation identity, address, tax year, and reference details
- Filer category, ownership, stock, and foreign corporation schedule details
- Income statement, balance sheet, earnings, transactions, and organization data

## Where it gets mailed
You will enter the recipient address during checkout.

## Packet order
- Cover sheet (auto-generated)
- Completed form PDF
- Attachments (in the order you upload)

## Common mistakes
- Completing only the main form when additional Form 5471 schedules are required.
- Using the wrong filer category or omitting category-specific schedules.
- Mailing Form 5471 separately when it must be attached to the filer's tax return.
- Leaving foreign corporation accounting period fields incomplete.

## Agent summary
Collects filer, foreign corporation, category, stock, income, balance sheet, transaction, and schedule information needed for IRS Form 5471.

## For assistants
Use the Forms Draft API to prefill this form and generate a preview PDF.
- Endpoint: `POST /api/forms/5471/drafts`
- Payload: `{ fields: { ... }, attachments: [{ id, label, base64 }] }`
- Required fields: foreign_corporation_period_begin, foreign_corporation_period_end, field_5, field_11, field_6, field_8, field_9, field_10
- Attachment IDs: required_5471_schedules

## LLM field schema
```json
[
  {
    "id": "foreign_corporation_period_begin",
    "label": "Period begins",
    "type": "date",
    "required": true,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "accounting-period",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "foreign_corporation_period_end",
    "label": "Period ends",
    "type": "date",
    "required": true,
    "meta_class": "date",
    "ui_width": "half",
    "group_id": "accounting-period",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_5",
    "label": "Filer name",
    "type": "text",
    "required": true,
    "meta_class": "name",
    "ui_width": "half",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_11",
    "label": "A. Filer identifying number",
    "type": "text",
    "required": true,
    "meta_class": "tin",
    "ui_width": "half",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_6",
    "label": "Filer street address",
    "type": "text",
    "required": true,
    "meta_class": "address",
    "ui_width": "half",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_7",
    "label": "Filer room or suite number",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "quarter",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_8",
    "label": "Filer city or town",
    "type": "text",
    "required": true,
    "meta_class": "city",
    "ui_width": "third",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_9",
    "label": "Filer state",
    "type": "text",
    "required": true,
    "meta_class": "state",
    "ui_width": "third",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_10",
    "label": "Filer ZIP code",
    "type": "text",
    "required": true,
    "meta_class": "zip",
    "ui_width": "third",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_12",
    "label": "Category 1a",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_13",
    "label": "Category 1b",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_14",
    "label": "Category 1c",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_15",
    "label": "Category 2",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_16",
    "label": "Category 3",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_17",
    "label": "Category 4",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_18",
    "label": "Category 5a",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_19",
    "label": "Category 5b",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_20",
    "label": "Category 5c",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_21",
    "label": "C. Voting stock percentage owned at year end",
    "type": "text",
    "required": false,
    "meta_class": "percent",
    "ui_width": "half",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_22",
    "label": "Filer tax year begins (MM/DD)",
    "type": "text",
    "required": false,
    "meta_class": "month_day",
    "ui_width": "quarter",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_23",
    "label": "Filer tax year begins (YY)",
    "type": "text",
    "required": false,
    "meta_class": "year_suffix",
    "ui_width": "quarter",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_24",
    "label": "Filer tax year ends (MM/DD)",
    "type": "text",
    "required": false,
    "meta_class": "month_day",
    "ui_width": "quarter",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_25",
    "label": "Filer tax year ends (YY)",
    "type": "text",
    "required": false,
    "meta_class": "year_suffix",
    "ui_width": "quarter",
    "group_id": "filer-identity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "line_d_final_form_5471",
    "label": "D. Final Form 5471 for this foreign corporation",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "line_e_excepted_assets_reported",
    "label": "E. Excepted specified foreign financial assets are reported on this form",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "line_f_alternative_information",
    "label": "F. Completed using Alternative Information under Rev. Proc. 2019-40",
    "type": "checkbox",
    "required": false,
    "meta_class": "plain_checkbox",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_30",
    "label": "H row 1. Person name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_31",
    "label": "H row 1. Address",
    "type": "text",
    "required": false,
    "meta_class": "address",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_32",
    "label": "H row 1. Identifying number",
    "type": "text",
    "required": false,
    "meta_class": "tin",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_33",
    "label": "Shareholder",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_34",
    "label": "Officer",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_35",
    "label": "Director",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_36",
    "label": "H row 2. Person name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_37",
    "label": "H row 2. Address",
    "type": "text",
    "required": false,
    "meta_class": "address",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_38",
    "label": "H row 2. Identifying number",
    "type": "text",
    "required": false,
    "meta_class": "tin",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_39",
    "label": "Shareholder",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_40",
    "label": "Officer",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_41",
    "label": "Director",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_42",
    "label": "H row 3. Person name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_43",
    "label": "H row 3. Address",
    "type": "text",
    "required": false,
    "meta_class": "address",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_44",
    "label": "H row 3. Identifying number",
    "type": "text",
    "required": false,
    "meta_class": "tin",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_45",
    "label": "Shareholder",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_46",
    "label": "Officer",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_47",
    "label": "Director",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_48",
    "label": "H row 4. Person name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_49",
    "label": "H row 4. Address",
    "type": "text",
    "required": false,
    "meta_class": "address",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_50",
    "label": "H row 4. Identifying number",
    "type": "text",
    "required": false,
    "meta_class": "tin",
    "ui_width": "third",
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_51",
    "label": "Shareholder",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_52",
    "label": "Officer",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_53",
    "label": "Director",
    "type": "checkbox",
    "required": false,
    "meta_class": "multi_select",
    "ui_width": null,
    "group_id": "filing-options",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_54",
    "label": "1a. Foreign corporation name and address",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_55",
    "label": "1b(1). Employer identification number, if any",
    "type": "text",
    "required": false,
    "meta_class": "ein",
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_56",
    "label": "1b(2). Reference ID number",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_57",
    "label": "1b(3). Previous reference ID numbers, if any",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_58",
    "label": "1c. Country under whose laws incorporated",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_59",
    "label": "1d. Date of incorporation",
    "type": "text",
    "required": false,
    "meta_class": "date",
    "ui_width": "third",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_60",
    "label": "1e. Principal place of business",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "third",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_61",
    "label": "1f. Principal business activity code number",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "third",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_62",
    "label": "1g. Principal business activity",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_63",
    "label": "1h. Functional currency code",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_64",
    "label": "2a. U.S. branch office or agent name, address, and identifying number",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_65",
    "label": "2b(i). U.S. taxable income or loss",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_66",
    "label": "2b(ii). U.S. income tax paid after all credits",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_67",
    "label": "2c. Statutory or resident agent name and address in country of incorporation",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_68",
    "label": "2d. Custodian of books and records and record location",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "foreign-corporation",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_69",
    "label": "Schedule A row 1: stock class description",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_70",
    "label": "Schedule A row 1: shares outstanding at beginning",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_71",
    "label": "Schedule A row 1: shares outstanding at end",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_72",
    "label": "Schedule A row 2: stock class description",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_73",
    "label": "Schedule A row 2: shares outstanding at beginning",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_74",
    "label": "Schedule A row 2: shares outstanding at end",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_75",
    "label": "Schedule A row 3: stock class description",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_76",
    "label": "Schedule A row 3: shares outstanding at beginning",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_77",
    "label": "Schedule A row 3: shares outstanding at end",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_78",
    "label": "Schedule A row 4: stock class description",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_79",
    "label": "Schedule A row 4: shares outstanding at beginning",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_80",
    "label": "Schedule A row 4: shares outstanding at end",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-a-stock",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_81",
    "label": "Schedule B Part I row 1: U.S. shareholder name, address, and identifying number",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_82",
    "label": "Schedule B Part I row 1: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_83",
    "label": "Schedule B Part I row 1: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_84",
    "label": "Schedule B Part I row 1: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_85",
    "label": "Schedule B Part I row 1: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_86",
    "label": "Schedule B Part I row 1: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_87",
    "label": "Schedule B Part I row 1: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_88",
    "label": "Schedule B Part I row 1: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_89",
    "label": "Schedule B Part I row 1: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_90",
    "label": "Schedule B Part I row 1: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_91",
    "label": "Schedule B Part I row 1: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_92",
    "label": "Schedule B Part I row 1: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_93",
    "label": "Schedule B Part I row 1: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_94",
    "label": "Schedule B Part I row 1: pro rata share of subpart F income percentage",
    "type": "text",
    "required": false,
    "meta_class": "percent",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_95",
    "label": "Schedule B Part I row 2: U.S. shareholder name, address, and identifying number",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_96",
    "label": "Schedule B Part I row 2: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_97",
    "label": "Schedule B Part I row 2: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_98",
    "label": "Schedule B Part I row 2: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_99",
    "label": "Schedule B Part I row 2: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_100",
    "label": "Schedule B Part I row 2: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_101",
    "label": "Schedule B Part I row 2: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_102",
    "label": "Schedule B Part I row 2: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_103",
    "label": "Schedule B Part I row 2: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_104",
    "label": "Schedule B Part I row 2: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_105",
    "label": "Schedule B Part I row 2: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_106",
    "label": "Schedule B Part I row 2: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_107",
    "label": "Schedule B Part I row 2: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_108",
    "label": "Schedule B Part I row 2: pro rata share of subpart F income percentage",
    "type": "text",
    "required": false,
    "meta_class": "percent",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_109",
    "label": "Schedule B Part I row 3: U.S. shareholder name, address, and identifying number",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_110",
    "label": "Schedule B Part I row 3: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_111",
    "label": "Schedule B Part I row 3: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_112",
    "label": "Schedule B Part I row 3: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_113",
    "label": "Schedule B Part I row 3: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_114",
    "label": "Schedule B Part I row 3: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_115",
    "label": "Schedule B Part I row 3: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_116",
    "label": "Schedule B Part I row 3: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_117",
    "label": "Schedule B Part I row 3: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_118",
    "label": "Schedule B Part I row 3: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_119",
    "label": "Schedule B Part I row 3: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_120",
    "label": "Schedule B Part I row 3: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_121",
    "label": "Schedule B Part I row 3: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_122",
    "label": "Schedule B Part I row 3: pro rata share of subpart F income percentage",
    "type": "text",
    "required": false,
    "meta_class": "percent",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_123",
    "label": "Schedule B Part I row 4: U.S. shareholder name, address, and identifying number",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_124",
    "label": "Schedule B Part I row 4: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_125",
    "label": "Schedule B Part I row 4: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_126",
    "label": "Schedule B Part I row 4: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_127",
    "label": "Schedule B Part I row 4: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_128",
    "label": "Schedule B Part I row 4: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_129",
    "label": "Schedule B Part I row 4: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_130",
    "label": "Schedule B Part I row 4: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_131",
    "label": "Schedule B Part I row 4: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_132",
    "label": "Schedule B Part I row 4: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_133",
    "label": "Schedule B Part I row 4: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_134",
    "label": "Schedule B Part I row 4: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_135",
    "label": "Schedule B Part I row 4: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_136",
    "label": "Schedule B Part I row 4: pro rata share of subpart F income percentage",
    "type": "text",
    "required": false,
    "meta_class": "percent",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_137",
    "label": "Schedule B Part I row 5: U.S. shareholder name, address, and identifying number",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_138",
    "label": "Schedule B Part I row 5: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_139",
    "label": "Schedule B Part I row 5: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_140",
    "label": "Schedule B Part I row 5: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_141",
    "label": "Schedule B Part I row 5: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_142",
    "label": "Schedule B Part I row 5: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_143",
    "label": "Schedule B Part I row 5: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_144",
    "label": "Schedule B Part I row 5: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_145",
    "label": "Schedule B Part I row 5: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_146",
    "label": "Schedule B Part I row 5: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_147",
    "label": "Schedule B Part I row 5: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_148",
    "label": "Schedule B Part I row 5: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_149",
    "label": "Schedule B Part I row 5: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_150",
    "label": "Schedule B Part I row 5: pro rata share of subpart F income percentage",
    "type": "text",
    "required": false,
    "meta_class": "percent",
    "ui_width": "quarter",
    "group_id": "schedule-b-us-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_151",
    "label": "Schedule B Part II row 1: direct shareholder name, address, identifying number, and country",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_152",
    "label": "Schedule B Part II row 1: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_153",
    "label": "Schedule B Part II row 1: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_154",
    "label": "Schedule B Part II row 1: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_155",
    "label": "Schedule B Part II row 1: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_156",
    "label": "Schedule B Part II row 1: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_157",
    "label": "Schedule B Part II row 1: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_158",
    "label": "Schedule B Part II row 1: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_159",
    "label": "Schedule B Part II row 1: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_160",
    "label": "Schedule B Part II row 1: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_161",
    "label": "Schedule B Part II row 1: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_162",
    "label": "Schedule B Part II row 1: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_163",
    "label": "Schedule B Part II row 1: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_164",
    "label": "Schedule B Part II row 2: direct shareholder name, address, identifying number, and country",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_165",
    "label": "Schedule B Part II row 2: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_166",
    "label": "Schedule B Part II row 2: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_167",
    "label": "Schedule B Part II row 2: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_168",
    "label": "Schedule B Part II row 2: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_169",
    "label": "Schedule B Part II row 2: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_170",
    "label": "Schedule B Part II row 2: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_171",
    "label": "Schedule B Part II row 2: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_172",
    "label": "Schedule B Part II row 2: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_173",
    "label": "Schedule B Part II row 2: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_174",
    "label": "Schedule B Part II row 2: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_175",
    "label": "Schedule B Part II row 2: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_176",
    "label": "Schedule B Part II row 2: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_177",
    "label": "Schedule B Part II row 3: direct shareholder name, address, identifying number, and country",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_178",
    "label": "Schedule B Part II row 3: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_179",
    "label": "Schedule B Part II row 3: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_180",
    "label": "Schedule B Part II row 3: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_181",
    "label": "Schedule B Part II row 3: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_182",
    "label": "Schedule B Part II row 3: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_183",
    "label": "Schedule B Part II row 3: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_184",
    "label": "Schedule B Part II row 3: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_185",
    "label": "Schedule B Part II row 3: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_186",
    "label": "Schedule B Part II row 3: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_187",
    "label": "Schedule B Part II row 3: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_188",
    "label": "Schedule B Part II row 3: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_189",
    "label": "Schedule B Part II row 3: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_190",
    "label": "Schedule B Part II row 4: direct shareholder name, address, identifying number, and country",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_191",
    "label": "Schedule B Part II row 4: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_192",
    "label": "Schedule B Part II row 4: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_193",
    "label": "Schedule B Part II row 4: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_194",
    "label": "Schedule B Part II row 4: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_195",
    "label": "Schedule B Part II row 4: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_196",
    "label": "Schedule B Part II row 4: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_197",
    "label": "Schedule B Part II row 4: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_198",
    "label": "Schedule B Part II row 4: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_199",
    "label": "Schedule B Part II row 4: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_200",
    "label": "Schedule B Part II row 4: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_201",
    "label": "Schedule B Part II row 4: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_202",
    "label": "Schedule B Part II row 4: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_203",
    "label": "Schedule B Part II row 5: direct shareholder name, address, identifying number, and country",
    "type": "textarea",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_204",
    "label": "Schedule B Part II row 5: stock class description line 1",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_205",
    "label": "Schedule B Part II row 5: stock class description line 2",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_206",
    "label": "Schedule B Part II row 5: stock class description line 3",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_207",
    "label": "Schedule B Part II row 5: stock class description line 4",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "half",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_208",
    "label": "Schedule B Part II row 5: beginning shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_209",
    "label": "Schedule B Part II row 5: beginning shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_210",
    "label": "Schedule B Part II row 5: beginning shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_211",
    "label": "Schedule B Part II row 5: beginning shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_212",
    "label": "Schedule B Part II row 5: ending shares line 1",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_213",
    "label": "Schedule B Part II row 5: ending shares line 2",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_214",
    "label": "Schedule B Part II row 5: ending shares line 3",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_215",
    "label": "Schedule B Part II row 5: ending shares line 4",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "quarter",
    "group_id": "schedule-b-direct-shareholders",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_216",
    "label": "Schedule C 1a. Gross receipts or sales - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_217",
    "label": "Schedule C 1a. Gross receipts or sales - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_218",
    "label": "Schedule C 1b. Returns and allowances - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_219",
    "label": "Schedule C 1b. Returns and allowances - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_220",
    "label": "Schedule C 1c. Net gross receipts or sales - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_221",
    "label": "Schedule C 1c. Net gross receipts or sales - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_222",
    "label": "Schedule C 2. Cost of goods sold - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_223",
    "label": "Schedule C 2. Cost of goods sold - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_224",
    "label": "Schedule C 3. Gross profit - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_225",
    "label": "Schedule C 3. Gross profit - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_226",
    "label": "Schedule C 4. Dividends - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_227",
    "label": "Schedule C 4. Dividends - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_228",
    "label": "Schedule C 5. Interest - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_229",
    "label": "Schedule C 5. Interest - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_230",
    "label": "Schedule C 6a. Gross rents - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_231",
    "label": "Schedule C 6a. Gross rents - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_232",
    "label": "Schedule C 6b. Gross royalties and license fees - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_233",
    "label": "Schedule C 6b. Gross royalties and license fees - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_234",
    "label": "Schedule C 7. Net gain or loss on sale of capital assets - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_235",
    "label": "Schedule C 7. Net gain or loss on sale of capital assets - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_236",
    "label": "Schedule C 8a. Foreign currency transaction gain/loss - unrealized - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_237",
    "label": "Schedule C 8a. Foreign currency transaction gain/loss - unrealized - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_238",
    "label": "Schedule C 8b. Foreign currency transaction gain/loss - realized - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_239",
    "label": "Schedule C 8b. Foreign currency transaction gain/loss - realized - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_240",
    "label": "Schedule C 9. Other income - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_241",
    "label": "Schedule C 9. Other income - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_242",
    "label": "Schedule C 10. Total income - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_243",
    "label": "Schedule C 10. Total income - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_244",
    "label": "Schedule C 11. Compensation not deducted elsewhere - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_245",
    "label": "Schedule C 11. Compensation not deducted elsewhere - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_246",
    "label": "Schedule C 12a. Rents - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_247",
    "label": "Schedule C 12a. Rents - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_248",
    "label": "Schedule C 12b. Royalties and license fees - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_249",
    "label": "Schedule C 12b. Royalties and license fees - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_250",
    "label": "Schedule C 13. Interest - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_251",
    "label": "Schedule C 13. Interest - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_252",
    "label": "Schedule C 14. Depreciation not deducted elsewhere - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_253",
    "label": "Schedule C 14. Depreciation not deducted elsewhere - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_254",
    "label": "Schedule C 15. Depletion - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_255",
    "label": "Schedule C 15. Depletion - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_256",
    "label": "Schedule C 16. Taxes excluding income tax expense/benefit - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_257",
    "label": "Schedule C 16. Taxes excluding income tax expense/benefit - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_258",
    "label": "Schedule C 17. Other deductions - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_259",
    "label": "Schedule C 17. Other deductions - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_260",
    "label": "Schedule C 18. Total deductions - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_261",
    "label": "Schedule C 18. Total deductions - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_262",
    "label": "Schedule C 19. Net income/loss before unusual items and income tax - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_263",
    "label": "Schedule C 19. Net income/loss before unusual items and income tax - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_264",
    "label": "Schedule C 20. Unusual or infrequently occurring items - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_265",
    "label": "Schedule C 20. Unusual or infrequently occurring items - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_266",
    "label": "Schedule C 21a. Current income tax expense/benefit - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_267",
    "label": "Schedule C 21a. Current income tax expense/benefit - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_268",
    "label": "Schedule C 21b. Deferred income tax expense/benefit - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_269",
    "label": "Schedule C 21b. Deferred income tax expense/benefit - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_270",
    "label": "Schedule C 22. Current year net income/loss per books - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_271",
    "label": "Schedule C 22. Current year net income/loss per books - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_272",
    "label": "Schedule C 23a. Foreign currency translation adjustments - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_273",
    "label": "Schedule C 23a. Foreign currency translation adjustments - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_274",
    "label": "Schedule C 23b. Other comprehensive income - other - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_275",
    "label": "Schedule C 23b. Other comprehensive income - other - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_276",
    "label": "Schedule C 23c. Income tax expense/benefit related to other comprehensive income - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_277",
    "label": "Schedule C 23c. Income tax expense/benefit related to other comprehensive income - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_278",
    "label": "Schedule C 24. Other comprehensive income/loss, net of tax - functional currency",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_279",
    "label": "Schedule C 24. Other comprehensive income/loss, net of tax - U.S. dollars",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-c-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_280",
    "label": "Schedule F 1. Cash - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_281",
    "label": "Schedule F 1. Cash - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_282",
    "label": "Schedule F 2a. Trade notes and accounts receivable - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_283",
    "label": "Schedule F 2a. Trade notes and accounts receivable - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_284",
    "label": "Schedule F 2b. Less allowance for bad debts - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_285",
    "label": "Schedule F 2b. Less allowance for bad debts - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_286",
    "label": "Schedule F 3. Derivatives - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_287",
    "label": "Schedule F 3. Derivatives - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_288",
    "label": "Schedule F 4. Inventories - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_289",
    "label": "Schedule F 4. Inventories - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_290",
    "label": "Schedule F 5. Other current assets - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_291",
    "label": "Schedule F 5. Other current assets - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_292",
    "label": "Schedule F 6. Loans to shareholders and other related persons - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_293",
    "label": "Schedule F 6. Loans to shareholders and other related persons - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_294",
    "label": "Schedule F 7. Investment in subsidiaries - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_295",
    "label": "Schedule F 7. Investment in subsidiaries - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_296",
    "label": "Schedule F 8. Other investments - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_297",
    "label": "Schedule F 8. Other investments - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_298",
    "label": "Schedule F 9a. Buildings and other depreciable assets - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_299",
    "label": "Schedule F 9a. Buildings and other depreciable assets - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_300",
    "label": "Schedule F 9b. Less accumulated depreciation - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_301",
    "label": "Schedule F 9b. Less accumulated depreciation - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_302",
    "label": "Schedule F 10a. Depletable assets - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_303",
    "label": "Schedule F 10a. Depletable assets - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_304",
    "label": "Schedule F 10b. Less accumulated depletion - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_305",
    "label": "Schedule F 10b. Less accumulated depletion - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_306",
    "label": "Schedule F 11. Land - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_307",
    "label": "Schedule F 11. Land - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_308",
    "label": "Schedule F 12a. Goodwill - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_309",
    "label": "Schedule F 12a. Goodwill - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_310",
    "label": "Schedule F 12b. Organization costs - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_311",
    "label": "Schedule F 12b. Organization costs - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_312",
    "label": "Schedule F 12c. Patents, trademarks, and other intangible assets - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_313",
    "label": "Schedule F 12c. Patents, trademarks, and other intangible assets - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_314",
    "label": "Schedule F 12d. Less accumulated amortization - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_315",
    "label": "Schedule F 12d. Less accumulated amortization - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_316",
    "label": "Schedule F 13. Other assets - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_317",
    "label": "Schedule F 13. Other assets - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_318",
    "label": "Schedule F 14. Total assets - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_319",
    "label": "Schedule F 14. Total assets - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-assets",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_320",
    "label": "Schedule F 15. Accounts payable - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_321",
    "label": "Schedule F 15. Accounts payable - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_322",
    "label": "Schedule F 16. Other current liabilities - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_323",
    "label": "Schedule F 16. Other current liabilities - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_324",
    "label": "Schedule F 17. Derivatives - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_325",
    "label": "Schedule F 17. Derivatives - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_326",
    "label": "Schedule F 18. Loans from shareholders and other related persons - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_327",
    "label": "Schedule F 18. Loans from shareholders and other related persons - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_328",
    "label": "Schedule F 19. Other liabilities - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_329",
    "label": "Schedule F 19. Other liabilities - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_330",
    "label": "Schedule F 20a. Preferred stock - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_331",
    "label": "Schedule F 20a. Preferred stock - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_332",
    "label": "Schedule F 20b. Common stock - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_333",
    "label": "Schedule F 20b. Common stock - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_334",
    "label": "Schedule F 21. Paid-in or capital surplus - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_335",
    "label": "Schedule F 21. Paid-in or capital surplus - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_336",
    "label": "Schedule F 22. Retained earnings - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_337",
    "label": "Schedule F 22. Retained earnings - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_338",
    "label": "Schedule F 23. Less cost of treasury stock - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_339",
    "label": "Schedule F 23. Less cost of treasury stock - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_340",
    "label": "Schedule F 24. Total liabilities and shareholders’ equity - beginning of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_341",
    "label": "Schedule F 24. Total liabilities and shareholders’ equity - end of annual accounting period",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-f-liabilities-equity",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_1_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_1_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_2_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_2_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_3a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_3a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_3b_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_3b_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_350",
    "label": "Schedule G line 3b. Number of Forms 8964-TRA attached",
    "type": "text",
    "required": false,
    "meta_class": "number",
    "ui_width": "half",
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_3b_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_4a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_4a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_4b_base_erosion_payments",
    "label": "Schedule G line 4b: Total amount of base erosion payments",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_4a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_4c_base_erosion_tax_benefits",
    "label": "Schedule G line 4c: Total amount of base erosion tax benefits",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "schedule-g-1-4",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_4a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_5a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_5a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_5b_disallowed_deductions",
    "label": "Schedule G line 5b: Total amount of disallowed deductions",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_5a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_6a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_6a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_360",
    "label": "Schedule G line 6b. FDDEI gross receipts from general property sales",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_6a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_361",
    "label": "Schedule G line 6c. FDDEI gross receipts from intangible property sales",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_6a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_362",
    "label": "Schedule G line 6d. FDDEI gross receipts from services",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_6a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_7_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_7_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_8_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_8_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_9a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_9a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_369",
    "label": "Schedule G line 9b. Section 367(d)(2)(B) earnings and profits reduction",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_9a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_10_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_10_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_11_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_11_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_12_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_12_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_13_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_13_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_14_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_14_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_380",
    "label": "Schedule G line 14. Corresponding code or statement reference",
    "type": "text",
    "required": false,
    "meta_class": null,
    "ui_width": "full",
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_14_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_15_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_15_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_383",
    "label": "Schedule G line 15. Amount of interest expense disallowed under section 163(j)",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_15_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_16_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_16_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_386",
    "label": "Schedule G line 16. Previously disallowed section 163(j) interest carried forward",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_16_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_17a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_17a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_17b_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_17a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_17b_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_17a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_18a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_18a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_18b_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_18b_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_19a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_19a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-5-19",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_19b_transaction_amount",
    "label": "Schedule G line 19b(1): Amount of transaction, distribution, and acquisition",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_19a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_19b_related_party_indebtedness",
    "label": "Schedule G line 19b(2): Amount of related party indebtedness",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_19a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_20a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_20a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_401",
    "label": "Schedule G line 20b(1). Income Inclusion Rule or similar taxes",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_20a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_402",
    "label": "Schedule G line 20b(2). Qualified Domestic Minimum Top-up Tax or similar taxes",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_20a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_20b_utpr_tax_amount",
    "label": "Schedule G line 20b(3): UTPR or similar taxes",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_20a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_21a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_21a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_406",
    "label": "Schedule G line 21b(1). Change in previously taxed earnings and profits",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_21a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "schedule_g_line_21b_other_earnings_and_profits_change",
    "label": "Schedule G line 21b(2): Change in other earnings and profits described in section 959(c)(3)",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": null,
    "group_id": "schedule-g-20-21",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_g_line_21a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_409",
    "label": "Schedule I. U.S. shareholder name",
    "type": "text",
    "required": false,
    "meta_class": "name",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_408",
    "label": "Schedule I. U.S. shareholder identifying number",
    "type": "text",
    "required": false,
    "meta_class": "tin",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_410",
    "label": "Schedule I line 1a. Section 964(e)(4) subpart F dividend income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_411",
    "label": "Schedule I line 1b. Section 245A(e)(2) hybrid dividend subpart F income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_412",
    "label": "Schedule I line 1c. Tiered extraordinary disposition subpart F income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_413",
    "label": "Schedule I line 1d. Tiered extraordinary reduction subpart F income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_414",
    "label": "Schedule I line 1e. Foreign personal holding company income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_415",
    "label": "Schedule I line 1f. Foreign base company sales income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_416",
    "label": "Schedule I line 1g. Foreign base company services income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_417",
    "label": "Schedule I line 1h. Other subpart F income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_418",
    "label": "Schedule I line 2. Earnings invested in U.S. property",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_420",
    "label": "Schedule I line 4. Factoring income",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_421",
    "label": "Schedule I line 5a. Section 245A eligible dividends",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_422",
    "label": "Schedule I line 5b. Extraordinary disposition amounts",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_423",
    "label": "Schedule I line 5c. Extraordinary reduction amounts",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_424",
    "label": "Schedule I line 5d. Section 245A(e) dividends",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_425",
    "label": "Schedule I line 5e. Other dividends",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_426",
    "label": "Schedule I line 6. Exchange gain or loss on previously taxed earnings and profits distribution",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_i_line_7a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_i_line_7a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_i_line_7b_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_i_line_7b_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_i_line_8a_yes",
    "label": "Yes",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "schedule_i_line_8a_no",
    "label": "No",
    "type": "checkbox",
    "required": false,
    "meta_class": "radio",
    "ui_width": null,
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": null,
    "compound_subfields": null
  },
  {
    "id": "field_433",
    "label": "Schedule I line 8b. U.S. shareholder ED account balance at beginning of CFC year",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_i_line_8a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_434",
    "label": "Schedule I line 8b. U.S. shareholder ED account balance at end of tax year",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_i_line_8a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_435",
    "label": "Schedule I line 8c. Aggregate ED account balance at beginning of CFC year",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_i_line_8a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_436",
    "label": "Schedule I line 8c. Aggregate ED account balance at end of tax year",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_i_line_8a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  },
  {
    "id": "field_437",
    "label": "Schedule I line 9. Hybrid deduction account sum",
    "type": "text",
    "required": false,
    "meta_class": "currency",
    "ui_width": "half",
    "group_id": "schedule-i-shareholder-income",
    "choice_group": null,
    "choice_label": null,
    "visibility": {
      "fieldId": "schedule_i_line_8a_yes",
      "operator": "truthy"
    },
    "compound_subfields": null
  }
]
```

## Sources
- [IRS About Form 5471](https://www.irs.gov/forms-pubs/about-form-5471)
- [IRS Form 5471 PDF](https://www.irs.gov/pub/irs-pdf/f5471.pdf)
- [IRS Instructions for Form 5471](https://www.irs.gov/instructions/i5471)
- [Official instructions](https://www.irs.gov/instructions/i5471)
- [Official PDF](https://www.irs.gov/pub/irs-pdf/f5471.pdf)

## Last verified
2026-05-04


## FAQs
- **Does this workflow include every Form 5471 schedule?** It maps the main Form 5471 PDF. Attach required schedules and statements separately when the instructions require them.
- **Should Form 5471 be mailed by itself?** Usually no. Form 5471 is generally attached to the related income tax return, so confirm the filing package before mailing.


## Related
- [IRS Form 5472](/forms/5472)
- [IRS Form 1120](/forms/1120)
- [IRS Form 8822](/forms/8822)
- [IRS Form 1099-NEC (Copy B)](/forms/1099-nec)
- [Form 843 COVID Penalty Refund Protective Claim](/forms/form-843-protective-claim)
