The Form N-14 8C Files Dataset is an EDGAR-sourced corpus of registration statements filed by closed-end management investment companies and business development companies (BDCs) when they issue securities in business-combination transactions. Each record is a single accession-numbered submission of either form type N-14 8C (an initial Securities Act registration statement filed under 17 CFR 239.23) or N-14 8C/A (a pre-effective amendment), packaged as an accession folder containing a structured metadata.json manifest, the main registration statement (the prospectus, frequently structured as a combined prospectus / proxy statement), and the form's exhibit set — legal opinions, tax opinions, auditor consents, powers of attorney, proxy materials, and the post-2022 inline-XBRL filing-fee exhibit. The dataset covers EDGAR filings from July 1999 to the present, reflecting the period of mandatory electronic filing for this form type, and spans both fund mergers and reorganizations and BDC debt-exchange offers structured as business combinations. Records are delivered inside monthly ZIP containers and preserve documents as filed (HTML where filed as HTML, plain text where filed as text), with EDGAR's SGML document envelope retained around each payload.
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:
The dataset packages every electronically filed Form N-14 8C and N-14 8C/A submission on EDGAR since July 1999. Form N-14 8C is the Securities Act of 1933 registration form prescribed by 17 CFR 239.23 for closed-end funds and BDCs that issue securities in business-combination transactions. The "8C" suffix designates the closed-end variant: registrants whose shares are not redeemable on demand, typically listed on a national securities exchange. The form covers two economically distinct event types under one form scaffolding:
Prospectus content and exhibit composition track the transaction type closely — comparison-of-funds tables and proxy materials populate merger filings, while indenture-style note descriptions and Trust Indenture Act exhibits populate exchange-offer filings — but the form-level scaffolding (cover sheet, exhibit schedule, signatures, powers of attorney) is the same. The dataset is distributed as monthly ZIP containers; file types inside the containers are HTML, TXT, and JSON. Image files and standalone XBRL .xml data files referenced by the submission are intentionally omitted from the ZIP, even though they remain enumerated in each record's manifest.
One record is a single accession-numbered EDGAR submission of either form type N-14 8C (an initial Securities Act registration statement filed by a closed-end management investment company or business development company (BDC) in connection with a business-combination transaction) or N-14 8C/A (a pre-effective amendment to a previously filed N-14 8C). The two subtypes are interleaved in the dataset; structurally a record is identical in shape regardless of subtype, with the difference surfacing only in the formType value, in the : [Amend] suffix on the human-readable description, and in the "Pre-Effective Amendment No. N" banner on the prospectus cover. A record is therefore the entire submission for one accession number, packaged as a folder rather than a single document.
Records are delivered inside monthly ZIP containers keyed by year and month. Inside each ZIP, every accession is materialised as its own folder; folder names are the 18-digit accession with dashes stripped (e.g. accession 0001104659-25-102162 becomes 000110465925102162/). There is no per-CIK, per-day, or per-registrant grouping above the accession level — sibling folders inside one monthly container routinely belong to entirely different filers.
Inside an accession folder, the file set is exactly one metadata.json plus one document file (.htm/.html, occasionally .txt) for every non-graphic, non-XBRL document referenced under documentFormatFiles. Image files (.jpg, .gif, and similar graphics including signature scans, proxy-card images, and charts) and standalone XBRL .xml data files referenced under dataFiles are intentionally omitted from the ZIP, even though they remain enumerated in the manifest. The first sequenced document is always the main registration statement; subsequent sequences are exhibits in the order EDGAR received them. File-naming conventions are filer-agent specific — Toppan Merrill uses a tm########d# prefix, Donnelley Financial uses a d#####d prefix, EdgarAgents uses an ea0######-## pattern — and within a given folder one prefix is used consistently, but no global naming scheme exists across the dataset. Mapping a sequence number to an on-disk file should rely on the documentUrl basename or the <FILENAME> line of the SGML envelope rather than on filename heuristics.
Every accession folder begins with a metadata.json file holding the structured manifest of the submission. Top-level fields are:
formType — either "N-14 8C" or "N-14 8C/A".accessionNo — dashed accession number in EDGAR canonical form.description — human-readable form description; amendments carry the suffix : [Amend].filedAt — ISO-8601 timestamp with Eastern-time offset.linkToFilingDetails — URL of the primary filing document on EDGAR.linkToTxt — URL of the full SGML submission text file.linkToHtml — URL of the EDGAR -index.htm page for the accession.linkToXbrl — URL of the XBRL viewer; for N-14 filings this is generally empty because the only XBRL content is the inline-tagged filing-fee exhibit, not a full instance document.id — a 32-character hex hash uniquely identifying the record inside this dataset.seriesAndClassesContractsInformation — an array of fund series/class identifiers; usually empty, since the filing registers the registrant's combination securities rather than a specific series-class pair.documentFormatFiles — the document manifest (described below).dataFiles — the XBRL/XML attachment manifest.entities — the registrant manifest.documentFormatFiles enumerates every document EDGAR received for the submission, including those stripped from the dataset ZIP. Each entry carries a string sequence index ("1", "2", ..., with the trailing complete-submission row using a single space " "), a string size in bytes, the documentUrl pointing to EDGAR, an EDGAR-supplied description (such as "INITIAL REGISTRATION STATEMENT ON FORM N-14", "CONSENT OF PRICEWATERHOUSECOOPERS LLP", "POWERS OF ATTORNEY", "CALCULATION OF FILING FEE TABLES", or "GRAPHIC"), and an EDGAR type (such as "N-14 8C", "EX-99.14", "EX-99.(11)(A)", "EX-FILING FEES", or "GRAPHIC").
entities typically contains one element representing the filer. Per-entity fields include companyName with a parenthetical role suffix (e.g. "ARES STRATEGIC INCOME FUND (Filer)"), cik as a numeric string without leading zeros, fileNo (the Securities Act file number, e.g. "333-291070"), irsNo (often "000000000" for funds), filmNo (EDGAR's film number), type (echoing the form type), act (always "33", signalling the Securities Act of 1933), stateOfIncorporation (a two-letter code such as DE, MA, or NY), fiscalYearEnd (a four-digit MMDD such as "1231", sometimes absent), and tickers (an array populated only when the registrant has listed shares; absent for unlisted BDCs and pre-listing closed-end funds).
dataFiles mirrors documentFormatFiles but only for XBRL/XML attachments. For records that include a filing-fee inline-XBRL exhibit, dataFiles typically holds a single entry with type: "XML" and description: "EXTRACTED XBRL INSTANCE DOCUMENT" (for example tm2528565d1_ex18_htm.xml); for amendments and older filings without fee tables, dataFiles is [].
Every .htm (or .txt) document in the folder is wrapped in EDGAR's SGML document envelope, so a parser opening any payload first encounters header tags before the actual <HTML> root:
1
<DOCUMENT>
2
<TYPE>N-14 8C/A
3
<SEQUENCE>1
4
<FILENAME>d27259dn148ca.htm
5
<DESCRIPTION>N-14 8C/A
6
<TEXT>
7
<HTML> ... full prospectus HTML ... </HTML>
8
</TEXT>
9
</DOCUMENT>
<TYPE> mirrors documentFormatFiles[i].type, <SEQUENCE> matches the sequence index, <FILENAME> matches the on-disk basename, and <DESCRIPTION> echoes the EDGAR description. Consumers that want clean HTML must strip this preamble (and the matching </TEXT></DOCUMENT> tail) before invoking an HTML parser.
The first sequenced document is always the registration statement itself: the prospectus, which is the largest document in the record (typically 0.8–6.7 MB of HTML). It opens with the EDGAR Form N-14 cover sheet — a fixed regulatory header carrying the SEC address, the form name (FORM N-14), the legend REGISTRATION STATEMENT UNDER THE SECURITIES ACT OF 1933, the Pre-Effective and Post-Effective Amendment checkboxes, the exact name of the registrant as specified in the charter, the registrant's address and telephone, the name and address of the agent for service, an "Approximate Date of Proposed Public Offering" line, and a "Copies to" block identifying outside counsel. Amendments carry a "Pre-Effective Amendment No. N" annotation in this header.
Below the cover sheet, a preliminary-prospectus banner (SUBJECT TO COMPLETION, DATED ...) is usually present until the registration statement is declared effective, followed by a styled transaction-summary cover page that frames the deal — the names of the participating funds (for a merger) or the dollar amount and terms of the new notes (for an exchange offer). For mergers, this transaction cover is frequently set up as a combined proxy statement / prospectus, with a chairperson's letter to target-fund shareholders and a notice of special meeting. A linked table of contents introduces the prospectus body, whose major sections vary by transaction type but consistently include some combination of:
PROSPECTUS SUMMARY — plain-language overview of the transaction, the registrant, and the securities being registered.QUESTIONS AND ANSWERS — short Q&A primer for shareholders, more common in merger filings.RISK FACTORS — transaction-specific and registrant-specific risks: merger consummation risk, tax-treatment risk, market and credit risks for BDC debt, and fund-style portfolio risks.THE EXCHANGE OFFER (BDC debt-exchange filings) or REASONS FOR THE REORGANIZATION and THE REORGANIZATION (fund-merger filings) — the operative transaction description, including consideration, mechanics, and conditions.COMPARISON OF THE FUNDS (mergers) — side-by-side comparison of investment objectives, policies, fundamental restrictions, fees, advisory arrangements, and governance between acquiring and target funds.DESCRIPTION OF THE EXCHANGE NOTES (debt exchanges) — indenture-style description of the registered notes covering covenants, events of default, ranking, and registration rights.USE OF PROCEEDS.FEE TABLE and EXAMPLE — annualised expense disclosures for fund-style filings.CERTAIN MATERIAL U.S. FEDERAL INCOME TAX CONSIDERATIONS — counsel-vetted tax discussion that the EX-99.(12) tax opinion attests to.FINANCIAL HIGHLIGHTS — multi-year per-share data for the participating funds.MANAGEMENT'S DISCUSSION OF FUND PERFORMANCE (closed-end funds) or MD&A (BDC issuers).BUSINESS OF THE COMPANY, REGULATION, SENIOR SECURITIES, and PORTFOLIO COMPANIES — substantive BDC-style disclosure in debt-exchange filings.CAPITALIZATION and pro-forma capitalisation tables for the combined entity.FINANCIAL STATEMENTS — usually incorporated by reference to the registrant's most recent N-CSR, N-2, or 10-K rather than reprinted in full, with explicit incorporation-by-reference language naming the source filings and accession numbers.INFORMATION ABOUT VOTING AND THE SPECIAL MEETING (mergers) — proxy-style disclosure of the meeting at which target-fund shareholders vote on the reorganisation.OTHER INFORMATION and INCORPORATION OF DOCUMENTS BY REFERENCE.The prospectus closes with Part C of Form N-14 (Other Information), which lists indemnification provisions, the exhibit index, undertakings under the Securities Act, and the signature page bearing the registrant's principal executive officer, principal financial officer, and a majority of trustees/directors (signed pursuant to the EX-99.(16) powers of attorney). Cross-references to exhibits are embedded throughout the body, especially in legal-opinion and tax-opinion paragraphs that point to the matching EX-99.(11) and EX-99.(12) documents.
Exhibits sit alongside the prospectus as separately sequenced documents and follow the Form N-14 exhibit schedule. Each is a single-purpose, typically short document. The most commonly observed exhibits are:
EX-99.(11)(A) and EX-99.(11)(B) — legal opinions on the validity and authorisation of the securities. The (A) opinion is typically issued by state-of-formation counsel (e.g. Morris, Nichols, Arsht & Tunnell for Delaware statutory trusts) addressing due formation, valid existence, and corporate authorisation; the (B) opinion is issued by U.S. federal/securities counsel (e.g. Simpson Thacher & Bartlett, Dechert, Ropes & Gray) addressing enforceability and federal-law matters. Each is a multi-page letter on counsel letterhead, with a recitals block, assumptions, qualifications, numbered opinion paragraphs, and a closing consent-to-filing paragraph.EX-99.(12) — tax opinion certifying the accuracy and completeness of the prospectus's Certain Material U.S. Federal Income Tax Considerations section. For mergers this opinion typically concludes that the reorganisation will qualify as a tax-free reorganisation under the relevant Internal Revenue Code section (commonly §368(a)).EX-99.(14), EX-99.(14)(A), EX-99.(14)(B) — consents of the independent registered public accounting firm (KPMG, PwC, EY, Deloitte, Cohen & Company, Tait Weller, etc.) authorising the use of the firm's audit report on the participating funds' financial statements that are incorporated into or referenced from the prospectus. These are short, one-to-two-paragraph letters ending with a /s/ signature block, city, and date.EX-99.(16) — powers of attorney listing trustees, directors, and officers who authorise named officers to sign the registration statement and any amendments on their behalf. Typically a single document covering all signatories, with a per-person signature line at the foot.EX-99.(17)(A) and EX-99.(17)(B) — additional exhibits, frequently the form of proxy card, notice of special meeting, or shareholder communications associated with a fund-merger vote; in debt-exchange filings, often the form of letter of transmittal or notice of guaranteed delivery.EX-FILING FEES (sometimes labelled EX-18 in older numbering, or carrying type EX-FILING FEES in modern filings) — the filing-fee calculation table delivered as an XHTML document with inline XBRL tagging.Initial filings of complex fund mergers commonly run to six or more sequenced exhibits; amendment-only refilings may ship just the main HTML plus one or two updating consent exhibits.
The EX-FILING FEES exhibit is an XHTML document declaring the inline-XBRL namespace (xmlns:ix="http://www.xbrl.org/2013/inlineXBRL") and tagging entity identity (dei:EntityCentralIndexKey, dei:EntityRegistrantName), submission type (ffd:SubmissnTp = N-14 8C), and the line-by-line offering and fee table — security type, security class title, amount being registered, proposed maximum offering price per unit, proposed maximum aggregate offering price, fee rate, and fee paid (with offsets from prior payments where applicable). Because the XBRL data is embedded inline in the XHTML, the exhibit is human-readable in a browser and machine-readable through any iXBRL extractor. The corresponding extracted XBRL instance document (e.g. tm2528565d1_ex18_htm.xml) is listed in metadata.dataFiles but is not shipped inside the dataset ZIP; the inline tags inside the .htm file remain available for parsing.
Each record packages, for one accession number: the structured metadata.json manifest; the main N-14 8C or N-14 8C/A registration statement HTML (the prospectus, including Part C and signatures); every non-graphic exhibit document referenced by EDGAR for that accession, including legal opinions, tax opinions, auditor consents, powers of attorney, additional exhibits such as proxy materials or letters of transmittal, and the post-2022 EX-FILING FEES inline-XBRL exhibit; occasional plain-text exhibits where the filer chose .txt delivery; and the SGML document envelope around each payload, preserving EDGAR's <TYPE>, <SEQUENCE>, <FILENAME>, and <DESCRIPTION> headers.
Image files referenced by the submission (.jpg, .gif, and similar graphics, including signature scans, proxy-card scans, and chart images) are not included in the ZIP, even though they remain enumerated under documentFormatFiles. Standalone XBRL .xml data files listed under dataFiles are likewise not shipped — only the inline-XBRL tags embedded in the EX-FILING FEES HTML exhibit. The full SGML submission text file pointed to by linkToTxt, the EDGAR -index.htm page pointed to by linkToHtml, and the EDGAR XBRL viewer pointed to by linkToXbrl are referenced as URLs but not downloaded into the record. Financial statements that the prospectus incorporates by reference from prior N-CSR, N-2, or 10-K filings are not reproduced inside the record; consumers must dereference the incorporation-by-reference language to find them.
The dataset spans EDGAR filings from July 1999 to the present, and the record anatomy has evolved over that window in several material ways.
Subtype split. Initial filings (N-14 8C) and pre-effective amendments (N-14 8C/A) coexist throughout the dataset. Amendments are typically full re-filings of the entire prospectus reflecting SEC-comment-driven revisions rather than delta documents, so an amendment record is full-sized rather than abbreviated, and its anatomy mirrors the original.
Primary-document format. The earliest N-14 8C submissions in 1999 and the early 2000s were filed predominantly as ASCII text inside the SGML submission, sometimes with simple HTML wrappers and limited typography. Through the mid-2000s, HTML became the dominant primary-document format, and from the late 2000s onward filings have been almost exclusively HTML with rich embedded styling, hyperlinked tables of contents, and styled tables. The dataset preserves each document as filed (HTML where filed as HTML, plain text where filed as text), keeping the SGML envelope intact in either case.
Filing-fee inline-XBRL exhibit. The EX-FILING FEES exhibit is a recent addition, reflecting the SEC's Filing Fee Disclosure and Payment Methods Modernization rule, which became operative in 2022 and required Securities Act registrants — including N-14 filers — to submit fee tables in structured inline-XBRL form. Records filed before that compliance window do not contain an EX-FILING FEES exhibit, will not show an EXTRACTED XBRL INSTANCE DOCUMENT entry under dataFiles, and instead carry the fee calculation as plain text or a static HTML table embedded in the prospectus or as a non-tagged exhibit.
Transaction-type drift. Earlier records skew heavily toward closed-end fund mergers and reorganisations, with COMPARISON OF THE FUNDS, REASONS FOR THE REORGANIZATION, and proxy-vote sections in the prospectus and EX-99.(17) proxy-card exhibits attached. The growth of BDCs as a registrant population has added a parallel stream of debt-exchange-offer filings, in which the prospectus carries indenture-style note descriptions, covenant disclosure, and Trust Indenture Act discussion, while the exhibit set centres on counsel opinions on note validity and the underlying indenture rather than on proxy materials.
Inline XBRL appears in N-14 records only inside the post-2022 filing-fee exhibit; the prospectus body and the substantive exhibits are not XBRL-tagged.
documentFormatFiles[i].type and description, or from the SGML <TYPE> and <DESCRIPTION> lines, not from the basename.EX-99.(14) at the same sequence index.tickers is sparsely populated. It appears only for registrants with listed equity, so unlisted BDCs and pre-listing closed-end funds will lack the field even when the rest of the entity record is complete.linkToXbrl is generally empty. N-14 filings embed only the filing-fee inline XBRL and do not produce a consolidated XBRL instance for the prospectus body.formType value and SGML <TYPE> already disclose N-14 8C/A, but the prospectus cover-page banner ("Pre-Effective Amendment No. N") is the most reliable indicator of amendment number; the amendment's substantive changes from the prior version must be inferred by diffing against the predecessor accession, since amendments are generally full re-filings rather than delta documents.<DOCUMENT>...<TEXT> preamble and the trailing </TEXT></DOCUMENT> so that the inner <HTML> root parses cleanly; otherwise lenient parsers will treat the SGML tags as stray text nodes.Each record is a Form N-14 8C or N-14 8C/A registration statement filed on EDGAR by either:
The legal filer is the acquiring or surviving fund that will issue new shares as transaction consideration. The target fund is heavily described in the filing (financial statements, investment policies, fees, holdings, performance) but is not the registrant, although it is generally a co-soliciting party when its shareholders must vote. Where a fund family reorganizes several funds at once, the family may file multiple parallel N-14 8C statements or a single multi-series filing.
Form N-14 8C is event-driven, not periodic. It is triggered when a closed-end fund or BDC proposes to issue securities in a business combination transaction, typically:
The form registers only the shares issued as transaction consideration. It does not register continuous cash offerings of fund shares, which closed-end issuers register on Form N-2.
Form N-14 is the registration form prescribed by 17 CFR 239.23 under the Securities Act of 1933 for securities issued by registered investment companies and BDCs in business combinations. The 8C designation marks the closed-end variant. The form spans two statutory regimes:
Where target-fund shareholders must vote, the N-14 8C also serves as the proxy statement under Section 14(a) of the Securities Exchange Act of 1934, and Schedule 14A solicitation disclosures are integrated into the same combined document.
The initial N-14 8C is filed before the transaction closes and, where a shareholder vote is required, before that vote is solicited on a definitive basis. The registration statement is then reviewed by the SEC's Division of Investment Management.
There is no fixed statutory deadline tied to the transaction date. Timing is driven by the proxy solicitation timetable and the staff review cycle.
Form N-14 8C sits at the intersection of two filing families: investment company registration statements and business-combination registration statements that register securities issued as deal consideration. Its closest neighbors are other N-series fund registrations, the operating-company analog S-4, and the proxy and communications filings that typically surround a fund merger.
Form N-14 is the registration statement used by registered investment companies for securities issued in mergers, reorganizations, and similar transactions. The "8C" suffix narrows the form to closed-end funds and BDCs registering under 17 CFR 239.23; the unsuffixed Form N-14 covers open-end mutual funds and UITs for analogous reorganizations. The transactional purpose is identical, but the filer population, governing rule, fee mechanics, and disclosure emphasis (listed-share trading and leverage instead of redemption features) diverge. Open-end fund consolidations live in Form N-14; this dataset captures only the closed-end / BDC slice.
Form S-4 is the operating-company analog: registration of securities issued in corporate mergers and exchange offers under the Securities Act framework (Rule 145 mechanics applied to non-investment-company issuers). S-4 filings are far more numerous and dominated by industrial, financial, and tech M&A. N-14 8C is structurally similar but exclusively covers investment-company combinations and centers on fund-specific disclosures: investment objectives, advisory fee comparisons, and portfolio repositioning. A closed-end fund or BDC acquirer uses N-14 8C, not S-4, even where the target resembles an operating company.
Form N-2 is the ordinary registration statement for closed-end funds and BDCs covering IPOs, follow-on offerings, and shelf takedowns. It shares the N-14 8C filer population and reuses prospectus building blocks (objectives, policies, fee tables, risks), but its purpose is capital raising. N-2 has no acquired-fund counterparty, no exchange-ratio mechanics, and no shareholder-vote structure; N-14 8C is triggered specifically by a combination between funds.
Form N-1A registers open-end management investment companies (mutual funds and most ETFs). It is the open-end analog to N-2 and is essentially never used for combinations. Its overlap with N-14 8C is limited to comparable fee-table and investment-policy formats; the filer population (open-end) and purpose (initial and ongoing share registration) both differ.
Form 425 carries written communications (press releases, investor decks, scripts, FAQs) made in connection with a business combination under Rule 425 and Exchange Act Rules 14a-12 / 14d-2(b). In a closed-end fund merger, 425s typically run alongside the N-14 8C, capturing public messaging before and during registration. Subject matter overlaps, but form does not: 425 filings are short, event-driven communications, while N-14 8C is the full registration statement with prospectus, financials, and exhibits. A complete merger timeline usually requires both.
DEF 14A is the definitive proxy statement under Section 14(a) used whenever shareholders vote, including on fund mergers. When closed-end shareholders must approve a reorganization, the N-14 8C is commonly structured as a combined prospectus / proxy statement, discharging both Securities Act registration and Exchange Act proxy obligations in one document; a standalone DEF 14A may then be unnecessary. DEF 14A as a dataset is far broader (all proxy matters, all issuer types); N-14 8C is transaction-specific and overlaps with DEF 14A only in the fund-merger vote scenario.
Form 24F-2NT is the annual notice under Rule 24f-2 that reconciles registration fees against shares actually issued. It is filed by open-end funds and UITs and contains no narrative or transactional content. Despite sharing the N-series neighborhood, it is a fee-reconciliation notice, not a registration, and never substitutes for or complements N-14 8C.
The Form N-14 8C dataset is defined by the intersection of three constraints: closed-end funds and BDCs as the filer population, a business combination as the trigger, and full registration-statement content (prospectus, financials, exhibits). Form N-14 covers the same trigger for open-end funds; Form S-4 covers it for operating companies; Form N-2 covers the same filers for capital raising rather than combinations; Form 425 and DEF 14A capture the communications and voting layers around the deal but not the registered offering itself. None of these substitutes when the research question concerns the registered terms, financials, or exhibits of a closed-end fund or BDC merger.
Form N-14 8C is the registration statement for closed-end fund and BDC business combinations, so users cluster in fund M&A, 1940 Act legal practice, CEF/BDC investing, and fund operations. Each role draws on a different slice of the record.
Bankers advising on CEF reorganizations and BDC roll-ups mine prior filings for transaction architecture, exchange-ratio formulas tied to relative NAV, expense allocation, and fee-waiver commitments. The fee table and pro forma capitalization drive synergy pitches and fairness-opinion benchmarking; the plan-of-reorganization exhibit anchors precedent decks.
Fund counsel use the corpus as a precedent bank for board-approval narratives, Section 15(f) compliance, common-adviser conflicts, and manager-of-managers disclosure. Tax counsel pull form tax opinions addressing reorganization treatment under Section 368(a) and related representation letters. Litigation counsel reference legal opinion exhibits and N-14 8C/A amendments to gauge what disclosure has cleared staff review.
Discount-to-NAV traders and CEF activists focus on exchange-ratio mechanics, valuation-date conventions, cash-exit or tender features, and any standstill or support-agreement terms in the plan-of-reorganization. The cover sheet and exchange-ratio sections feed merger-arb spread models and contested-vote campaigns.
Solicitors extract record dates, meeting dates, 1940 Act majority vote standards, quorum, and bundled-proposal structures from the EX-99.(17) proxy materials. Advisers weigh the board's rationale, fee-impact disclosure, and any changes to fundamental investment policies when issuing voting recommendations.
Independent trustees and their counsel use prior filings as a benchmark for documenting their review: investment-objective comparison, expense-ratio impact from the fee table, capital loss carryforward dilution, portfolio compatibility, and adviser expense caps. This calibrates board books and minutes before approving a reorganization.
Operations teams use the prospectus to execute the share exchange: closing-date NAV calculation, fractional shares, DRIP treatment, CUSIP/ticker changes, DTC eligibility, and blue-sky logistics. Prior filings serve as templates for corporate-action setup and reconciliation.
In-house compliance teams at fund complexes benchmark risk-factor inventories covering Section 18 asset coverage, RIC qualification, capital loss carryforward limits, leverage continuity, and valuation-policy differences. N-14 8C/A amendments are most useful for surfacing the staff comments that typically prompt revisions.
Credit analysts covering BDC notes track exchange offers, supplemental indentures, asset-coverage covenant continuity, and combined leverage. The pro forma capitalization table, contractual obligations schedule, and EX-FILING FEES exhibit matter most for pricing notes and modeling recovery.
Researchers studying CEF discounts, BDC consolidation, and adviser-driven reorganizations build event-study panels from announcement dates, exchange ratios, fund characteristics, and adviser identities. The 1999-onward coverage supports survivorship and post-merger expense-ratio analysis.
Data teams at fund-data vendors ingest the corpus to populate CEF/BDC corporate-action calendars and train retrieval systems on investment-company disclosure. Structured exhibits (plan-of-reorganization, declarations of trust, sub-advisory agreements) plus the narrative prospectus form a clean training set for clause extractors and fund-specific classifiers.
Disclosure-review staff and economists use the historical body as comparative reference during review, when drafting interpretive guidance, and for rulemaking analysis on fund reorganizations.
Each role works a different slice of the same record: bankers and analysts on exchange-ratio mechanics and fee tables, counsel on tax and legal opinions, trustees on board-consideration disclosure, operations on closing mechanics, credit on pro forma capitalization, and researchers on the structured panel of merger events.
The following are concrete workflows where the Form N-14 8C corpus is the primary input.
Discount-to-NAV traders and event-driven hedge funds parse the prospectus's THE REORGANIZATION section and the cover-page transaction summary to extract the exchange-ratio formula, the relative-NAV valuation date, cash-election caps, and any closing conditions. These inputs feed a spread model run against live target-fund discounts to size positions and to time entry around the EX-99.(17) proxy meeting date.
Fund counsel build a precedent corpus keyed on plan-of-reorganization exhibits, EX-99.(11)(A)/(B) legal opinions, and EX-99.(12) tax opinions concluding that the transaction qualifies under §368(a). Drafters retrieve clause-level templates for fee-waiver commitments, expense caps, Section 15(f) safe-harbor language, and capital-loss-carryforward representations, and reuse them as starting drafts when papering a new reorganization.
Bankers populating a fairness-opinion deck pull the fee table, pro-forma capitalization table, and COMPARISON OF THE FUNDS section across a peer set of prior CEF reorganizations to benchmark expense-ratio reduction, leverage continuity, and accretion to NAV per share. The plan-of-reorganization exhibit supplies the structural-precedent slide on consideration mechanics and termination rights.
Credit analysts covering BDC notes monitor N-14 8C exchange-offer filings to capture the indenture-style DESCRIPTION OF THE EXCHANGE NOTES, supplemental-indenture covenants, asset-coverage continuity, and the dollar amount and CUSIPs registered in the EX-FILING FEES inline-XBRL exhibit. Outputs feed note-level recovery models and the credit team's internal A/B-bond mapping table.
Proxy solicitors and proxy-advisory analysts mine INFORMATION ABOUT VOTING AND THE SPECIAL MEETING together with the EX-99.(17) form-of-proxy and notice-of-meeting exhibits to extract record dates, meeting dates, 1940 Act majority-vote standards, quorum thresholds, and any bundled or conditioned proposals. The result is a structured CEF-merger meeting calendar and a per-deal vote-recommendation memo.
Trustees and their counsel preparing for a reorganization vote benchmark prior filings on investment-objective alignment, expense-ratio impact pulled from the prospectus fee table and EXAMPLE, capital-loss-carryforward dilution disclosure, and adviser expense-cap commitments. These comparables anchor the 15(c)-style board memo and the minutes that document the trustees' approval.
Operations teams script the closing from the prospectus: closing-date NAV mechanics, fractional-share treatment, DRIP carryover, CUSIP and ticker changes, and DTC eligibility language. Pre-effective N-14 8C/A amendments are diffed against the prior accession to catch late changes to the closing schedule before corporate-action instructions are released.
Data teams parse the iXBRL tags in the post-2022 EX-FILING FEES exhibit (ffd:SubmissnTp, security class title, amount registered, proposed maximum aggregate offering price, fee paid, and offsets) to build a per-accession fee-and-size table. The panel powers league-table reporting on CEF/BDC combination volume and validates aggregate offering size against the prospectus cover.
Researchers studying discount dynamics and post-merger performance assemble an event panel from filedAt, registrant CIKs in entities, exchange ratios from THE REORGANIZATION, and adviser identities pulled from the prospectus. The 1999-onward coverage and the N-14 8C/A amendment trail support survivorship-controlled studies of expense-ratio change and discount narrowing around fund mergers.
In-house compliance and disclosure officers index RISK FACTORS across the corpus on Section 18 asset coverage, RIC qualification, leverage continuity, and valuation-policy divergence, then diff each N-14 8C/A against its predecessor accession to surface the staff-comment-driven revisions. The output is a continuously updated checklist of language that has cleared SEC review and a flag list for risks newly added during amendment cycles.
Dataset Index JSON API: https://api.sec-api.io/datasets/form-n14-8c-files.json
This endpoint returns the dataset's metadata, including its name, description, last updated timestamp, earliest sample date (1999-07-01), total record count and total size, covered form types (N-14 8C and N-14 8C/A), container format (ZIP), file types (HTML, TXT, JSON), the full dataset download URL, and the list of monthly container files. Each container entry includes its key, size, record count, updated timestamp, and direct download URL. This endpoint does not require an API key.
The index can be polled to monitor which monthly containers were updated in the most recent refresh run, allowing you to download only the containers that changed on a given day.
Example response:
1
{
2
"datasetId": "1f13365b-9ae0-69a8-8200-7bceecc5be04",
3
"datasetDownloadUrl": "https://api.sec-api.io/datasets/form-n14-8c-files.zip",
4
"name": "Form N-14 8C Files Dataset",
5
"updatedAt": "2026-04-22T03:02:46.397Z",
6
"earliestSampleDate": "1999-07-01",
7
"totalRecords": 5977,
8
"totalSize": 282042180,
9
"formTypes": ["N-14 8C", "N-14 8C/A"],
10
"containerFormat": "ZIP",
11
"fileTypes": ["HTML", "TXT", "JSON"],
12
"containers": [
13
{
14
"downloadUrl": "https://api.sec-api.io/datasets/form-n14-8c-files/2026/2026-03.zip",
15
"key": "2026/2026-03.zip",
16
"size": 13818783,
17
"records": 154,
18
"updatedAt": "2026-04-22T03:02:46.397Z"
19
}
20
]
21
}
Download Entire Dataset: https://api.sec-api.io/datasets/form-n14-8c-files.zip?token=YOUR_API_KEY
Downloads the complete dataset as a single ZIP archive containing all monthly containers from July 1999 to present. This endpoint requires an API key.
Download Single Container: https://api.sec-api.io/datasets/form-n14-8c-files/2026/2026-03.zip?token=YOUR_API_KEY
Downloads one monthly container archive instead of the full dataset. Useful for retrieving only filings from a specific month or for incremental updates after consulting the dataset index. This endpoint requires an API key.
The dataset covers two related EDGAR form types: N-14 8C (the initial Securities Act registration statement filed by closed-end management investment companies and BDCs in connection with a business-combination transaction) and N-14 8C/A (pre-effective amendments to a previously filed N-14 8C). Both subtypes are interleaved in the dataset and share an identical record shape.
One record is a single accession-numbered EDGAR submission, packaged as a folder. Inside the folder you get one metadata.json manifest plus the main registration statement (the prospectus, including Part C and signatures) and every non-graphic exhibit referenced by EDGAR for that accession — legal opinions, tax opinions, auditor consents, powers of attorney, proxy materials or letters of transmittal, and the post-2022 EX-FILING FEES inline-XBRL exhibit.
The legal filer is the acquiring or surviving fund — either a closed-end management investment company registered under the Investment Company Act of 1940, or a business development company that has elected to be regulated under Sections 54-65 of the 1940 Act — that issues new shares as transaction consideration. The target fund is heavily described in the filing but is not the registrant, although it typically participates as a co-soliciting party when its shareholders must vote.
The form is event-driven, not periodic. It is triggered when a closed-end fund or BDC proposes to issue securities in a business-combination transaction — typically a merger of one fund into another, a consolidation of two or more funds into a new surviving fund, an acquisition of assets in exchange for shares of the acquirer, an intra-complex reorganization, or a BDC exchange offer structured as a business combination (including A/B note swaps and debt-for-equity exchanges).
Form S-4 is the operating-company analog used by industrial, financial, and tech issuers to register securities in mergers and exchange offers; N-14 8C is reserved for investment-company combinations and centers on fund-specific disclosures such as investment objectives, advisory fee comparisons, and portfolio repositioning. Form N-2 covers the same closed-end fund and BDC filer population but registers ordinary capital raises (IPOs, follow-ons, shelf takedowns) rather than shares issued as merger consideration; N-2 has no acquired-fund counterparty, no exchange-ratio mechanics, and no shareholder-vote structure.
The dataset spans EDGAR filings from July 1999 — when electronic filing of this form type became mandatory — to the present. Records are distributed as monthly ZIP containers; documents inside the containers are HTML or, for some older filings, plain text, alongside the per-record metadata.json manifest. Each document is preserved as filed, with the EDGAR SGML envelope (<DOCUMENT>, <TYPE>, <SEQUENCE>, <FILENAME>, <DESCRIPTION>) intact around each payload.
Image files (.jpg, .gif, signature scans, proxy-card scans, charts) and standalone XBRL .xml data files referenced under dataFiles are intentionally omitted from the dataset ZIP, even though they remain enumerated in each record's metadata.json. The exception is the post-2022 EX-FILING FEES exhibit, where inline-XBRL tags are embedded directly in the XHTML document and therefore travel with the record; the corresponding extracted XBRL instance document listed under dataFiles is not shipped.