Form N-8B-4 Files Dataset — Face-Amount Certificate Company Registration Statements

The Form N-8B-4 Files Dataset is an EDGAR-derived archive of registration statements filed by face-amount certificate (FAC) companies under the Investment Company Act of 1940, as prescribed by Rule 8b-4 (17 CFR 274.14). One record represents a single Form N-8B-4 or Form N-8B-4/A submission to EDGAR, identified by its accession number, and packages the EDGAR submission manifest together with the substantive registration document containing the registrant's answers to the 43 numbered disclosure items mandated by Rule 274.14. The filers are the FAC issuers themselves — a vanishing, near-extinct class of 1940 Act investment company defined in Section 4(1) of the Act and Section 2(a)(15) — registering under Section 8(b) or amending a prior registration. The dataset covers EDGAR filings from December 1997 forward, distributed as monthly ZIP containers with TXT, JSON, and HTML payloads.

Update Frequency
Daily
Updated at
2026-04-16
Earliest Sample Date
1997-12-01
Total Size
93.3 KB
Total Records
9
Container Format
ZIP
Content Types
TXT, JSON, HTML
Form Types
N-8B-4, N-8B-4/A

Dataset APIs

Programmatically retrieve the full list of dataset archive files, download URLs and dataset metadata.

Dataset Index JSON API

Download the entire dataset as a single archive file.

Download Entire Dataset:

Download a single container file (e.g. monthly archive) from the dataset.

Download Single Container:

Dataset Files

7 files · 93.3 KB
Download All
2024-12.zip21.0 KB2 records
2023-10.zip19.9 KB1 records
2021-12.zip4.4 KB1 records
2021-04.zip8.1 KB1 records
2021-03.zip8.2 KB1 records
2019-09.zip13.9 KB2 records
1997-12.zip17.7 KB1 records

What This Dataset Contains

Form N-8B-4 is the registration statement prescribed by Rule 8b-4 (17 CFR 274.14) under the Investment Company Act of 1940 for face-amount certificate companies — a narrow, legacy class of investment company that issues face-amount certificates obligating it to pay a stated sum at a future date in exchange for installment or lump-sum payments. The form requires the registrant to disclose, in extensive narrative form, the company's organization and history, controlling persons, fundamental investment and borrowing policies, the face-amount certificates and other securities issued, principal underwriters and depositaries, the investment adviser, the identity and compensation of directors and officers, affiliated persons transactions, pending litigation, and audited financial statements. The /A variant is an amendment to a previously filed N-8B-4, used to correct, supplement, or update a prior submission.

The dataset is delivered as monthly ZIP containers organized under year-level directories (for example 2021/2021-12.zip); inside each container every accession is materialized as its own folder named with the dashless accession number (for example 000189515521000006/). That accession folder is the unit of the dataset. It holds a metadata.json manifest describing the submission as a whole plus the primary documents from the original EDGAR submission, with image binaries stripped out. For most N-8B-4 accessions the folder carries two artifacts — the JSON manifest and a single SGML-wrapped plain-text registration document — but accessions that include exhibits will carry one or more additional TXT or HTML files alongside the primary registration. The dataset's earliest sample is dated December 1997, aligning with EDGAR's late-1990s phase-in of investment company filings.

An amendment carries the identical 43-item internal structure as the base form: it is not a delta document but a re-filing that may restate any subset of the items the registrant chooses to update, and it is linked to its predecessor by the registrant's CIK and Investment Company Act file number (811- series) rather than by any explicit parent-accession field. Structurally an N-8B-4/A record is indistinguishable from a base-filing record except for the formType value in metadata.json.

Content Structure of a Single Record

Two structural layers of a record

Each accession folder stacks two layers:

  1. The EDGAR submission manifestmetadata.json — fully structured JSON describing the filing at the accession level: who filed, when, under what file number, with what list of attached documents, and with canonical EDGAR retrieval URLs.
  2. The registration document body — one SGML-wrapped primary .txt and any companion exhibit files — carrying the substantive disclosure: the registrant's answers to the 43 numbered items prescribed by 17 CFR 274.14, followed by the SIGNATURES block.

The manifest is machine-structured; the body is semi-structured narrative inside an SGML envelope. The dataset preserves the body as filed and does not flatten it into structured fields.

The metadata.json manifest

