Payment in Lieu of Dividends, Explained
A payment in lieu of dividends arrives when your broker lends your shares out. Here is the full mechanic, and why the tax character differs from a dividend.
A payment in lieu of dividends is the cash your broker credits to your account when your shares were out on loan across a dividend's record date. The company pays its dividend once, to whoever holds the shares on its register that day, and if your shares have been lent and sold, that holder is somebody else. You still get the money. It arrives from the borrower rather than from the company, under a different name, with a different tax character.
How a payment in lieu of dividends actually happens
Four steps run in order, and none of them need any action from you.
- Your shares sit in a margin account, or in a fully paid securities lending program you opted into. Either arrangement gives your broker the right to lend them.
- Your broker lends the shares to a borrower, usually a short seller who needs stock to deliver into a sale.
- The borrower sells the shares on the open market. The buyer owns them outright and appears on the shareholder register.
- The company pays the dividend to the registered holder on the record date. That is the buyer, not you. The borrower is contractually obliged to hand over an equal amount of cash, and your broker credits it to you as a payment in lieu.
The dollar figure normally matches the dividend to the cent. Suppose a stock pays 50 cents a share and 400 of your shares were on loan: the credit is $200, the same $200 the dividend itself would have paid. What changes is what that $200 counts as when the tax forms arrive.
Which dividend is the substitute payment copying?
Two dates decide who the company pays. The ex-dividend date is the session on which the stock begins trading without the upcoming payment. The record date is when the company photographs its shareholder register and fixes the list of people it owes. The pay date is simply when the cash moves, usually two to four weeks later. Our ex-dividend date guide walks that sequence in order, and the record date versus the ex-dividend date untangles the two that get mixed up most often.
The exact SQL behind every number
SELECT
ticker,
round(toFloat64(argMax(cash_amount, ex_dividend_date)), 4) AS cash_per_share,
formatDateTime(max(ex_dividend_date), '%b %e, %Y') AS ex_date_label,
formatDateTime(argMax(record_date, ex_dividend_date), '%b %e, %Y') AS record_date_label,
formatDateTime(argMax(pay_date, ex_dividend_date), '%b %e, %Y') AS pay_date_label
FROM global_markets.stocks_dividends
WHERE ticker IN ('AAPL', 'MSFT', 'JNJ', 'PG', 'KO', 'PEP', 'XOM', 'CVX', 'MRK', 'IBM', 'PFE')
AND ex_dividend_date <= today()
AND ex_dividend_date >= today() - 200
GROUP BY ticker
ORDER BY cash_per_share DESCThe panel pins the latest regular dividend for 11 household names. CVX pays the most per share of the group at $1.78. It went ex on May 19, 2026, took its register snapshot on May 19, 2026, and paid on Jun 10, 2026. A lender whose shares sat on loan over that record date received nothing from the company on the pay date. They received the same figure from the borrower instead.
How often do these record dates come around?
Constantly. Most dividend payers on US exchanges run a quarterly cycle, and the cycles are staggered across the calendar, which keeps every month busy.
The exact SQL behind every number
SELECT
toString(toStartOfMonth(ex_dividend_date)) AS month,
formatDateTime(toStartOfMonth(ex_dividend_date), '%b %Y') AS month_label,
count() AS ex_dividend_events,
uniqExact(ticker) AS tickers_going_ex
FROM global_markets.stocks_dividends
WHERE ex_dividend_date >= '2025-08-01'
AND ex_dividend_date < '2026-08-01'
GROUP BY month, month_label
ORDER BY monthCounted month by month over that fixed window, the calendar carried 3724 ex-dividend events in Aug 2025 and 3851 in Jul 2026, across 3172 distinct tickers in that final month alone. For a lender, every one of those events is an opportunity for shares on loan to cross a record date.
Why hard-to-borrow names are where this shows up
A share is only lent when somebody wants to borrow it, and the demand comes overwhelmingly from short selling. A short seller must deliver stock they do not own, and the borrow is where that stock comes from. Short interest is the count of shares sold short and not yet bought back; our short interest primer covers how the figure is compiled. The deeper a name's pool of lent shares, the higher the odds that any particular lender's shares are in it. In a name almost nobody shorts, most lenders never see a payment in lieu at all.
The exact SQL behind every number
SELECT
ticker,
round(argMax(short_interest, settlement_date) / 1e6, 1) AS short_interest_millions,
formatDateTime(max(settlement_date), '%b %e, %Y') AS settled_label
FROM global_markets.stocks_short_interest
WHERE ticker IN ('AAPL', 'MSFT', 'JNJ', 'PG', 'KO', 'PEP', 'XOM', 'CVX', 'MRK', 'IBM', 'PFE')
AND settlement_date >= today() - 75
GROUP BY ticker
ORDER BY short_interest_millions DESCAs of the Jul 15, 2026 settlement, PFE carried the largest reported short position among the 11 names in the panel, at 163.8 million shares. Every short position rests on stock borrowed from a lender somewhere, and each lender whose shares stay out across a record date collects a substitute payment in place of the dividend.
Borrow demand also moves over time. The next panel pins one of those names across a fixed twelve-month window, so the shape under the chart never refreshes.
The exact SQL behind every number
SELECT
toString(settlement_date) AS settlement_day,
formatDateTime(settlement_date, '%b %e, %Y') AS settled_label,
round(max(short_interest) / 1e6, 1) AS short_interest_millions
FROM global_markets.stocks_short_interest
WHERE ticker = 'PFE'
AND settlement_date >= '2025-08-01'
AND settlement_date < '2026-08-01'
GROUP BY settlement_date
ORDER BY settlement_dateOver the 23 twice-monthly reports in that window, PFE's reported short position sat between 113.8 million shares on Aug 15, 2025 and 163.8 million on Jul 15, 2026. Each report reaches the public well after the position existed, a lag that why short interest data is two weeks old takes apart in detail.
The tax character is the part that matters
A payment in lieu is not a dividend. It comes from a counterparty, not from a company distributing its profits, and US tax law follows that distinction. Qualified dividend treatment applies to an actual dividend from a qualifying corporation, held for a minimum period around the ex-dividend date. A substitute payment fails that first test before the holding period is even considered, and it is generally treated as ordinary income.
The paperwork splits the same way. Brokers report substitute payments of $10 or more on Form 1099-MISC, in the box for substitute payments in lieu of dividends or interest (box 8), rather than on the Form 1099-DIV that carries ordinary and qualified dividends. IRS Publication 550, Investment Income and Expenses, is the reference that states the treatment.
Two caveats sit on top. Some brokers gross up the credit to offset the difference in treatment, which is a term of their lending agreement rather than a rule, and the amount varies by firm. And everything above is US federal treatment: the rules differ by country and by account type, and a tax-sheltered retirement account that owes nothing on dividends in the first place is untouched by the distinction. For an investor outside the United States, dividend withholding tax for non US investors covers the treaty mechanics on the underlying dividend.
How to tell whether your shares were lent
- Your account type. A margin agreement almost always contains a hypothecation clause, which is the permission to lend your securities. A plain cash account does not carry one unless you separately joined a lending program.
- Your program enrollment. Fully paid securities lending programs pay you a cut of the borrow fee, and that income appears as its own line on the statement.
- The statement wording. Look for "payment in lieu of dividend", "PIL", or "substitute payment", dated on or near the pay date of the dividend it replaces. Cash in lieu of fractional shares is an unrelated item with a confusingly similar name.
- The year-end tax form. A 1099-MISC arriving from a broker where you hold nothing but stock is usually the clearest sign that some of your shares were on loan during the year.
What happens to your vote
The economic exposure stays with you: the price risk and the substitute payment both land in your account. The vote does not stay. Only the holder of record on the record date can vote the shares, and while your stock is on loan that holder is whoever bought it from the borrower. Brokers commonly recall lent shares ahead of a proxy vote they treat as material, and a recall is also how a lender who wants the vote gets the position back. Selling the shares ends the loan as well, since the broker has to deliver stock to your buyer.
FAQ
Is a payment in lieu of dividends the same amount as the dividend?
Normally yes, to the cent. The borrower owes the lender the cash value of the dividend on the shares that were on loan. Some brokers add a gross-up on top under their own lending agreement, which is a separate amount that varies by firm.
Why did my broker send me a 1099-MISC when I only own stocks?
Substitute payments in lieu of dividends of $10 or more are reported on Form 1099-MISC rather than on Form 1099-DIV. A 1099-MISC from a stock brokerage generally means shares were out on loan across a record date. IRS Publication 550 describes the treatment.
Can I stop my shares from being lent out?
Holding shares in a cash account rather than a margin account removes the hypothecation permission that lets a broker lend them, and fully paid lending programs are opt-in and can be left. The exact terms live in your account agreement and differ between brokers.
Do I lose my voting rights while my shares are on loan?
Yes, for the duration of the loan. The vote belongs to the holder of record on the record date, and that is whoever bought the borrowed shares. Recalling the loan, or selling the position, brings the vote back.
Is a payment in lieu the same as cash in lieu of fractional shares?
No. Cash in lieu of fractional shares pays out a partial share left over from a split, a merger, or dividend reinvestment. A payment in lieu of dividends is the substitute for a dividend on whole shares that were out on loan.
Every panel here carries the exact SQL that produced it, so open one to see how each figure was counted. To check the borrow demand or the dividend calendar behind a name you already hold, ask the question in plain English on the Strasmore terminal.