Form 11K, 11k|A

Field NameDescriptionData Type
form_nameThe official name of the filing documentString
form_typeThe SEC filing classification identifier submitted in EDGARString
fiscal_year_endedThe fiscal year-end date of the employee benefit plan covered by the report.Date
commission_file_numberThe SEC-assigned file number associated with the issuer sponsoring the plan.String
full_plan_titleThe complete legal name of the employee benefit plan as registered with the SEC.String
issuer_nameThe legal name of the issuer (employer/sponsoring company) associated with the employee plan.String
issuer_addressThe principal executive office address of the issuer sponsoring the plan.String
amendment_numberIndicates the amendment sequence if the filing is submitted as an amended report (e.g., 11-K/A).Integer
plan_nameThe short or commonly used name of the employee benefit plan.String
signatureIndicator that the document contains an authorized signature block as required by SEC rules.String
signature_textThe full attestation statement appearing above the signature (e.g., certification language required under the Exchange Act).String
signature_nameName of the individual signing on behalf of the plan administrator or issuer.String
signature_titleOfficial title of the signatory (e.g., Plan Administrator, Chief Financial Officer).String
signature_dateThe date the report was executed and signed.Date
explanatory_noteNarrative disclosure providing additional clarification, amendments, or contextual information about the filing.Text (String)
audit_reportThe independent registered public accounting firm’s audit opinion included in the filing.Text (String)
notes_to_financial_statementsDetailed footnotes accompanying the plan’s financial statements.Text (String)
required_informationAdditional disclosures required under SEC rules or ERISA for employee benefit plan reporting.Text (String)
file_nameThe EDGAR file name or submission document identifier.String
net_assets_availableStatement value representing net assets available for benefits at the fiscal year-end.String
changes_in_net_assets_availableStatement reflecting changes in net assets available for benefits during the reporting period.String
schedule_h_4iFinancial schedule required under ERISA (Form 5500 Schedule H, Line 4i) detailing assets held for investment purposes.Text (String)
schedule_h_4jFinancial schedule required under ERISA (Form 5500 Schedule H, Line 4j) detailing reportable transactions.Text (String)
explanatory_note_summarizedThis is a machine-learning-induced summarized version of the original explanatory note.Text (String)
audit_report_summarizedThis is a machine-learning-induced summarized version of the original audit report.Text (String)
notes_to_financial_statements_summarizedThis is a machine-learning-induced summarized version of the original notes to financial statements.Text (String)

Tables: Changes in Net Assets

descriptionThe line-item label from the Statement of Changes in Net Assets as it appears in the source PDF. Can be a section header (e.g. ADDITIONS, DEDUCTIONS), a sub-line label, or a summary/total row label. May be NULL for rows that serve purely as structural headers with no associated amount.Text (String)
amountThe monetary figure for the corresponding line item, stored as a formatted string (e.g. '1,772,322'). Commas are used as thousands separators; no currency symbol. NULL where the row is a section header with no numerical value. Cast to NUMERIC/FLOAT for calculations after stripping commas.Text (String)
filenameThe base filename (without extension) of the source SEC Form 11-K filing from which this record was extracted. Used as a foreign key to trace records back to their originating document.Text (String)
header_line_1First contextual header line extracted from the top of the table in the source PDF. Typically contains the name of the financial statement (e.g. 'STATEMENT OF CHANGES IN NET ASSETS AVAILABLE FOR BENEFITS').Text (String)
header_line_2Second contextual header line. Typically contains the reporting period (e.g. 'YEAR ENDED DECEMBER 31, 2024').Text (String)
header_line_3Third contextual header line. May contain unit qualifiers (e.g. 'In thousands', 'Amounts in USD') or additional subtitle text. NULL if not present in the source document.Text (String)
header_line_4Fourth contextual header line. Reserved for additional header content beyond lines 1-3. NULL if not present.Text (String)
header_line_5Fifth contextual header line. Reserved for overflow header content. NULL if not present.Text (String)
header_line_6Sixth contextual header line. Reserved for overflow header content. NULL if not present.Text (String)

Net Assets