The manifest sits at the root of each accession folder and exposes a stable set of top-level fields:

  • formType — the literal EDGAR form code, either N-8B-4 or N-8B-4/A.
  • accessionNo — the dashed accession number that uniquely identifies the submission across EDGAR.
  • filedAt — an ISO 8601 timestamp with timezone offset capturing the filing receipt time.
  • effectivenessDate — the date the registration becomes effective, formatted YYYY-MM-DD.
  • description — the human-readable form description (for example, "Form N-8B-4 - Registration statement for face-amount certificate companies").
  • linkToFilingDetails — URL to the principal document on EDGAR.
  • linkToTxt — URL to the complete-submission .txt archive (the aggregated SGML envelope EDGAR serves as <accession>.txt).
  • linkToHtml — URL to the EDGAR filing index page.
  • linkToXbrl — URL to XBRL data when present; for N-8B-4 this is conventionally empty.
  • documentFormatFiles[] — an array of every document attached to the submission, each entry carrying sequence, size, documentUrl, type, and an optional description. The array also includes a synthetic entry for the complete-submission .txt whose sequence and type are a single space character; that entry points at linkToTxt rather than at a file inside the accession folder.
  • dataFiles[] — typically empty for N-8B-4, which carries no structured data exhibits.
  • seriesAndClassesContractsInformation[] — populated only when the registrant reports series/class identifiers; commonly empty.
  • entities[] — one or more filer/registrant entity blocks, each carrying cik, companyName (with the entity role appended as a parenthetical suffix such as (Filer)), type (the form code), act (the act code as a string — 40 for the Investment Company Act of 1940), fileNo (the EDGAR Investment Company file number, conventionally in the 811- series), irsNo, sic (SIC code paired with its industry description), stateOfIncorporation, fiscalYearEnd (a four-character MMDD string), and filmNo.
  • id — an opaque 32-character hex record identifier, distinct from the accession number.

documentFormatFiles[] is the authoritative index for navigating the folder: it tells a consumer which sibling files in the folder belong to the submission and what role each plays.

The SGML wrapper

The substantive content lives in the primary .txt document, named in the registrant's house style (for example pacein8b4.txt) and embedded inside the standard EDGAR SGML document envelope. At the outermost level the complete submission served by EDGAR is bracketed by <SEC-DOCUMENT> and a header block (<SEC-HEADER>) carrying ACCESSION-NUMBER, CONFORMED-SUBMISSION-TYPE, FILED-AS-OF-DATE, and the FILER block. Within that envelope each attached document is wrapped in its own <DOCUMENT> block:

1 <DOCUMENT>
2 <TYPE>N-8B-4
3 <SEQUENCE>1
4 <FILENAME>pacein8b4.txt
5 <TEXT>
6 ... numbered item answers ...
7 SIGNATURES
8 ... signing block ...
9 </TEXT>
10 </DOCUMENT>

Inside <TEXT> the disclosure is rendered as ASCII prose with whitespace-aligned tables, monospaced columns, and section headings rather than HTML markup; the form predates the modern HTML/iXBRL EDGAR conventions and EDGAR treats the body as a flat text payload. Some filers occasionally embed inner HTML inside <TEXT> for typographic control, but the canonical and dominant presentation is plain text. Exhibits and financial statements, when filed as separate documents, appear as additional <DOCUMENT> blocks at the same level as the primary registration and surface as separate entries in documentFormatFiles[] and as separate sibling files in the accession folder.

The 43 numbered items

