SEC Form SD: Specialized Disclosure (Conflict Minerals & Resource Extraction) β€” Engineer's Guide for 2026

SEC Form SD: Specialized Disclosure (Conflict Minerals & Resource Extraction) β€” Engineer's Guide for 2026

Building FinanceTrackDaily on the SEC EDGAR API, I spend most of my time inside filings that move markets β€” 10-Ks, 8-Ks, Form 4 insider trades. Form SD is not one of those. It is a quiet, once-a-year disclosure that almost no retail investor opens, and yet it is one of the few SEC filings that tells you where a company's raw materials physically come from and what it pays foreign governments to extract them. For an engineer aggregating EDGAR, Form SD is an odd, instructive corner of the system: it is structurally simple, legally contested, and the data inside it is mostly unstructured prose hiding in attached exhibits.

This guide explains what Form SD is, the two very different disclosure regimes that share the same form, who files it, how the rules changed through the 2020s, and what an aggregator engineer needs to know when ingesting it. As a heads-up: this article is for informational purposes only and is not financial advice. I am a software engineer who builds public-data aggregators, not a registered investment adviser. Consult a licensed financial advisor for personal investment decisions.

What Form SD Actually Is

SEC Form SD specialized disclosure conflict minerals filing structure

Form SD β€” the "SD" stands for Specialized Disclosure β€” is the SEC filing that carries two distinct disclosure obligations created by the Dodd-Frank Wall Street Reform and Consumer Protection Act of 2010. One form, two unrelated mandates. That dual identity is the single most important thing to understand before you try to parse it.

The first obligation is the conflict minerals disclosure under Section 1502 of Dodd-Frank, implemented through Exchange Act Rule 13p-1. It requires public companies to disclose whether certain minerals in their products originated in the Democratic Republic of the Congo or an adjoining country, and what due diligence they performed on their supply chains.

The second obligation is the resource extraction payment disclosure under Section 1504 of Dodd-Frank, implemented through Rule 13q-1. It requires companies engaged in the commercial development of oil, natural gas, or minerals to disclose payments made to the U.S. federal government and to foreign governments β€” taxes, royalties, fees, production entitlements, bonuses, and the like.

Both regimes file on Form SD, but on different schedules, with different exhibits, and with very different histories. From a data-engineering perspective they may as well be two separate filing types that happen to share a cover page.

The Conflict Minerals Regime (Section 1502)

The conflict minerals rule targets four specific materials, known in the supply-chain world by the shorthand "3TG": tantalum, tin, tungsten, and gold. These are the minerals the SEC designated as conflict minerals because their trade has historically helped finance armed groups in the DRC region.

A company must file the conflict minerals portion of Form SD if 3TG minerals are necessary to the functionality or production of a product it manufactures or contracts to manufacture. That captures an enormous range of issuers β€” electronics, automotive, aerospace, jewelry, medical devices, industrial equipment β€” because tin solder, tungsten, tantalum capacitors, and gold contacts are everywhere in modern manufacturing.

The conflict minerals Form SD is filed annually, on a calendar-year basis, due May 31 each year for the prior calendar year. When a company's due diligence indicates its minerals may have originated in the covered countries and are not from recycled or scrap sources, the company must attach a Conflict Minerals Report as an exhibit to the Form SD. That report describes the due diligence framework used β€” almost always the OECD Due Diligence Guidance for Responsible Supply Chains β€” and the smelters or refiners identified.

One legal wrinkle is worth knowing because it shaped the data. In 2014, the D.C. Circuit Court of Appeals ruled in National Association of Manufacturers v. SEC that part of the rule β€” the requirement to describe products as "not found to be DRC conflict free" β€” violated the First Amendment. The result is that since 2014 the SEC has not enforced that specific descriptor requirement, and companies file the disclosure and the due diligence narrative without the contested product-labeling language. The form survived; one mandated sentence did not.

The Resource Extraction Regime (Section 1504)

The resource extraction payment rule had one of the longest and most turbulent rulemaking histories of any Dodd-Frank provision. The SEC adopted a version in 2012, a federal court vacated it in 2013, the SEC adopted a replacement in 2016, and Congress disapproved that 2016 rule under the Congressional Review Act in 2017. The SEC then adopted a third version in December 2020, which is the regime in effect today.

Under the 2020 rule and Rule 13q-1, a resource extraction issuer must disclose payments made for the commercial development of oil, natural gas, or minerals. Covered payment types include taxes, royalties, fees, production entitlements, bonuses, dividends, and payments for infrastructure improvements. Disclosure is required at the project level and the government level, with a de minimis threshold of $100,000 per payment category.