descriptionThe line-item label from the Statement of Net Assets as it appears in the source PDF. Can be a section header (e.g. ASSETS, LIABILITIES), a sub-line label, or a total/subtotal row label. May be NULL for rows that serve as structural separators.Text (String)
year_1_amountMonetary value for the most recent (primary) reporting year, stored as a formatted string with comma-separated thousands. Represents the balance at the end of the most recent fiscal year. Cast to NUMERIC/FLOAT for calculations after stripping commas.Numeric
year_2_amountMonetary value for the prior/comparative reporting year, stored as a formatted string. Represents the balance at the end of the preceding fiscal year for comparability. Cast to NUMERIC/FLOAT for calculations after stripping commas. NULL when the row is a header or no comparative figure is presented.Numeric
filenameThe base filename (without extension) of the source SEC Form 11-K filing. Used as a foreign key to trace records to the originating document.Text (String)
header_line_1First contextual header line. Typically the name of the financial statement (e.g. 'STATEMENT OF NET ASSETS AVAILABLE FOR BENEFITS').Text (String)
header_line_2Second contextual header line. Typically contains the as-of dates for both reporting years (e.g. 'DECEMBER 31, 2024 AND 2023').Text (String)
header_line_3Third contextual header line. May contain unit qualifiers or additional subtitle text. NULL if not present.Text (String)
header_line_4Fourth contextual header line. Reserved for additional header content. NULL if not present.Text (String)
header_line_5Fifth contextual header line. NULL if not present.Text (String)
header_line_6Sixth contextual header line. NULL if not present.Text (String)
Schedule H, Line 4i — Schedule of Assets (Held at End of Year)
aParty-in-interest indicator column (Column A on the ERISA Schedule H, Line 4i form). An asterisk (*) denotes that the investment is with a party-in-interest (e.g. the plan sponsor or an affiliate). Otherwise contains the short issuer identifier or fund family abbreviation. May be NULL if not applicable for the row.Text (String)
b_identity_of_issue_borrower_lessorFull name of the issuer, borrower, or lessor of the investment (Column B on Schedule H, Line 4i). Identifies the entity whose security is held, such as a mutual fund family, corporation, or financial institution.Text (String)
c_description_of_investmentDescription of the investment instrument (Column C). Includes the fund name, share class, or security description. A double asterisk (**) typically indicates that cost information has been omitted under ERISA exemptions for participant-directed investments.Text (String)
d_costThe historical cost of the investment in USD (Column D). Under ERISA, cost is permitted to be omitted for participant-directed investments; in such cases this field will be NULL/NaN. Where present, stored as a numeric value without formatting.Numeric (Float)
e_current_valueThe fair market value of the investment as of the plan year-end date (Column E), stored as a formatted string (e.g. '$7,231,427'). Includes the dollar sign as extracted from the PDF. Strip the '$' and commas before casting to NUMERIC for calculations.Numeric
filenameThe base filename (without extension) of the source SEC Form 11-K filing. Used as a foreign key to trace records to the originating document.Text (String)
Schedule H, Line 4j — Schedule of Reportable Transactions
a_identity_of_party_involvedName of the party involved in the reportable transaction (Column A). May include an alphanumeric prefix (e.g. '0-') added during extraction. Embedded newlines (\n) may be present due to PDF line-wrapping; clean before display. For series transactions, the specific series identifier is appended (e.g. '- 7 Series').Text (String)
b_description_of_assetDescription of the asset transacted (Column B). May include an alphanumeric prefix and currency symbols (e.g. '2-Mutual Fund $ $ $ $ $') due to PDF table column header bleed-through during extraction. The core asset type appears after the prefix.Text (String)
c_purchase_priceTotal purchase price paid for the asset during the plan year (Column C), in USD, stored as a raw numeric float. NULL/NaN when the transaction was a sale-only or redemption with no purchase leg.Numeric (Float)
d_selling_priceTotal selling price received on disposition of the asset (Column D), stored as a formatted string with commas. NULL when the transaction had no sale leg (i.e. purchase-only). Strip commas before casting to NUMERIC.Numeric
e_cost_of_assetsThe book/carrying cost of the assets sold or acquired (Column E), formatted string with commas. Represents the plan's cost basis in the investment. Strip commas before casting to NUMERIC.Numeric
f_current_value_of_assets_on_transaction_dateFair market value of the assets on the transaction date (Column F), formatted string with commas. Used to determine net gain or loss in conjunction with cost. Strip commas before casting to NUMERIC.Numeric
g_net_gain_or_lossNet gain or net loss on the transaction (Column G), formatted string. Negative values (losses) are enclosed in parentheses per accounting convention (e.g. '(598,867)'). Positive values appear without parentheses. Strip parentheses and commas and apply sign before casting to NUMERIC.Numeric
filenameThe base filename (without extension) of the source SEC Form 11-K filing. Used as a foreign key to trace records to the originating document.Text (String)
header_line_1First contextual header line. Typically the schedule name (e.g. 'Schedule H, Line 4j - Schedule of Reportable Transactions').Text (String)
header_line_2Second contextual header line. Typically the plan year end date (e.g. 'Plan Year Ending: 12/31/2024').Text (String)
header_line_3Third contextual header line. In this table, observed to contain column reference letters from the original PDF header row (e.g. '(f)'). May represent overflow column heading labels.Text (String)
header_line_4Fourth contextual header line. Observed to contain additional column reference labels from the source PDF header row.Text (String)
header_line_5Fifth contextual header line. Reserved for additional header content or column labels. NULL if not present.Text (String)
header_line_6Sixth contextual header line. Reserved for additional header content or column labels. NULL if not present.Text (String)

Enterprise: Enterprise & Institutions

For large organizations and institutions with specialized requirements, this plan offers customizable solutions. Contact us for options like multiple API keys, priority support, redistribution rights, or unlimited data access. Example use cases include:

Scale: Business / Internal Use

Built for organizations leveraging the platform for internal operations, this tier supports data-driven teams and professionals. Common applications include:

Growth: Personal & Startups

Designed for innovators, individual developers, and university researchers, this plan supports small-scale projects and early-stage experimentation. Typical scenarios include:

Explorer:

For testing purposes.