The body of the form is organized as a fixed sequence of 43 numbered disclosure items prescribed by 17 CFR 274.14. The items are not split into Roman-numeral "Parts" the way 10-K and 10-Q are; they are grouped by subject and ordered roughly from organizational identity through investment policy, securities, distribution, management, and finally financials. Each item is rendered as a numeric heading (1., 2., … 43.) followed by the prescribed prompt and the registrant's free-form answer. Items the registrant deems inapplicable are answered with n/a or "Not applicable" and a brief justification. The substantive coverage runs as follows:

  • Items 1–4 — Organization and control. Item 1 captures the company's exact form of organization (corporation, trust, partnership), state and date of organization, and any reorganizations. Item 2 collects miscellaneous identifying facts (date of termination if any, fiscal year end, and the existence of annual or special meetings). Item 3 enumerates controlling persons and the chain of control. Item 4 addresses voting trusts and similar arrangements affecting voting rights.
  • Item 5 — Business. A narrative description of the registrant's business and the general character of the face-amount certificates and other activities it conducts.
  • Item 6 — Underwriting of securities issued by other persons. Whether the registrant has acted as underwriter, and on what terms, for securities of unaffiliated issuers.
  • Items 7–14 — Fundamental investment policies. A block of policy disclosures that constitutes the heart of the form: concentration of investments (Item 7), investment in securities (Item 8), real estate (Item 9), borrowing money (Item 10), commodities and commodity contracts (Item 11), loans to other persons (Item 12), portfolio turnover (Item 13), and any other fundamental policies (Item 14). These items establish the policies that may be changed only by holder vote.
  • Item 15 — Face-Amount Certificates. A description of each series of face-amount certificates outstanding, including series title, authorized amount, amount outstanding, and an as-of date — the defining security of the registrant.
  • Items 16–19 — Other securities. Capital shares and other classes of securities issued by the registrant, with their rights, preferences, and outstanding balances.
  • Items 20–23 — Sales, statistical, and payment history. Historical sales of securities, statistical operating history, distribution and yield information, and tables describing payments and surrender values for the certificates.
  • Item 24 — Geographical distribution and state deposits. Where holders are located and what state-by-state deposits the registrant maintains in connection with state regulation of face-amount certificate sales.
  • Items 25–28 — Distribution. Authority to issue and sell certificates (Item 25), methods of distribution (Item 26), and the principal underwriters and their compensation (Items 27–28).
  • Item 29 — Investment advisers. The identity of the investment adviser, the terms of the advisory agreement, advisory fees, and any sub-advisory arrangements.
  • Item 30 — Purchase and servicing of mortgage loans. Where mortgage assets back the certificates, the policies and procedures for purchasing and servicing them.
  • Items 31–32 — Depositaries. Trustees, custodians, and other depositaries holding cash and securities, and the deposit agreements that govern those relationships.
  • Item 33 — Insurance of holders of face-amount certificates. Any insurance arrangements protecting holders, such as state-mandated reserve insurance.
  • Item 34 — Directors, officers and advisory board members. Names, addresses, and roles of directors, officers, and members of any advisory board.
  • Items 35–38 — Indemnification and compensation. Indemnification arrangements for officers and directors (Item 35), compensation paid to directors and officers (Item 36), to employees (Item 37), and to other persons rendering services to the registrant (Item 38).
  • Item 39 — Securities owned by affiliated persons. A schedule of the registrant's securities owned by affiliated persons.
  • Item 40 — Options, warrants and rights. Any options, warrants, or rights to acquire securities of the registrant.
  • Item 41 — Interest of affiliated persons in certain transactions. Any material interest of affiliated persons in transactions to which the registrant is a party.
  • Item 42 — Pending legal proceedings. Material litigation pending against the registrant or its property.
  • Item 43 — Financial statements and exhibits. A listing of the audited balance sheets, statements of operations, statements of changes in net assets, and supporting schedules attached to the registration, together with all required exhibits (charter and bylaws, certificate forms, advisory agreements, custodial agreements, and similar documents).

The Item 43 financial statements and exhibits may be embedded directly in the primary document's <TEXT> body or carried as separate <DOCUMENT> blocks inside the same submission. When carried separately, each is exposed as its own entry in documentFormatFiles[] and as a sibling file in the accession folder.

The SIGNATURES block

The <TEXT> body terminates with a SIGNATURES block — a fixed closing element that names the registrant, attests to the truth of the registration's contents, identifies the city and state where executed, gives the date of execution, and is signed by the principal officer or officers required by the form's instructions. The block frequently references the corporate seal and may include attestation by a secretary or assistant secretary. It is rendered as plain text rather than as an image of a wet signature.

What the record includes

For each accession the dataset preserves:

  • the JSON manifest summarizing the submission;
  • the primary SGML-wrapped registration document containing the answers to all 43 items and the SIGNATURES block;
  • any exhibit documents filed alongside the primary document, in their original TXT or HTML form.

The file types found in the dataset are TXT, JSON, and HTML. The primary registration body is almost always plain ASCII inside the SGML wrapper.

What is excluded or kept separate