The resource extraction Form SD is filed annually but on a longer clock: it is due no later than 270 days after the end of the issuer's most recent fiscal year. The payment data is attached as an exhibit, and critically for engineers, the 2020 rule requires it in a structured, machine-readable XBRL format. That is the one part of the entire Form SD universe where you get genuinely structured data rather than prose.

The XBRL Exhibit β€” Where the Structured Data Lives

When I first ingested resource extraction Form SDs, the cover filing told me almost nothing. The substance lives in the exhibit. For Section 1504 filings, that exhibit is a structured XBRL document tagged with the SEC's resource extraction taxonomy: each payment row carries the recipient government, the country, the project name, the resource type, the payment category, the currency, and the amount.

That structure makes the resource extraction data the only part of Form SD you can reliably join and aggregate at scale. You can roll payments up by country, by recipient government, by project, or by issuer. For comparison, the conflict minerals exhibits are HTML or PDF-style narrative documents β€” a due diligence story, a list of smelters, and an audit statement where one is required. There is no standardized schema for the conflict minerals narrative, which means parsing it is a text-extraction and entity-recognition problem, not a structured-data problem.

A practical note from ingesting both: do not assume Form SD gives you structured data just because it is a modern SEC form. Branch your parser on which Dodd-Frank section the filing addresses. The cover document's items indicate whether the filing reports under Section 1502 (Rule 13p-1), Section 1504 (Rule 13q-1), or, rarely, both.

Who Has to File Form SD

For conflict minerals, the filer universe is any issuer that files reports under Section 13(a) or 15(d) of the Exchange Act and for which 3TG minerals are necessary to a product it manufactures or contracts to manufacture. That is a broad population β€” thousands of issuers across manufacturing-heavy sectors. There is no size threshold; a small-cap electronics maker has the same obligation as a multinational.

For resource extraction, the filer universe is much narrower: issuers engaged in the commercial development of oil, natural gas, or minerals that file annual reports with the SEC. In practice this means large extractive companies β€” oil and gas producers and mining firms. The 2020 rule also added exemptions and an alternative-reporting provision for issuers already subject to comparable foreign disclosure regimes such as the EU Accounting Directive or Canada's Extractive Sector Transparency Measures Act, which is why some large multinationals satisfy the U.S. requirement by furnishing a report prepared for another jurisdiction.

From an aggregation standpoint, the asymmetry matters. The conflict minerals corpus is wide and shallow β€” many filers, mostly narrative. The resource extraction corpus is narrow and deep β€” few filers, richly structured payment data. They demand completely different pipelines.

Engineering Pitfalls I Have Hit

Three pitfalls came up repeatedly while wiring Form SD into the aggregator.

The first is the dual-regime detection problem. Because the same form type covers two unrelated mandates, you cannot infer the content from the EDGAR form type "SD" alone. I key off the filing's item flags and the exhibit types β€” an EX-1.01 exhibit signals a Conflict Minerals Report under Section 1502, while the resource extraction payment data arrives as a distinct XBRL exhibit. Routing on form type alone will mix two incompatible datasets into the same table.

The second is the exhibit-format inconsistency in conflict minerals reports. Each filer writes its Conflict Minerals Report in its own layout. Smelter and refiner lists may appear as HTML tables, as embedded images, or as free prose. The Responsible Minerals Initiative maintains standardized smelter identifiers, but filers do not consistently use them. If you want a clean smelter-level dataset, expect heavy normalization and fuzzy matching against the RMI smelter list rather than a clean parse.

The third is the schedule mismatch. Conflict minerals SDs cluster around the May 31 deadline every year, while resource extraction SDs land on a 270-days-after-fiscal-year clock that varies issuer by issuer. If you build a time-series ingestion job that assumes a single annual filing window for "Form SD," you will systematically miss resource extraction filings that arrive months out of phase. I run two separate ingestion calendars keyed on the regime.

How Researchers and Investors Use Form SD

For investors and researchers, Form SD answers questions that have few other primary sources.

The first use case is supply-chain risk analysis. An investor evaluating an electronics manufacturer can read its conflict minerals disclosure to gauge how mature the company's supply-chain due diligence is β€” whether it has identified its smelters, whether those smelters are audited, and how it frames sourcing risk. The maturity of the narrative is itself a signal.

The second use case is ESG and human-rights screening. Conflict minerals disclosures feed directly into responsible-sourcing assessments. The 3TG supply chain is a recurring theme in human-rights due diligence, and Form SD is the U.S. regulatory primary source for it.

