# Building the asset gathering funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → and its conversion stages
A regional asset manager runs a fixed-income webinar. 800 people register. 340 show up. 22 book a follow-up call. 6 request the due-diligence pack. 2 fund an account. That last number, 2, is what pays the salaries. Everything before it is leakage.
If you cannot see where the other 798 fell out, you cannot fix the strategy. This lesson maps the asset gathering funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → gate by gate, quantifies typical drop-off, and shows you how to compute the ratios that expose the leak.
Asset gathering is the marketing and sales process of turning a stranger into a funded account, that is, money actually invested in one of your strategies. In asset management the "sale" is rarely a single click. It is a slow, high-trust, often institutional decision.
Two buyer types run through the same funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → with very different speeds:
Fixed income (bonds and other debt instruments) sits in a peculiar spot: the product feels "safe" so registrants are plentiful, but yields are commoditized, so conversion depends heavily on trust and differentiation.
Think of it as a series of gates. At each gate, a defined action moves someone forward.
Someone registers for your webinar, gated whitepaper, or event. The first conversion is simply showing up or opening the asset.
Webinar attendance rates vary widely. Industry surveys (for example, ON24 and GoTo benchmark reports, updated annually) commonly cite live attendance of 35% to 50% of registrants as of the mid-2020s. Treat these as cross-sector estimates, not fixed-income-specific gospel.
Worked example: 800 registrants, 340 attendees.
Show-up rate = 340 / 800 = 42.5%. Solidly mid-range.
Attending is passive. Engagement is active: downloading the fund factsheet, staying past the halfway mark, clicking a follow-up email, or answering a poll.
This is where a Marketing Qualified LeadMarketing Qualified LeadA Marketing Qualified Lead (MQL) is a prospect whose engagement and fit signals indicate they are more likely to become a customer, justifying handoff toward sales.Voir la définition complète → (MQLMQLA Marketing Qualified Lead (MQL) is a prospect whose engagement and fit signals indicate they are more likely to become a customer, justifying handoff toward sales.Voir la définition complète →) is born, a lead whose behavior signals genuine interest, as opposed to an idle registrant.
Worked example: of 340 attendees, 68 download the strategy factsheet.
Engagement rateEngagement rateThe ratio of interactions (likes, comments, shares) to reach for a given piece of content, used to gauge how well audiences respond relative to how many people saw it.Voir la définition complète → = 68 / 340 = 20%.
Now sales enters. The engaged lead becomes a Sales Qualified LeadSales Qualified LeadSales Qualified Lead: a prospect the sales team has validated as ready for direct outreach and a proposal, having passed clear qualification criteria.Voir la définition complète → (SQLSQLSales Qualified Lead: a prospect the sales team has validated as ready for direct outreach and a proposal, having passed clear qualification criteria.Voir la définition complète →) once a rep confirms fit (right investor type, right ticket size, right mandate) and books a meeting.
Worked example: 22 meetings booked from 68 engaged leads.
Meeting rate = 22 / 68 = 32%.
The prospect asks for the DD pack: audited track record, holdings, risk process, team bios, regulatory standing. In institutional flows this is the make-or-break gate. A weak or slow DD response kills deals here.
Worked example: 6 DD requests from 22 meetings.
DD rate = 6 / 22 = 27%.
The final conversion: signed subscription and capital wired.
Worked example: 2 funded accounts from 6 DD requests.
Funding rate = 2 / 6 = 33%.
| Gate | In | Out | Stage conversion |
|---|---|---|---|
| Register to attend | 800 | 340 | 42.5% |
| Attend to engage | 340 | 68 | 20% |
| Engage to meeting | 68 | 22 | 32% |
| Meeting to DD | 22 | 6 | 27% |
| DD to funded | 6 | 2 | 33% |
End-to-end conversion = 2 / 800 = 0.25%.
That single number is your funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète →'s headline efficiency. For high-consideration financial products, sub-1% registrant-to-customer conversion is normal. Do not panic at the small number; panic at the *worst gate*.
Multiply nothing. Compare gates. Here the attend-to-engage gate at 20% is the weakest link relative to what is achievable. If your webinar content is generic ("what are bonds?") rather than differentiated ("how our duration positioningpositioningThe mental space you want your brand to occupy in your target customer's mind relative to alternatives.Voir la définition complète → held up in the 2022 to 2024 rate cycle"), attendees drift.
Fixing the worst gate has leverage. Lift engagement from 20% to 30% and, holding all else equal:
You went from 2 funded accounts to 3, a 50% increase in outcomes, by fixing one gate. That is the entire point of funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → math: it tells you where a marginal dollar or hour buys the most.
Do not measure "registrants this month" against "funded accounts this month." Those are different people at different funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → positions. Track a cohort: the same group of 800 registrants over time, since fixed-income institutional deals can take a year to close.
A simple tracking model:
funnel = {
"registrants": 800,
"attendees": 340,
"engaged": 68,
"meetings": 22,
"dd_requests": 6,
"funded": 2,
}
stages = list(funnel.items())
for i in range(1, len(stages)):
prev_name, prev = stages[i-1]
name, val = stages[i]
conv = val / prev
print(f"{prev_name:>11} -> {name:<11}: {conv:5.1%}")
overall = funnel["funded"] / funnel["registrants"]
print(f"End-to-end conversion: {overall:.2%}")Run this per cohort and per channel. You will quickly see that a LinkedIn thought-leadership cohort converts differently from a paid-search cohort.
The funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → only earns its keep when connected to money. Customer Acquisition CostCustomer Acquisition CostCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète → (CACCACCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète →) is total sales and marketing spend divided by funded accounts won.
Worked example: you spent 40,000 USD (or EUR) on the campaign: webinar platform, paid ads, sales time. You won 2 accounts.
CACCACCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète → = 40,000 / 2 = 20,000 per funded account.
Steep? Only relative to what each account is worth. If those accounts each bring 5 million in AUM (assets under management) and your fee is, say, 40 basis points (0.40%) on fixed income, that is 20,000 in annual revenue per account, recovering CACCACCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète → in year one, before you even reachreachThe number of unique people exposed to your message in a given period. Unlike impressions, reach counts each person once, no matter how often they see it.Voir la définition complète → lifetime valuelifetime valueLifetime Value: the total revenue (or profit) a customer generates throughout their entire relationship with your business.Voir la définition complète →. (Fee levels vary; check your own mandate. This is an illustrative figure, not a benchmark.)
This is why the funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète → and CACCACCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète → are inseparable: improving the worst gate lowers CACCACCustomer Acquisition Cost (CAC) is the total sales and marketing spend divided by the number of new customers gained in a period. It measures how efficiently you grow.Voir la définition complète → without spending an extra cent on ads.
Vérification des acquis
1. In the context of asset gathering, what does 'funding an account' represent within the funnel?
2. Why does the lesson describe every stage before a funded account as 'leakage'?
3. Why does fixed income tend to attract many registrants but still struggle with conversion?
4. Select ALL correct answers about how institutional buyers differ from retail/wealth buyers in the asset gathering funnel.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers about why computing conversion ratios at each funnel gate is valuable.
Sélectionnez toutes les réponses correctes.
A few reality checks, all to be treated as rough industry estimates as of the mid-2020s, not verified fixed-income constants:
The honest guidance: your own historical cohorts are a better benchmark than any external number. External figures tell you if you are wildly off; your own dataown dataData collected directly from your own customers and prospects through your own channels: your most reliable and privacy-compliant source.Voir la définition complète → tells you if you are improving.
For a solid free primer on conversion-rate mechanics, HubSpot's guide is a clean starting point: How to Calculate Conversion Rate.
In the US and EU, marketing of investment products is regulated. In the US, the SEC Marketing Rule (Rule 206(4)-1, in force since late 2022) governs how advisers advertise performance and use testimonials. In the EU, promotions must be "fair, clear, and not misleading" under MiFID II (Markets in Financial Instruments Directive II). This matters to your funnelfunnelThe customer journey from awareness to purchase, typically Awareness, Interest, Consideration, Decision, Action, with prospects narrowing at each stage.Voir la définition complète →: overstated webinar claims that boost the engagement gate can trigger compliance problems downstream. Optimize conversion within the rules, not around them.