Image files attached to the original EDGAR submission (logos, scanned signature pages, GIF or JPG renderings of certificate specimens) are excluded from the accession folder; the dataset is text-and-metadata only. The linkToTxt URL in metadata.json resolves to EDGAR's complete-submission archive on edgar.sec.gov, which is referenced from documentFormatFiles[] but not materialized inside the accession folder. Form N-8B-4 has never been swept into the Commission's structured-data tagging program — the form predates XBRL adoption and the rule retains its narrative-text design — so structured-data exhibits are absent by design.

Stability across the EDGAR era

Form N-8B-4's item schema has been remarkably stable: the 43-item structure mandated by 17 CFR 274.14 has remained essentially intact across the EDGAR era covered by this dataset (filings dating back to December 1997). The form was drafted for a specific, narrow Investment Company Act registrant class and has not been subject to the periodic disclosure-modernization rounds that have repeatedly reshaped 10-K, 10-Q, 8-K, and proxy disclosure. Substantive changes across filings reflect the small population's evolution — fewer active filers, narrower product lines — rather than rule-driven additions of new items. Likewise the on-disk presentation has remained SGML-wrapped plain text throughout, with occasional inner-HTML usage by individual filers but no migration to HTML or inline XBRL of the kind that reshaped operating-company forms.

Interpretation and extraction notes

Several characteristics matter when working with these records:

  • The 43 numbered items inside the primary document are not formally machine-structured. Extracting a specific item requires parsing on item-number anchors and is sensitive to formatting variation across registrants — heading styles, indentation, and the exact rendering of "Item N." versus "N." vary by filer and counsel.
  • "Not applicable" is a common and meaningful answer for many items, especially those addressing securities classes or activities the registrant does not engage in. Absence of substantive content for an item is a real disclosure, not a parsing failure.
  • Financial statements and certain exhibits referenced under Item 43 may be inlined within the primary .txt body or carried as separate sibling documents; consult documentFormatFiles[] to determine which is the case for a given accession.
  • The entity-role suffix on companyName (for example (Filer)) is encoded in the name string itself rather than in a dedicated role field, and must be parsed off the name when normalizing entities.
  • Amendments (N-8B-4/A) reuse the base form's anatomy and must be associated with their predecessor by registrant CIK and the 811- Investment Company Act file number; there is no explicit parent-accession reference inside the manifest.
  • Because the corpus is small, statistical analysis at the dataset level is constrained. The dataset is best treated as a complete archive of a specific, narrow registrant class rather than as a sampling frame.

Who Files or Publishes This Dataset, and When

Who files

The filer is a face-amount certificate company registering itself as an investment company with the SEC, or amending a prior registration. The registrant is the certificate-issuing entity acting in its own capacity under the 1940 Act. No third party signs on the registrant's behalf; the investment adviser, depositary, controlling persons, and principal underwriter are described inside the form but are not the filing party.

Face-amount certificate companies are one of the three statutory classes of investment company defined in Section 4 of the 1940 Act:

Section 2(a)(15) defines a "face-amount certificate" and the "face-amount certificate of the installment type" — a certificate, investment contract, or other security obligating the issuer to pay a stated or determinable sum at a fixed future date more than twenty-four months after issuance, in consideration of periodic installment payments by the holder. A "fully-paid" face-amount certificate is the lump-sum analog.

This is a vanishing filer population. The face-amount certificate industry contracted sharply after the 1940 Act imposed strict reserve and qualifying-asset requirements (Section 28). Only a handful of legacy issuers remain, which is why the dataset spans roughly three decades of EDGAR with very few records.

What triggers the filing

Form N-8B-4 is event-driven, not periodic. There is no annual, quarterly, or calendar cadence — a record appears only when a registration event occurs.

Form N-8B-4 (initial) is triggered by registration as an investment company under Section 8 of the 1940 Act:

  • Section 8(a) requires an investment company to file a notification of registration with the Commission.
  • Section 8(b) requires the registrant to file an original registration statement on the form prescribed for its statutory class, within the time fixed by Commission rule.
  • For face-amount certificate companies, the prescribed form is Form N-8B-4 under 17 CFR 274.14.

The original filing is a one-time event tied to the company's entry into the registered investment company population. After registration, ongoing disclosure flows through the periodic and current reporting framework applicable to registered investment companies, not through repeat N-8B-4 filings.

Form N-8B-4/A (amendment) is triggered when material information in a previously filed Form N-8B-4 must be corrected, supplemented, or updated. Typical amendment triggers:

  • changes in organizational structure, controlling persons, or fundamental investment policies
  • changes in the investment adviser, depositary, or principal underwriter
  • new or modified classes or terms of certificates outstanding
  • changes in management personnel or compensation arrangements
  • updated audited financial statements postdating the original registration
  • responses to SEC staff comments during review of the original