The third use case, drawing on the resource extraction data, is anti-corruption and transparency research. The structured payment-to-governments data lets researchers and NGOs see what extractive companies pay specific foreign governments, project by project. This dovetails with global transparency frameworks such as the Extractive Industries Transparency Initiative, and the XBRL format makes cross-issuer aggregation feasible.

The fourth use case is regulatory-trend tracking. Because the resource extraction rule has been adopted, vacated, disapproved, and re-adopted across more than a decade, the filing history itself is a case study in how contested disclosure mandates evolve. Tracking which issuers furnish U.S. reports versus alternative foreign reports reveals how the 2020 rule's flexibility is being used in practice.

Where Form SD Sits in the Broader EDGAR Universe

From an aggregator architecture perspective, Form SD rewards being joined to the rest of an issuer's filings rather than read in isolation. Joining a conflict minerals SD to the same issuer's 10-K reveals whether supply-chain risk language in the risk-factors section matches the due diligence narrative in the SD exhibit. Joining a resource extraction SD's payment data to the issuer's segment reporting in the 10-K lets you cross-check disclosed government payments against geographic revenue.

The Central Index Key (CIK) is the join key for the filer. EDGAR exposes a company's filings via the submissions JSON endpoint at data.sec.gov/submissions/CIK followed by the ten-digit zero-padded CIK plus .json, and the filing index JSON for each accession points to the primary SD document and its exhibits. For the resource extraction XBRL exhibit specifically, the SEC's financial-report and XBRL viewer endpoints expose the tagged data, which is far easier to ingest than scraping the cover document.

A Note on Frequency, Format, and Filing Mechanics

The conflict minerals Form SD is filed annually on a calendar-year basis, due May 31 for the prior calendar year, with the Conflict Minerals Report attached as an exhibit when due diligence triggers it. The resource extraction Form SD is filed annually, due 270 days after fiscal year-end, with payment data furnished in structured XBRL. Both are submitted through the EDGAR system under the form type "SD."

One subtlety in the regulatory language: the resource extraction payment data is "furnished" rather than "filed" in the technical securities-law sense, which affects the liability treatment of that exhibit. For an aggregator this is a metadata distinction rather than a parsing one, but it is worth recording the furnished-versus-filed status if you are building anything that reasons about issuer liability. There is no filing fee for Form SD.

Important Disclaimer

This article is for informational and educational purposes only and is not financial advice, investment advice, legal advice, or tax advice. The author, Fanny Engriana, is a software engineer who builds public-data aggregators using the SEC EDGAR API. The author is not a registered investment adviser, broker-dealer, CFA, CFP, or attorney. Form SD disclosures are historical records of supply-chain due diligence and government payments and do not predict future company performance. Securities regulations, filing schemas, and SEC rules change β€” the resource extraction rule in particular has been adopted and revised multiple times β€” so always verify the current state of any SEC rule against the official sec.gov source before relying on it for compliance, research, or investment decisions. Consult a licensed financial advisor for personal investment decisions, a licensed attorney for legal questions, and a licensed CPA for tax questions.

Conclusion

Form SD is the SEC's two-headed specialized disclosure: one cover page carrying two unrelated Dodd-Frank mandates with different deadlines, different exhibits, and very different data shapes. The conflict minerals side is wide, narrative, and hard to normalize; the resource extraction side is narrow, structured in XBRL, and genuinely queryable. For an engineer building on SEC EDGAR, the mistake is treating "SD" as a single filing type. Branch your parser on the Dodd-Frank section, run separate ingestion calendars for the May 31 conflict minerals window and the 270-day resource extraction clock, and lean on the XBRL exhibit where it exists. Done right, Form SD becomes a rare structured window into where corporate America's raw materials come from and what extractive issuers pay the governments that sit on them.

Authoritative sources used throughout this article: U.S. Securities and Exchange Commission, sec.gov; Dodd-Frank Wall Street Reform and Consumer Protection Act, Sections 1502 and 1504; Exchange Act Rules 13p-1 and 13q-1; National Association of Manufacturers v. SEC, D.C. Circuit (2014); SEC Resource Extraction Disclosure adopting release (December 2020); OECD Due Diligence Guidance for Responsible Supply Chains of Minerals from Conflict-Affected and High-Risk Areas; SEC EDGAR Filer Manual.

Found this helpful?

Subscribe to our newsletter for more in-depth reviews and comparisons delivered to your inbox.

Related Articles