The Form DEFS14A Files dataset is a collection of definitive proxy statements filed on EDGAR for special (non-annual) shareholder meetings under Section 14(a) of the Securities Exchange Act of 1934 and Rule 14a-6(b). Each record is one EDGAR accession-number folder packaging a structured metadata.json summary together with the original primary documents — the proxy statement itself plus any narrative or legal exhibits filed alongside it. The dataset is filed by registrants whose securities are being voted, including domestic operating companies, closed-end funds and business development companies, REITs and MLPs, and acquirers and targets in business combinations requiring a holder vote. Coverage runs from January 1994 through the present, mixing early ASCII/SGML-era filings with modern HTML-based submissions, and is distributed as monthly ZIP containers that include TXT, JSON, HTML, and PDF files.
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 captures the population of definitive special-meeting proxy statements (form code DEFS14A) submitted to EDGAR by U.S. registrants, packaged one filing per accession-number folder inside monthly ZIP containers. The underlying form is the final, voting-ready version of the document that a registrant disseminates to security holders to solicit their proxies on matters that fall outside the ordinary annual-meeting cycle. The matters disclosed cluster around extraordinary corporate transactions and governance events: mergers, acquisitions, asset sales, going-private transactions, reorganizations, recapitalizations, charter or bylaw amendments, name changes, reverse stock splits, plans of liquidation or dissolution, and — for registered investment companies — fund reorganizations, advisory-contract approvals, and changes to fundamental investment policies.
The substance of each filing is governed by Schedule 14A under the Exchange Act, which prescribes the line-by-line informational requirements through its numbered Items (Item 1 — Date, time and place; Item 2 — Revocability of proxy; Item 3 — Dissenters' rights of appraisal; Item 4 — Persons making the solicitation; Item 5 — Interest of certain persons in matters to be acted upon; Item 6 — Voting securities and principal holders; Item 7 — Directors and executive officers, where applicable; Item 14 — Mergers, consolidations, acquisitions and similar matters; Item 19 — Amendment of charter; Item 20 — Other proposed action; Item 22 — Information required in investment-company proxy statement). When a transaction triggers it, Schedule 14A also pulls in large blocks of Regulation S-K and Regulation S-X content — Risk Factors, MD&A, audited and pro forma financial statements, fairness opinions, and background-of-the-transaction narratives. As a result, a single DEFS14A can range from a short fund-policy proxy of a few dozen pages to a merger proxy that runs hundreds of pages with multiple appendices.
The "definitive" qualifier distinguishes this form from PRES14A (preliminary special-meeting proxy) and from DEF 14A (definitive annual-meeting proxy). When a transaction is subject to the preliminary-filing requirement, the definitive version filed as DEFS14A is the one mailed to shareholders and constitutes the operative solicitation document. The dataset covers the entire DEFS14A filing population without subject-matter restriction, and is delivered as monthly ZIP containers structured as <year>/<year>-<month>.zip, with each filing living at <year>-<month>/<accession-no-stripped>/ (dashes removed from the accession number to form the folder name; for example, accession 0000927016-02-001907 becomes folder 000092701602001907).
A single record in the Form DEFS14A Files dataset is one definitive proxy statement filing prepared for a special (non-annual) shareholder meeting. Each record is materialized as one accession-number folder, mapping one-to-one to a unique EDGAR accession number, so the record is the filing as a whole, not an event extracted from it and not a row in a derived table.
Each accession-number folder contains two structural layers:
metadata.json file — the structured, machine-readable summary of the filing's identity, parties, dates, classifications, and document inventory.<DOCUMENT> envelope. The primary document is the proxy statement; additional documents may include cover letters, notices of meeting, forms of proxy card, plans of merger or liquidation, annexes, fairness opinions, and other exhibits filed alongside the proxy.Image files (typically .gif or .jpg) referenced by the EDGAR submission are intentionally excluded from the dataset; their entries remain visible in metadata.json under documentFormatFiles, but the binary image is not packaged into the ZIP. The file types found in the dataset are TXT, JSON, HTML, and PDF.
metadata.jsonThe metadata file is the structured spine of the record. Its top-level fields are:
formType — fixed string "DEFS14A" for every record in this dataset.accessionNo — EDGAR accession number in canonical dashed form (e.g., "0000927016-02-001907").id — a 32-character hexadecimal record identifier.filedAt — ISO 8601 timestamp of the filing event, including timezone offset.periodOfReport — YYYY-MM-DD date corresponding to the special-meeting period the proxy covers; for DEFS14A this typically reflects the meeting date or the record date associated with the solicitation.description — human-readable label, e.g., "Form DEFS14A - Definitive proxy statement for special meeting".linkToFilingDetails — URL to the primary filing document on sec.gov.linkToTxt — URL to the complete SGML submission text file on EDGAR.linkToHtml — URL to the EDGAR filing index page.linkToXbrl — URL to an XBRL package; empty for DEFS14A because the form does not carry structured XBRL financial data.documentFormatFiles — an ordered array describing every document in the original submission. Each entry carries sequence (the EDGAR sequence number), size (bytes), documentUrl (canonical EDGAR URL), description (filer-provided label such as "MAIN PART", "FORM OF PROXY", "ANNEX A"), and type (e.g., "DEFS14A" for the proxy itself, "GRAPHIC" for image exhibits, or a blank type for the complete submission text bundle).dataFiles — array reserved for supplemental structured data files; typically empty for DEFS14A filings.entities — an array of one or more parties on the filing. Each entity object carries companyName (with a role suffix such as (Filer)), cik (zero-padded ten digits), type (the entity-level form-type label), act (Securities Act/Exchange Act number, typically "34" for proxy filings), fileNo (SEC file number — "811-..." for registered investment companies, "001-..." or "000-..." for operating-company registrants), filmNo (EDGAR film number), fiscalYearEnd (MMDD), stateOfIncorporation (two-letter code), irsNo (IRS employer identification number, occasionally absent), sic (SIC code with industry description), and tickers (an array of ticker symbols, typically populated for operating companies and empty for registered funds).The principal document inside the folder is the proxy statement itself, sequenced as document 1 in the EDGAR submission. Whether it is delivered as .txt (early years and some later text-only filings) or .htm/.html (the modern norm), it is wrapped in EDGAR's SGML <DOCUMENT> envelope:
1
<DOCUMENT>
2
<TYPE>DEFS14A
3
<SEQUENCE>1
4
<FILENAME>...
5
<DESCRIPTION>...
6
<TEXT>
7
... body of the proxy statement ...
8
</TEXT>
9
</DOCUMENT>
Inside the <TEXT> block, an HTML filing carries <HTML>, <PRE>, and standard tag content (often beginning with monospaced styling carried over from typesetting), while a text filing carries plain ASCII paginated with <PAGE> separators between virtual pages.
The proxy statement body itself follows a recognizable, though filer-customized, ordering:
When the filer chose to submit a parallel PDF rendering of the proxy (a common practice for visually intricate proxies and fund proxies), it appears as a separate .pdf file inside the folder, also wrapped in the SGML <DOCUMENT> envelope. Additional .htm or .txt files may carry exhibits or annexes that the filer split out as separate sequence numbers in the EDGAR submission. Each such file carries its EDGAR-assigned <TYPE>, <SEQUENCE>, <FILENAME>, and <DESCRIPTION> headers, which mirror what metadata.json records under documentFormatFiles.
The dataset packaging includes, for each accession number:
metadata.json structured summary described above..txt, .htm/.html, and .pdf documents from the original EDGAR submission, with their EDGAR SGML document envelopes preserved and their original EDGAR filenames retained.Several categories of content sit outside the record folder:
.gif, .jpg, and similar GRAPHIC-typed exhibits) are not packaged into the ZIP, even though their metadata entries remain visible inside documentFormatFiles. Logos, signatures rendered as graphics, and embedded charts that depend on these images therefore appear as broken references when the HTML is rendered locally..txt "submission" bundle that EDGAR concatenates from all documents) is referenced via linkToTxt but is not duplicated inside the folder; the per-document files inside the folder collectively cover the same content.linkToXbrl field is therefore empty.The skeleton of Schedule 14A has been stable since the mid-1990s, but several regulatory layers have materially expanded what appears inside DEFS14A filings, especially for transaction-driven proxies:
These layered requirements show up not as new top-level structural sections but as expansions inside existing Schedule 14A items and as additional annexes.
DEFS14A filings have moved through three broad presentation eras inside the dataset's January 1994–present span:
<DOCUMENT> envelope, paginated with <PAGE> markers, with monospaced layouts simulating tables through column alignment. Fund proxies and small-cap merger proxies in this era are predominantly .txt files with ASCII-only content..htm or .html documents — still wrapped in the SGML <DOCUMENT> envelope but containing real HTML markup, embedded tables, and references to graphic files. Many filers continued to file an additional PDF rendering for visual fidelity, and these PDFs are preserved in the dataset where they were part of the EDGAR submission..gif/.jpg filenames whose binaries are excluded from the dataset.DEFS14A is not an XBRL-tagged form, so no inline-XBRL or standalone XBRL adoption arc applies; the structured metadata in the dataset is provided entirely through metadata.json, not through tagging inside the proxy itself.
.gif/.jpg files are dropped from the ZIP, opening an HTML proxy locally will produce missing-image placeholders for logos, signature scans, and graphical charts. The metadata's documentFormatFiles array remains the authoritative inventory of what the original submission contained.entities array can contain multiple parties — for example, both an issuer and a filer-on-behalf-of — and the (Filer) suffix on companyName is the primary cue for which entity is the operative registrant.811-, frequently have empty tickers arrays, and are dominated by Section 15(c) advisory-contract approvals, fund mergers, and changes to fundamental investment policies; their proxy bodies tend to be shorter and more standardized than operating-company merger proxies.<DOCUMENT> wrapper first to recover <TYPE>, <SEQUENCE>, <FILENAME>, and <DESCRIPTION>, and only then parse the inner <TEXT> block as either HTML or paginated ASCII. Section boundaries inside the proxy body are filer-styled (no machine-uniform headers), so robust extraction relies on heading-pattern heuristics combined with the canonical Schedule 14A item taxonomy.Form DEFS14A is filed by the registrant whose securities are being voted — the issuer soliciting proxies for a special meeting of security holders. The "DEF" marks the materials as definitive (final, mailed to holders); the "S" marks the meeting as special rather than annual.
Filers are issuers subject to Section 14(a) of the Securities Exchange Act of 1934 — generally those with a class of securities registered under Section 12. In practice this includes:
The filer is the soliciting registrant, not the holders being solicited and not the deal counterparty (whose information may dominate the document in M&A votes).
DEFS14A is event-driven, not periodic. The trigger is the calling of a special meeting (or other shareholder action outside the annual meeting) on a matter requiring a vote. Typical triggering matters:
DEFS14A has no fixed calendar deadline; timing is governed by the meeting schedule and Rule 14a-6:
Supplemental disclosures issued after the definitive filing are filed as DEFA14A.
DEFS14A is filed under Section 14(a) of the Exchange Act and Regulation 14A. Key rules: Rule 14a-6 (filing mechanics), Schedule 14A (substantive disclosure content), Rule 14a-4 and Rule 14a-5 (form of proxy), and Rule 14a-16 (notice-and-access). Investment company filings carry additional content requirements under the 1940 Act. Merger proxies typically incorporate Form S-4 disclosure as a joint proxy/prospectus.
In transactions where both sides' holders must vote, each registrant files its own proxy statement, though a joint proxy statement is common and may be filed by both parties (each receiving an accession number, or one filing identifying co-filers).
DEFS14A sits inside the Schedule 14A proxy-solicitation family. The most useful comparisons run along four axes: filing stage (preliminary, definitive, revised), meeting type (annual vs special), transaction context (routine vs merger vs going-private), and solicitor identity (management vs dissident vs non-management). A second comparison axis reaches adjacent shareholder-action regimes: Schedule 14C information statements, Rule 13e-3 going-private filings, Form 8-K Item 5.07 vote results, and Form 6-K submissions by foreign private issuers.
The closest sibling. Both are definitive Section 14(a) proxy statements with the same structural backbone: notice of meeting, matters to be voted on, voting procedures, required disclosures. The split is meeting type. DEF 14A covers the annual cycle (director elections, auditor ratification, say-on-pay, equity-plan approvals) and is filed once a year by virtually every domestic reporting company. DEFS14A covers special meetings convened for transactional matters (mergers, asset sales, charter amendments, reverse splits, recapitalizations) and appears only when an off-cycle vote is needed, producing a much smaller, event-driven population. Use DEF 14A for routine governance and compensation; use DEFS14A for transactional approvals.
The preliminary counterpart to DEFS14A. Same meeting and usually the same transaction, filed earlier and subject to SEC staff review. PRES14A often carries placeholder language, blank financial figures, or unresolved disclosures that get finalized in DEFS14A. Comparing PRES14A to DEFS14A in the same accession family yields the redline of changes prompted by staff review. PRES14A is never the operative solicitation document mailed to shareholders.
Stands to DEF 14A as PRES14A stands to DEFS14A. Relevant only as a structural analog; substantively it covers annual agendas, not special-meeting transactions.
A definitive proxy used specifically for mergers, consolidations, or acquisitions requiring shareholder approval. Heavy subject-matter overlap with DEFS14A because many special meetings are merger votes. The split is form-code choice by the filer: DEFM14A is reserved for business-combination transactions; DEFS14A covers any special-meeting solicitation, merger or otherwise. The boundary is not crisp, and a complete merger-vote dataset usually requires both. DEFM14A filings typically carry merger agreements, fairness opinions, and background-of-the-merger narratives; DEFS14A carries these only when the special meeting is itself a merger.
Supplemental soliciting material filed after a definitive proxy is distributed: investor presentations, press releases, employee communications, talking points, letters to shareholders. Not a standalone proxy, no meeting notice, no voting card. It supplements a DEF 14A, DEFS14A, DEFM14A, or DEFC14A. For a DEFS14A campaign, the corresponding DEFA14A stream usually contains the bulk of persuasive communications and proxy-fight commentary; DEFS14A itself carries the formal disclosure.
A revised definitive proxy issued when material changes occur after the original definitive version. It supersedes or amends a prior DEF 14A or DEFS14A and captures post-mailing revisions: adjourned-meeting disclosures, revised deal terms, updated fairness opinions, corrected disclosures. Low volume, and only exists when a prior definitive filing exists.
The definitive proxy used in contested solicitations, typically by dissidents or activists running an opposing slate or proposal. Procedurally similar to DEF 14A or DEFS14A but flagged as contested. In a special-meeting contest, the dissident side may file DEFC14A while the company files DEFS14A or DEF 14A on the same meeting. A full picture of a contested special meeting usually requires DEFS14A (management), DEFC14A (dissident), and DEFA14A (both sides' soliciting material).
Filed by non-management persons soliciting proxies, often in non-contested contexts such as a security holder soliciting on a single proposal. Overlaps with DEFC14A but is not necessarily contested, and can co-exist with a company-filed DEFS14A on the same meeting.
Filed when shareholder action is taken without a proxy solicitation, typically because a controlling holder or majority block has already delivered written consent. Substantively describes the same corporate actions as DEFS14A (mergers, charter amendments, asset sales) with similar disclosures, but no vote is being solicited. DEF 14C and PRE 14C are the definitive and preliminary forms. The same transaction can appear as DEFS14A at a dispersed-ownership company and as DEF 14C at a controlled company; mapping all special corporate actions requires both.
Filed in transactions taking a public company private, including management buyouts and certain affiliate-led acquisitions. Almost always filed alongside a proxy or tender-offer document, including DEFS14A or DEFM14A when shareholder approval is required. 13E-3 adds Rule 13e-3-specific content: fairness determinations by the issuer or affiliate, alternatives considered, detailed conflict-of-interest analysis. DEFS14A alone will not contain these elements; going-private vote analysis requires reading the 13E-3 and the proxy together.
Reports actual vote results within four business days of the meeting. Downstream complement to DEFS14A: the proxy describes what will be voted on, the 8-K reports how the vote came out. Item 5.07 is short, structured, and tabular (proposal, for, against, abstain, broker non-votes); DEFS14A is long-form, narrative, disclosure-heavy. Neither substitutes for the other: 5.07 lacks the underlying disclosure, DEFS14A predates the vote.
Foreign private issuers are exempt from Schedule 14A and do not file DEFS14A. Their proxy circulars, meeting notices, and special-meeting materials surface as exhibits to Form 6-K, governed by home-country rules rather than Regulation 14A. The functional cross-border analog to DEFS14A, but with different content standards, less prescriptive U.S.-style disclosure, and a much broader filing scope that also includes non-meeting submissions.
DEFS14A is uniquely the definitive, U.S.-issuer, management-side, special-meeting proxy statement under Section 14(a). Its identifying attributes: (1) definitive rather than preliminary or revised, (2) special rather than annual meeting, (3) management rather than dissident or non-management solicitor, (4) proxy solicitation rather than written-consent information statement, (5) domestic-issuer rather than foreign-private-issuer regime. Shifting any one attribute swaps the form code: PRES14A (preliminary), DEFR14A (revised), DEF 14A (annual), DEFC14A or DEFN14A (non-management), DEF 14C (written consent), 6-K (foreign issuer). DEFM14A overlaps when the special meeting is a merger vote; 13E-3 layers on for going-private deals. DEFA14A and 8-K Item 5.07 are companions, not substitutes, supplying soliciting material and post-vote outcomes respectively. A complete special-meeting transaction record uses DEFS14A as the disclosure anchor and joins it to its preliminary, revised, supplemental, contested, and post-vote relatives.
DEFS14A filings solicit shareholder votes on extraordinary actions: mergers, acquisitions, divestitures, recapitalizations, and charter amendments. Users are event-driven professionals who pull different sections from the same record.
Deal lawyers and corporate development analysts mine the background-of-the-merger narrative, deal terms, treatment of equity awards, closing conditions, termination fees, and no-shop and matching-rights provisions. The attached merger agreement supports precedent research and benchmarking of deal protections.
Securities lawyers drafting their own special-meeting proxies study how peers describe board deliberations, conflicts, advisor engagements, fairness opinion methodology, and Regulation M-A items. Used for templates, comment-letter responses, and disclosure gap checks.
Arb desks extract consideration mix, exchange ratios, collars, walk-away rights, regulatory conditions, and meeting dates to size positions and monitor spreads. Disclosed projections and advisor analyses feed downside cases if the deal breaks.
Investment banking valuation groups and independent valuation firms reference disclosed DCF assumptions, comparable multiples, precedent transaction sets, and management projections to calibrate methodology and benchmark fairness opinion presentations.
Governance analysts at proxy advisory firms and stewardship teams at institutional investors evaluate board recommendations, conflicts disclosures, golden parachute tables, and insider equity treatment to issue vote recommendations and frame engagement on pending deals.
Litigation teams scrutinize board process, advisor independence, projections versus prior public guidance, and disclosure adequacy to draft complaints, pursue disclosure-only claims, or assess appraisal actions.
Fixed income and ratings analysts use pro forma capital structure descriptions, financing commitments, and change-of-control language to size leverage, model recovery, and write rating committee memos on sponsor-backed deals and recapitalizations.
Operations teams at broker-dealers, asset managers, and custodians track record dates, voting cutoffs, ballot mechanics, and tabulation procedures to run vote processing and client reporting.
Teams preparing their own special meetings study peer chairman's letters, Q&A inserts, strategic rationale framing, and disclosure sequencing to plan communications and board materials.
Post-deal investigators treat disclosed projections, valuation analyses, and background narratives as contemporaneous evidence of management expectations and board process for expert reports and deposition prep.
Empirical researchers use the corpus to study deal premia, projection accuracy, fairness opinion practice, and shareholder voting on extraordinary matters.
Legal- and finance-tech teams use the HTML, TXT, and PDF mix plus metadata to train and evaluate parsers, section classifiers, and QA systems over transaction proxies.
The Form DEFS14A Files dataset supports event-driven workflows centered on special-meeting solicitations. The use cases below pull specific sections of the proxy and metadata fields to deliver concrete outputs.
Corporate development analysts and M&A counsel parse the merger-agreement annex and the "background of the merger" narrative to extract no-shop scope, fiduciary outs, matching rights, termination fees, and walk-away triggers. Records are filtered using the entities[].sic code and filedAt timestamp to assemble industry- and vintage-matched precedent sets, with the documentFormatFiles array used to locate the merger agreement annex by its description label.
Event-driven desks extract the consideration mix, exchange ratio, collar mechanics, regulatory closing conditions, and meeting/record dates from the proxy statement narrative and proxy card. The periodOfReport field anchors the meeting timeline, and disclosed management projections plus the financial advisor's DCF, comparable-companies, and precedent-transaction tables feed break-price downside cases.
Compensation researchers and proxy advisors lift Item 402(t) golden-parachute tables, treatment-of-equity-awards descriptions, and named-executive change-in-control payouts from each merger DEFS14A. Combined with entities[].cik and tickers, the output is a structured per-NEO payout table used for vote recommendations on Rule 14a-21(c) say-on-golden-parachute proposals and for executive-pay benchmarking.
Plaintiffs' counsel and forensic accountants mine the background-of-the-transaction section, advisor-engagement disclosures, conflicts narratives, and management projections as contemporaneous evidence of board deliberations. Comparing projection figures against the same registrant's prior 10-K/10-Q public guidance (linked through cik) supports disclosure-only complaints, appraisal valuations, and deposition exhibits.
Asset-management compliance and fund-of-funds teams filter records on fileNo prefixes starting 811- to isolate registered investment company filings, then extract Item 22 disclosures on Section 15(c) advisory-contract approvals, sub-advisor changes, fund reorganizations, and amendments to fundamental investment policies. The output drives portfolio-level voting decisions and triggers re-underwriting of fund holdings before the meeting date.
LLM and RAG engineers use the mixed TXT, HTML, and PDF document inventory plus the metadata.json spine to build section classifiers (cover page, notice of meeting, Q&A, fairness opinion, annexes, proxy card). The 1994-onward span exposes models to ASCII-paginated <PAGE> filings and modern HTML, and the SGML <DOCUMENT> envelope provides reliable document-boundary supervision for extraction pipelines.
Researchers and deal trackers use DEFS14A as the disclosure anchor and join on cik and meeting date to related filings: PRES14A for preliminary-to-definitive redlines, DEFA14A for additional soliciting material, DEFR14A for post-mailing revisions, Schedule 13E-3 for going-private fairness analysis, and Form 8-K Item 5.07 for actual vote tallies. The resulting per-transaction dossier links proposed terms, staff-driven changes, supplemental communications, and final voting outcomes.
Dataset Index JSON API: https://api.sec-api.io/datasets/form-defs14a-files.json
This endpoint returns the dataset's metadata, including its name, description, last updated timestamp, earliest sample date (1994-01-01), total record count, total dataset size, covered form types (DEFS14A), container format (ZIP), and included file types (TXT, JSON, HTML, PDF). It also lists every individual container file with its size, record count, last updated timestamp, and direct download URL, alongside the download URL for the full dataset archive. Use this endpoint to monitor which containers were updated in the most recent refresh run and decide on a daily basis which containers to download. No API key is required to call this endpoint.
Example response:
1
{
2
"datasetId": "1f13365b-9ae0-6959-89a7-d050d420659a",
3
"datasetDownloadUrl": "https://api.sec-api.io/datasets/form-defs14a-files.zip",
4
"name": "Form DEFS14A Files Dataset",
5
"updatedAt": "2026-04-15T07:48:49.663Z",
6
"earliestSampleDate": "1994-01-01",
7
"totalRecords": 4294,
8
"totalSize": 170127061,
9
"formTypes": ["DEFS14A"],
10
"containerFormat": "ZIP",
11
"fileTypes": ["TXT", "JSON", "HTML", "PDF"],
12
"containers": [
13
{
14
"downloadUrl": "https://api.sec-api.io/datasets/form-defs14a-files/2026/2026-04.zip",
15
"key": "2026/2026-04.zip",
16
"size": 4218377,
17
"records": 38,
18
"updatedAt": "2026-04-15T07:48:49.663Z"
19
}
20
]
21
}
Download Entire Dataset: https://api.sec-api.io/datasets/form-defs14a-files.zip?token=YOUR_API_KEY
Downloads the full Form DEFS14A Files dataset as a single ZIP archive containing every monthly container from January 1994 to the most recent refresh. This endpoint requires a valid API key.
Download Single Container: https://api.sec-api.io/datasets/form-defs14a-files/2026/2026-04.zip?token=YOUR_API_KEY
Downloads a single monthly container, for example all DEFS14A filings submitted in April 2026, instead of the full archive. This is useful for incremental updates after monitoring the index API for changed containers. This endpoint requires a valid API key.
The dataset covers Form DEFS14A — the definitive proxy statement filed in connection with a special (non-annual) meeting of shareholders under Section 14(a) of the Securities Exchange Act of 1934 and Rule 14a-6(b). It is the final, voting-ready version of the proxy that a registrant disseminates to security holders, distinct from PRES14A (preliminary) and DEF 14A (definitive annual proxy).
One record is a single definitive special-meeting proxy filing, materialized as one accession-number folder. Each folder maps one-to-one to a unique EDGAR accession number and bundles a structured metadata.json summary together with the original EDGAR submission's primary documents — the proxy statement itself plus any cover letter, notice of meeting, form of proxy card, plan of merger or liquidation, annexes, fairness opinions, or other exhibits filed alongside it.
DEFS14A is filed by the registrant whose securities are being voted — the issuer soliciting proxies for a special meeting. Filers include domestic operating companies with equity registered under Section 12(b) or 12(g), closed-end funds and business development companies, REITs, MLPs, and acquirers and targets in mergers, acquisitions, or business combinations requiring a holder vote. Foreign private issuers are exempt from Schedule 14A and instead disclose meeting materials as exhibits to Form 6-K.
DEFS14A is event-driven, not periodic. The trigger is the calling of a special meeting on a matter requiring a vote, such as mergers, asset sales, going-private transactions, charter or certificate amendments, reverse splits, equity-plan approvals timed off-cycle, fund advisory-contract approvals, or liquidations. Where preliminary filing is required, PRES14A must be filed at least 10 calendar days before the definitive materials; otherwise DEFS14A may be filed directly on the date of first mailing.
The dataset spans January 1994 through the present and is distributed as monthly ZIP containers structured as <year>/<year>-<month>.zip. The included file types are TXT, JSON, HTML, and PDF; image files (.gif, .jpg) referenced by the original submission are intentionally excluded from the ZIP, though their entries remain visible in metadata.json under documentFormatFiles.
DEFM14A is reserved for definitive proxies in business-combination transactions, while DEFS14A covers any definitive special-meeting solicitation, merger or otherwise. The boundary is not crisp because many special meetings are merger votes, and a complete merger-vote dataset usually requires both. This dataset captures the DEFS14A population without subject-matter restriction; DEFM14A filings are not commingled into it.
No. DEFS14A is not an XBRL-tagged form, and the linkToXbrl field in metadata.json is therefore empty. Structured machine-readable data in the dataset is provided entirely through metadata.json, not through tagging inside the proxy itself; financial statements that appear in transaction proxies are embedded as narrative HTML, text, or PDF rather than as inline XBRL.