The amendment is filed by the same registrant through the same EDGAR pathway; only the form type designator changes.

Statutory and rule citations

  • Investment Company Act Section 4(1) — defines face-amount certificate companies.
  • Section 2(a)(15) — defines "face-amount certificate" and the installment-type certificate.
  • Section 8(a) — requires registration with the Commission via notification of registration.
  • Section 8(b)(1) — requires filing of a registration statement on the prescribed form.
  • 17 CFR 274.14 — prescribes Form N-8B-4 as the registration statement form for face-amount certificate companies.

EDGAR availability

Form N-8B-4 has been accepted on EDGAR since the late-1990s phase-in of investment company filings. The earliest record in this dataset is dated December 1997. Pre-EDGAR paper filings exist back to the original effectiveness of the 1940 Act but sit outside this EDGAR-derived dataset.

How This Dataset Differs From Similar Datasets or Filings

Form N-8B-4 occupies a narrow corner of the Investment Company Act registration regime: it is the Section 8(b)(1) registration statement prescribed by 17 CFR 274.14 for face-amount certificate (FAC) companies. The most informative comparisons are the other N-8B-family form, the registration statements used by adjacent 1940 Act registrant subtypes, the 1933 Act offering forms that FAC issuers file in parallel, and the post-registration reporting forms (N-CEN, N-PORT, N-CSR).

Form N-8B-2 (unit investment trusts, 17 CFR 274.12)

The closest sibling. Same statutory hook (Section 8(b)), same legacy item-driven disclosure architecture, but a different registrant type: currently-issuing UITs rather than FAC companies. Content emphasis diverges accordingly — Form N-8B-2 documents trust structure, sponsor/depositor relationships, and the deposited portfolio; N-8B-4 documents the FAC issuer's organization, certificate terms, qualified investments and reserves, and issuer-level financials. N-8B-2 remains an active filing pathway; N-8B-4 covers a near-extinct registrant population.

Form N-1A (open-end management investment companies)

Shares only the 1940 Act registration purpose. Form N-1A is a dual 1933/1940 Act form structured as Part A prospectus, Part B SAI, and Part C exhibits, designed for retail distribution and continuous post-effective amendment. N-8B-4 is a pure 1940 Act filing that follows the flat 43-item Rule 274.14 schedule (organization, investment policy, capital structure, management compensation, audited financials). FAC issuers that publicly offer certificates file a separate 1933 Act registration; N-1A registrants do not.

Form N-2 (closed-end funds and BDCs)

Also a dual 1933/1940 Act prospectus-style form. The boundary is registrant subtype: closed-end funds and BDCs issue equity interests in a managed portfolio, while FAC companies issue contractual certificates with a stated face amount payable at maturity. No structural or population overlap with Form N-2 — i.e., N-2 — in N-8B-4 in practice.

Forms N-3, N-4, N-6 (variable insurance separate accounts)

Register insurance company separate accounts funding variable annuity and variable life contracts. They surface as comparators only because variable contracts and face-amount certificates can both appear to be long-dated contractual products. Legally distinct: Forms N-3, N-4, N-6 — i.e., N-3/N-4/N-6 — disclosure centers on contract features, mortality and expense charges, and underlying fund options within a separate-account architecture. N-8B-4 has no separate account, no insurance overlay, and no variable investment options.

Forms S-1 and S-3 (1933 Act registration)

Complementary, not substitute. The 1940 Act registration of the FAC issuer on N-8B-4 does not register the certificates themselves for public offering; FAC issuers therefore file Forms S-1 and S-3 (S-1 or S-3 if eligible) in parallel for the offering-level prospectus and 1933 Act disclosure. Neither filing contains the other's substance: S-1/S-3 lacks the Rule 274.14 item schedule, and N-8B-4 lacks the 1933 Act offering prospectus. A full FAC issuer view typically requires both.

Forms N-CEN and N-PORT (ongoing structured reporting)

Diverge from N-8B-4 on filing trigger and content format. Form N-CEN (annual census) and Form N-PORT (monthly portfolio holdings) are recurring post-registration reports filed as structured XML/XBRL with discrete tagged data points. N-8B-4 is a one-time initial registration statement (with /A amendments), filed primarily as narrative text with financial-statement exhibits. The two layers do not overlap in content: N-CEN/N-PORT carry no foundational organizational or capital-structure disclosure, and N-8B-4 carries no ongoing operational data.

