← Return to the Ledger
Methodology · April 2026

How we did this

How the list is built, where it's blind, and why we sort into buckets rather than rank one through fifty.

What this list measures

The Scrooge List estimates documented giving (money we can verify reached registered charities) as a share of what the person could reasonably have given by now. We don't claim to measure total generosity, because much of billionaire giving runs through accounts and structures that don't have to disclose anything publicly.

Every dollar we cite is linked to a source: a foundation tax filing (Form 990-PF, the annual return private foundations file with the IRS), a charity-side announcement, a regulatory filing, or a reputable press report. We don't estimate beyond what's documented. A low documented figure means our sources couldn't verify more; it doesn't mean more doesn't exist.

Buckets, not a strict ranking

Ranking the Forbes 3,000 one-by-one (who is #47 stingiest vs. #48) would require precision our data doesn't support. Documented giving is a minimum (the real number could be higher); net worth varies by 10–25% across credible sources; and what's hidden is, by definition, unknowable. We therefore sort people into four buckets:

BucketWho belongsHow they're shown
A: Verified low givingLow documented giving AND we couldn't find any anonymous account, private LLC, or offshore trust that could plausibly close the gap.Ranked 1, 2, 3 by dollars not given (vs. what they could reasonably have given).
B: Probably lowLow documented giving, but at least one place where money could be held in secret exists, so hidden giving is possible.Sorted by dollars not given; no strict 1, 2, 3 rank.
C: Claimed but unverifiedMost giving flows through private LLCs or anonymous accounts that don't have to disclose. The figure shown is a minimum; real giving could be higher.Sorted by dollars not given; no strict rank.
On TrackDocumented giving meets or exceeds the benchmark.Shown for comparison. Not Scrooges.

Bloomberg uses a 1–5 star confidence rating for wealth; the Chronicle of Philanthropy declines to rank anyone in its Philanthropy 50 who won't disclose. We follow the same logic: a strict rank requires data we don't have for everyone, so we don't fake one.

What they could reasonably have given (the benchmark)

What they could have given = 5% × spendable wealth × years they've been a billionaire Spendable wealth: net worth × the share that's actually movable (15% to 85%, depending on whether their wealth is in cash, public stock, or locked-up private holdings).
The number of years isn't capped. A 40-year billionaire could reasonably have given eight times what a 5-year billionaire could.
The headline ranking is dollars not given = what they could have given − what they actually did, not a percentage.

The 5%-per-year rate is conservative on purpose. It matches the IRS legal minimum that private foundations must give out each year. It's well below the Giving Pledge's lifetime promise (give half your wealth, roughly 2.5% per year over 20 years). And it's close to what a fund could give out forever without depleting itself.

Why we use dollars, not a percentage

An earlier draft ranked Tier A people by the percentage of their benchmark they had given. That gave strange results. Ira Rennert ($3.8B net worth, 30 years as a billionaire, $13M documented giving) ranked above Elon Musk ($811B, 14 years, $500M documented) because Rennert's percentage was marginally lower.

Percentages flatten scale. A $500M gift from someone worth $811B is not the same charitable act as a $500M gift from someone worth $2B, and a $170B gap is not the same as a $2B gap. The question we care about is how many dollars are sitting on the sidelines, so we rank in dollars.

Worked example. Under this methodology: Percentage figures are still shown on each profile for comparison, but the published ranking is by dollars.

What we can't see

Documented ≠ Total

Work from the Institute for Policy Studies, Boston College's Forum on Philanthropy, and the National Philanthropic Trust estimates that documented giving (foundation tax filings + announced gifts) is roughly 40–70% of someone's true lifetime giving. A high Scrooge bucket means we couldn't find evidence of generosity at the scale their wealth would allow. It does not mean the person is ungenerous.

Places where the money becomes invisible:

How we avoid double-counting

One gift can show up in three places: a press announcement, the donor's foundation tax filing (if it went through their foundation), and the recipient charity's tax filing. Counting all three would triple-count. We apply these rules:

RuleWhat it does
Pledge ≠ paymentA 2010 $10B promise and a 2024 $500M actual payment are different events. Promises are tracked but don't count as documented giving until the money actually moves.
Into ≠ out ofWhen a billionaire moves stock into their own foundation, that's a transfer in. When the foundation later gives that money to actual charities, that's a grant out. Only the second counts as documented giving, to avoid counting the same dollar twice. (Forbes does it the opposite way, which the Institute for Policy Studies has criticized.)
Announcement + tax filingIf a $200M gift was announced in the press AND appears in that year's foundation tax filing, it's one event, not two.
Anonymous account (DAF) gift made publicIf the donor publicly says "we gave $10M to X through our DAF," that counts as a direct gift, not as DAF opacity.
Multi-year promisesCounted in the year paid, not the year announced. (The Chronicle of Philanthropy does it the other way; we note both.)

What doesn't count as charity

We exclude from documented giving:

Sources

Where each kind of finding comes from:

Type of findingWhere we get itHow confident
Private foundationsIRS Form 990-PF (the annual return private foundations file), accessed via ProPublica's Nonprofit ExplorerHigh
Public charities (donor-side gifts)IRS Form 990 (the standard charity tax filing) via ProPublica + charity websiteHigh
Announced giftsPress releases from the receiving institution, the Chronicle of Philanthropy, reputable newsMedium
Stock giftsSEC Form 4 (the SEC filing where company insiders disclose stock transactions), code "G" for giftsMedium
Giving PledgeOfficial givingpledge.org + the Institute for Policy Studies' Giving Pledge at 15 report (July 2025)High
Political givingFederal Election Commission OpenData + OpenSecrets.orgHigh
LLC givingSelf-published grant databases (where they exist); press where they don'tLow–Medium
Offshore entitiesICIJ (International Consortium of Investigative Journalists) OffshoreLeaks, matched against billionaire names and their foundationsLow
State charity registrationsCalifornia Attorney General's Registry of Charitable Trusts + New York Charities BureauMedium
Anonymous account (DAF) transfersFoundation tax filings (Schedule I), when a foundation's grants go to a known DAF holder (Fidelity Charitable, Vanguard Charitable, Schwab Charitable, etc.). We can see the transfer; what happens after is invisible.Medium for the transfer; very low for what happens after
Recipient-side double-checkFor gifts to named charities, we look up that charity's tax filing to confirm the gift size fits within reported total contributions. 172 events currently cross-confirmed (green ✓ badge on each event in the profile timeline). Events where the receiving charity's reported total is LESS than the gift get a red ! badge (usually a timing lag, with 2024 gifts not yet on the recipient's most recent filing). Events without a single named recipient ("16 nonprofits including...") can't be cross-checked.Medium where it applies
Wills / trustsWill filings, press, pledge-letter textVery low

How the data is built

The data is regenerated by a reproducible pipeline (regen_v3/ in the repo) that pulls from seven structured sources plus an open-source-intelligence layer (web search + automated extraction) and merges them into one set of records:

Pipeline is reproducible: same record + same caches ⇒ byte-identical output. Code is at github.com/jonahwei19/scrooge-list/regen_v3.

Red flags

Patterns we surface on individual profiles. Each one has a source for the specific person:

FlagWhat triggers itWhat it means
Promised half but hasn'tSigned the Giving Pledge (a public promise to give half their wealth) but documented giving is low compared to that promise.The public promise hasn't been matched by money actually moving. Per the Institute for Policy Studies' Giving Pledge at 15 (2025), only 9 of 256 signers have fulfilled.
Politics over charityPolitical giving is close to or exceeds charitable giving over recent election cycles.Research shows political giving crowds out charitable giving (NBER 2020).
Foundation hoards moneyTheir private foundation gives out less than the 5% legal minimum each year, or barely above it.Wealth parked in foundation but not actually being deployed to charities.
Recycles into anonymous accountA large share of their foundation's grants go to the donor's own donor-advised fund (DAF), an anonymous account with no payout requirement.Money leaves the foundation (so it shows as "given") but lands in a holding account with no obligation to give it out.
Money parked in private LLCMost of their giving runs through a private LLC, which doesn't have to disclose what it does.The documented figure is a minimum; the real number could be much higher or much lower, and we can't verify either way.
Charity routed through for-profitGiving Pledge promise was redirected to for-profit "impact" ventures.Money leaves the charity column under standard methodology.
Will give it after deathTheir pledge letter commits the bulk of their giving to happen after they die.The capacity to give is sitting unused while they're alive.
Never made any pledgeHas never signed the Giving Pledge.Informational only. You can't break a promise you never made.

Subject's response

We contact each person before publication; current status is on their profile.

Each profile shows whether we've contacted the person: not yet requested, contacted, response window open, responded (see above), or declined. We email their known press or foundation contact a plain-text message stating the specific numbers and bucket we intend to publish, and offer a one-week response window.

As of April 2026: 1 of 51 people has been contacted. Outreach to the rest is being scheduled. People in the highest-confidence bucket (Tier A) who haven't yet been contacted are flagged on their profile pages.

This is standard practice at Forbes, Bloomberg, and the Chronicle of Philanthropy. It's also the single most effective defense under US defamation law's "actual malice" standard for public figures.

Corrections

We maintain a public changelog. If you can document giving we missed (with a source we can link), send it and we'll update the record. Preferred: foundation tax-filing line items, recipient-side press releases, SEC filings, pledge letters. We don't update on a claim alone.

What we know we don't catch

What every profile shows

Every Tier A and Tier B profile shows:

  1. Best-estimate net worth, range across credible sources, and the date it was last updated.
  2. Documented giving, every dollar linked to its source URL.
  3. Where the money lives: foundations active and closed, LLCs, offshore entities, trusts of interest.
  4. Pledge status: did they sign the Giving Pledge? What does their letter say? Have they fulfilled it?
  5. Minimum political giving + source.
  6. Red flags with citations.
  7. A range: from what we can verify, up to the most they could plausibly be giving in secret.
  8. Subject's response: their reply, or "no response yet, requested on date X."
  9. Full source log with the dates we retrieved each source.
  10. What we still need to check: open verification items.

Sources & benchmarks

Forbes Real-Time Billionaires

Net worth and rankings, updated daily.

Bloomberg Billionaires Index

Alternate valuation, 1–5 star confidence rating.

ProPublica Nonprofit Explorer

Charity tax filings (IRS Form 990 and 990-PF).

SEC EDGAR

Form 4: stock gifts by company insiders (transaction code G).

Federal Election Commission

Federal political contributions.

OpenSecrets

Aggregated political donor profiles.

Giving Pledge

Signer list + verbatim pledge letters.

IPS: Giving Pledge at 15

Institute for Policy Studies' fulfillment study (July 2025).

NPT DAF Report

National Philanthropic Trust's annual donor-advised-fund report.

BofA / Lilly HNW Study

Bank of America / Indiana University Lilly School of Philanthropy survey of high-net-worth giving (anonymous + religious rates).

Chronicle of Philanthropy

Philanthropy 50 rankings and methodology.

NBER 2020 paper

National Bureau of Economic Research working paper on political vs. charitable giving substitution.