20 min

Asset managers: stewards of other people's capital

Asset managers invest pooled capital for a fee on assets under management, and at trillion-dollar scale even a few basis points is an enormous business; AUM figures here are asof-dated.

Where you are. You have the instruments and the machinery that trades them. The rest of this module is the cast who use it, and it starts with the largest pools of money in the world - which are not banks, and do not belong to the firms that run them.

A fee that sounds like nothing

A fund charges one percent a year to manage your money.

One percent. Against a market that might return seven or eight in a good year, it reads like a rounding error, and it is quoted that way deliberately.

Now hold the money for thirty years. The fee is charged on the balance every year, not on the gains, so it compounds exactly the way returns do - just in the other direction. On identical market returns, the one-percent fund leaves you with roughly a quarter less than a fund charging seven basis points. Not a quarter less profit. A quarter less money.

The number that sounded like nothing is the largest single decision most savers ever make about their savings, and almost nobody makes it deliberately.

The idea in one paragraph

An asset manager invests other people’s money for a fee, and the fee is a percentage of the money rather than of the profits. That one design choice explains the whole industry: revenue scales with assets rather than performance, so gathering assets is the business and performance is the marketing. It also means fees are small numbers with enormous consequences, because a percentage charged annually against a compounding balance compounds too. At the top of the industry the scale is genuinely difficult to hold in your head - a few basis points on trillions is a very large business - and the money is not the manager’s. It belongs to pension funds, insurers and savers, which is why the largest managers end up as the largest shareholders in almost everything without having bought any of it for themselves.

The scale, dated

Read the concentration rather than the individual figures. A handful of firms manage a large fraction of the world’s investable money, which makes them the largest shareholders in most large companies, which makes how they vote a question of genuine public importance - decided by firms whose customers are mostly not thinking about voting at all.

Where the fee goes

image/svg+xml Matplotlib v3.11.1, https://matplotlib.org/ 0 5 10 15 20 25 30 years 10000 15000 20000 25000 30000 35000 value of a 10,000 stake 7 basis points 100 basis points
The fee wedge over thirty years: identical market returns, two fee levels, and a gap that opens slowly and then decisively

The exercise runs the same seeded returns through three cases: no fee, seven basis points, and one hundred. The gap between the last two is the whole active-versus-passive argument rendered as arithmetic, and it sets a hurdle rather than settling anything. A manager charging a percent must beat the cheap alternative by a percent every year, after costs, simply to break even from the saver’s point of view.

Check yourself

1. Why does a fee of one percent cost far more than one percent of your final wealth?

Because it is charged annually on the whole balance, so every pound taken also stops earning for every remaining year. The cost compounds exactly as returns do, and over decades the accumulated difference is a large fraction of the pot rather than a small one.

2. Fees are charged on assets rather than profits. What does that design imply about the industry’s incentives?

That revenue depends on how much money is gathered and retained rather than on how well it performs. Growing assets becomes the core business, performance becomes a means of attracting and keeping them, and the manager’s income is far more stable than their customers’ returns.

3. Why does concentration among a few large managers raise questions beyond their customers?

Because managing a large fraction of investable money means holding a large fraction of most large companies’ shares, and shares carry votes. A handful of firms end up casting decisive votes on corporate matters, on behalf of savers who never expressed a view, which is a governance question rather than an investment one.

4. A manager charges 100 basis points against an alternative charging 7. What must it deliver to be worth choosing?

More than 93 basis points of extra return per year, after its own trading costs, sustained over the holding period. Occasional outperformance is not enough, because the fee is charged every year including the bad ones. That is the hurdle the arithmetic sets, and the reason the fee difference is decisive over decades.

Do this

Run identical returns through two fee levels and read the gap.

python3 code/fee_drag.py

The starter leaves you grow, the compounding loop: apply each year’s market return, then charge the fee on the resulting balance. The assertions check that higher fees always leave less and that the gap between seven and a hundred basis points exceeds fifteen percent of the original stake. Success prints all three terminal values and the line:

the fee is charged on the balance, not the gain, so it compounds exactly like a return - just in the manager's direction

The completed version is in solutions/fee_drag.py.

What you can now do. You can compute what a fee costs over a lifetime, explain why the industry’s revenue model shapes its behaviour, and read a concentration figure for what it implies about ownership. The next lesson is the other end of the same industry: far smaller pools, far higher fees, and a structural reason their failures matter to everyone.

What you can now do

You can compute what a fee costs over a lifetime and say why a few basis points decides an industry.