Form N-CSR (certified shareholder reports)

Periodic semi-annual and annual report shareholder reports with certified financial statements and MD&A-style discussion. Overlaps with N-8B-4 only at the audited-financials axis. Form N-CSR — i.e., N-CSR — is a standardized post-registration shareholder communication; N-8B-4 is the original issuer-level registration document organized by the Rule 274.14 item list.

Boundary summary

The dataset is defined by the conjunction of four narrow attributes:

  • Statutory section: Section 8(b) of the 1940 Act
  • Registrant type: face-amount certificate companies only
  • Disclosure format: the 43-item Rule 274.14 schedule (narrative plus financial exhibits)
  • Filing trigger: initial registration, with /A amendments

No adjacent form substitutes. N-8B-2 covers the same statutory section for a different registrant type. N-1A, N-2, and N-3/N-4/N-6 cover other 1940 Act registrant subtypes using fundamentally different document architectures. S-1/S-3 register the certificates themselves under the 1933 Act in parallel. N-CEN, N-PORT, and N-CSR populate the ongoing reporting layer that follows registration. The corpus is best understood as a near-complete legacy archive of an almost-extinct 1940 Act registrant category, not a continuously growing filing stream.

Who Uses This Dataset

Face-amount certificate companies are a near-extinct category of registered investment company, and the audience for the Form N-8B-4 Files Dataset is small but specific. Each group reads a different slice of the 43-item schedule covering organization, controlling persons, investment policies, securities issued, advisers and depositaries, management compensation, and audited financials.

Investment Company Act lawyers

Counsel advising the few surviving FAC registrants, or evaluating whether a new product should be structured as an FAC at all, use the filings as a precedent library. They concentrate on the organization and incorporation items, fundamental investment and borrowing policies, the description of installment and fully paid certificates, and disclosure of relationships with advisers, principal underwriters, and depositaries. Output: registration drafts, exemptive requests, Section 28 qualified-investment memos, and disclosure benchmarks against the full N-8B-4 universe.

Regulatory researchers

Staff at regulators, think tanks, and policy shops studying marginal Investment Company Act forms use the dataset to map the FAC population and track how disclosure practice has evolved. They focus on controlling-persons items, investment policy schedules, and audited financials showing reserves behind outstanding certificates. Output: regulatory studies, rulemaking comment files, and working papers on Section 28 reserve and qualified-investment compliance.

Teams building products that claim full coverage of every Investment Company Act form treat N-8B-4 as a long-tail completeness requirement. They use the filings to populate form-type taxonomies, validate parsers against the 43-item schedule, and confirm that filer search, alerting, and registration-tracking pipelines do not silently drop FAC registrants. Output: ingestion pipelines, form-coverage matrices, search indexes, and QA fixtures.

Financial historians

Historians documenting the decline of the face-amount certificate industry use the dataset as primary source material. They read incorporation dates, corporate genealogy in the controlling-persons items, certificate product descriptions, and historical financial statements showing the contraction of the certificate book. Output: scholarly articles, archival timelines, and reference material on twentieth-century retail savings products.

Compliance officers at successor entities

When an FAC business has been acquired, restructured, or wound down inside a larger financial group, compliance staff at the successor reconstruct the regulatory lineage of the acquired business. They focus on parent-subsidiary control items, adviser and depositary identities, outstanding certificate liabilities, and the policies under which certificates were issued. Output: internal lineage memos, regulatory-inheritance schedules, and reference files supporting residual obligations to certificate holders.

Litigation forensic analysts

In disputes involving certificate holder claims, reserve adequacy, or alleged misrepresentation of investment policy, litigation support teams and forensic accountants pull N-8B-4 filings to establish what was disclosed and when. They concentrate on audited financials, the qualified investments backing certificate liabilities, investment policy items, and management compensation and affiliated-transaction disclosures. Output: exhibit binders, expert reports, and damages models built on contemporaneous registration disclosure.

Securities-regulation educators

Treatise authors and CLE course developers covering the full Investment Company Act framework use the dataset to source authentic examples of FAC registration disclosure. They focus on structural items, investment policy schedules, and affiliated-persons disclosures, often comparing them to analogous items on Forms N-1A, N-2, and N-8B-2. Output: treatise chapters, casebook excerpts, CLE materials, and comparative tables across the full registration taxonomy.

Summary

This is a completeness asset, not a general research feed. Lawyers draft and benchmark disclosure for the few remaining FAC registrants; regulatory researchers and historians study a vanishing form; engineers use it to guarantee exhaustive coverage; successor-entity compliance teams trace lineage; forensic analysts build litigation records; and educators teach the full Investment Company Act map. The value lies in the fact that the filings are hard to find, structurally unusual, and indispensable when the work requires the complete registration taxonomy.

Specific Use Cases

The use cases below are tied to the 43-item Rule 274.14 schedule that defines every record in the Form N-8B-4 Files Dataset.

Drafting a new FAC registration against the full prior corpus

Counsel preparing an N-8B-4 or N-8B-4/A for a surviving or successor FAC issuer benchmarks each numbered item against every prior filing in the dataset. Items 1–4 (organization and control), Items 7–14 (fundamental investment and borrowing policies), Item 15 (face-amount certificate series), Item 29 (investment adviser), Items 31–32 (depositaries), and Item 43 (audited financials and exhibits) are pulled across accessions to produce a precedent comparison. Output: a clause-by-clause drafting template and a redline showing where the new registrant's disclosure deviates from the historical norm.

Tracing regulatory lineage in M&A or successor-entity reviews

When an FAC business has been acquired, reorganized, or wound down, compliance staff reconstruct its registration history by stitching together the base N-8B-4 and every N-8B-4/A linked through the registrant's CIK and 811- Investment Company Act file number in metadata.json. Item 1 (organization and reorganizations), Item 3 (controlling persons), Item 15 (outstanding certificate series), and Item 29 (advisory arrangements) drive the lineage trace. Output: a regulatory-inheritance memo and a residual-obligation schedule for outstanding certificate holders.

Engineering teams that advertise full Investment Company Act form coverage use the corpus as a long-tail completeness fixture. The formType values N-8B-4 and N-8B-4/A, the 43-item body anchors, and the SGML-wrapped plain-text payload are used to validate parsers, EDGAR ingestion pipelines, form-type taxonomies, and filer-alerting rules so that FAC registrants are not silently dropped. Output: parser test fixtures, a form-coverage QA matrix, and regression cases for SGML-only (non-XBRL, non-HTML) submissions.

Building a Section 28 qualified-investments and reserves dataset

Regulatory researchers and FAC counsel extract the qualified-investment and reserve disclosures that back outstanding certificates by reading Items 7–14 (fundamental policies, including concentration, real estate, and borrowing), Item 24 (state deposits), Item 33 (insurance of certificate holders), and the Item 43 audited balance sheets. Output: a normalized table of qualified-investment composition and reserve coverage across the FAC population, supporting Section 28 compliance memos and rulemaking comment files.

Sourcing litigation and forensic-accounting exhibits

In disputes over reserve adequacy, certificate-holder recoveries, or alleged misstatement of investment policy, litigation support teams pull the contemporaneous N-8B-4 or N-8B-4/A on file at the relevant date. Item 15 (certificate series and amounts outstanding), Items 20–23 (sales, statistical, and payment history), Item 36 (officer and director compensation), Item 41 (affiliated-person transactions), Item 42 (pending legal proceedings), and the Item 43 audited financials are the core exhibits. Output: dated exhibit binders, expert-witness disclosure timelines, and damages models grounded in the registration as filed.

Historical research on the decline of the FAC registrant class

Financial historians and securities-regulation scholars treat the corpus as a near-complete archive of a vanishing 1940 Act registrant category. They read incorporation dates and reorganization narratives in Item 1, controlling-persons chains in Item 3, certificate product descriptions in Item 15, and the historical Item 43 financial statements showing the contraction of the certificate book. Output: scholarly articles, archival timelines of the FAC industry, and comparative tables aligning N-8B-4 disclosure against the parallel N-8B-2, N-1A, and N-2 frameworks.

Dataset Access

The Form N-8B-4 Files Dataset is accessible through three complementary endpoints. Authentication uses your SEC API key, passed as the token query parameter on download endpoints. Containers are distributed in ZIP format and bundle the original EDGAR submission documents (TXT, JSON, HTML) alongside a metadata file per accession number. Because the entire dataset is small, most users will simply pull the full archive in a single request.

Dataset Index JSON API: https://api.sec-api.io/datasets/form-n8b4-files.json

This endpoint returns dataset metadata along with the list of container files, including each container's key, size, record count, updated timestamp, and download URL. Use it to discover available containers and to monitor which containers have changed in the most recent refresh run, so you can fetch only the updated ones on a daily basis. This endpoint does not require an API key.

Example
1 {
2 "datasetId": "1f13365b-9ae0-6a6f-a686-b9a75167be68",
3 "datasetDownloadUrl": "https://api.sec-api.io/datasets/form-n8b4-files.zip",
4 "name": "Form N-8B-4 Files Dataset",
5 "updatedAt": "2026-04-16T08:53:22.598Z",
6 "earliestSampleDate": "1997-12-01",
7 "totalRecords": 9,
8 "totalSize": 93293,
9 "formTypes": ["N-8B-4", "N-8B-4/A"],
10 "containerFormat": "ZIP",
11 "fileTypes": ["TXT", "JSON", "HTML"],
12 "containers": [
13 {
14 "downloadUrl": "https://api.sec-api.io/datasets/form-n8b4-files/2026/2026-03.zip",
15 "key": "2026/2026-03.zip",
16 "size": 13818,
17 "records": 1,
18 "updatedAt": "2026-04-16T08:53:22.598Z"
19 }
20 ]
21 }

Download Entire Dataset: https://api.sec-api.io/datasets/form-n8b4-files.zip?token=YOUR_API_KEY

Downloads the full dataset as a single ZIP archive containing every container from December 1997 to present. Given the dataset's small footprint, this is the recommended access method for most workflows. This endpoint requires an API key.

Download Single Container: https://api.sec-api.io/datasets/form-n8b4-files/2026/2026-03.zip?token=YOUR_API_KEY

Downloads one individual container file using the key returned by the index API. Use this when you only need filings from a specific period or want to pull recently updated containers incrementally. This endpoint requires an API key.

Frequently Asked Questions

What form does this dataset cover?

The dataset covers Form N-8B-4 and its amendment variant Form N-8B-4/A — the registration statement prescribed by Rule 8b-4 (17 CFR 274.14) under the Investment Company Act of 1940 for face-amount certificate (FAC) companies. The /A variant is a re-filing of the base form used to correct, supplement, or update a prior registration; it carries the identical 43-item internal structure as the base.

What does one record in this dataset represent?

One record is a single Form N-8B-4 or Form N-8B-4/A submission to EDGAR, identified by its accession number and stored as a folder named with the dashless accession number. The folder contains a metadata.json manifest plus the primary SGML-wrapped registration document and any exhibits filed alongside it.

Who is required to file Form N-8B-4?

Face-amount certificate companies — one of the three statutory classes of investment company defined in Section 4(1) of the 1940 Act — file the form to register themselves as investment companies under Section 8(b). The registrant is the certificate-issuing entity itself; the investment adviser, depositary, controlling persons, and principal underwriter are described inside the form but are not the filing party.

How often are records added to the dataset?

The form is event-driven, not periodic. A new record only appears when a face-amount certificate company files an initial registration or files an amendment to a prior registration. Because the FAC industry has shrunk to a few legacy issuers, new accessions are infrequent.

What time period does the dataset cover?

The earliest record is dated December 1997, aligning with EDGAR's late-1990s phase-in of investment company filings, and the dataset extends to the present. Pre-EDGAR paper filings dating back to the original effectiveness of the 1940 Act exist but sit outside this EDGAR-derived dataset.

What file format is the dataset distributed in?

The dataset is distributed as monthly ZIP containers organized under year-level directories (for example 2021/2021-12.zip). Inside each container, every accession is materialized as a folder containing a metadata.json manifest and the primary registration document plus any exhibits, with file types of TXT, JSON, and HTML. Image binaries from the original EDGAR submissions are excluded.

How does Form N-8B-4 differ from Form N-8B-2?

Both forms share the same statutory hook (Section 8(b)) and the same legacy item-driven disclosure architecture, but they cover different registrant types: N-8B-2 registers unit investment trusts under 17 CFR 274.12, while N-8B-4 registers face-amount certificate companies under 17 CFR 274.14. N-8B-2 remains an active filing pathway for currently-issuing UITs; N-8B-4 covers a near-extinct registrant population.