Portfolio Screening¶
Workflow — instantiates Coarse-to-Fine Search
Implements the archetype by using coarse financial, strategic, risk, or feasibility filters before intensive due diligence on selected opportunities.
Portfolio Screening first draws an explicit boundary around the opportunities worth considering at all — a mandate, thesis, or eligibility rule — then applies a small set of cheap coarse filters to that universe to produce a shortlist for expensive due diligence, while holding two things the other siblings usually ignore: a diversification requirement on the shortlist and a decision ledger recording why every candidate was passed or declined. Its distinctive concern is that the search is over a live universe someone must be accountable for: the boundary must be legitimate, the shortlist must not over-concentrate, and every exclusion must be inspectable later. It is coarse-to-fine search dressed for a domain where the excluded candidates have stakes in the outcome.
Example¶
A seed-stage venture fund receives a few thousand pitch decks a year and can run genuine due diligence on perhaps thirty. It starts by fixing the boundary: the mandate is B2B software, pre-Series-A, US-incorporated — anything outside is out of scope, and the reason is stated so the exclusion is defensible rather than arbitrary. Within the universe, a handful of coarse filters do the first cut: revenue growth trend, founding-team signal, market size, a quick feasibility read. A few hundred clear the filters; the partners rank and shortlist about thirty for deep diligence.
Before the shortlist is fixed, a diversification check runs across it — no more than a set fraction in any single sub-sector, deliberate room kept for first-time founders — so the fund does not accidentally buy thirty versions of the same bet. And every deck, advanced or declined, is logged in the CRM with the coarse scores and the decline reason. A year on, the fund reviews that ledger to ask which of its cheap filters actually predicted the companies that broke out — and which promising ones it screened away.
How it works¶
- Set the mandate boundary. State what is in scope, what is excluded, and why the exclusion is legitimate — the universe the coarse pass must cover.
- Score on a few coarse proxies. Apply cheap, uniform filters (financial, strategic, risk, feasibility) to the whole universe and rank.
- Shortlist to diligence capacity, then apply the diversification constraint across the shortlist so it spans sectors, stages, or profiles rather than collapsing onto one type.
- Log every decision. Record each candidate's coarse scores and its advance/decline reason in a durable ledger that supports audit and later filter calibration.
Tuning parameters¶
- Mandate width — how broad the in-scope universe is. Wide mandates see more upside and cost more to screen; narrow ones are cheap but can define away whole categories of opportunity by fiat.
- Filter strictness — how demanding the coarse cut is. Strict filters shrink the shortlist to fit diligence capacity but raise the odds of screening out a winner; loose filters preserve options and overload diligence.
- Diversification quota strength — how hard the varied-slate constraint binds. A strong quota guards against concentration and blind spots but can force in weaker candidates; a weak one lets the shortlist homogenize.
- Ledger granularity — how much rationale is captured per decision. Rich records enable real learning and fairness audits but add friction to every screen.
When it helps, and when it misleads¶
Its strength is turning an unmanageable inflow into a governed process: scarce diligence lands on a curated, deliberately varied shortlist, the scope of the search is explicit, and the decision trail makes the screen auditable and improvable. It is the natural mechanism wherever many opportunities compete for a little deep-evaluation capacity.
Its deepest failure is invisible and self-reinforcing: the fund observes returns only from deals it funded, never from the ones it screened out, so the coarse filter can never see its own false negatives and slowly encodes whatever bias made unconventional candidates score low — survivorship bias operating on the screen itself.[n1] The classic misuse is filtering on easily measured proxies (pedigree, logo quality, warm-intro provenance) that correlate with a candidate's visibility rather than its value, which also disadvantages founders whose merit needs context to read. The guarding discipline is to sample-review a slice of declines, keep an explicit "anti-portfolio" of ones that got away, run subgroup checks where people are affected, and periodically re-validate each coarse filter against realized outcomes.
How it implements the components¶
search_space_boundary— the stated mandate/eligibility rule defines the opportunity universe and legitimizes what is excluded.promising_region_filter— the coarse financial/strategic/risk/feasibility cuts mark which opportunities earn expensive diligence.diversity_quota— the diversification constraint on the shortlist keeps the advancing set varied and guards against concentration.coverage_record— the decision ledger documents every advance and decline with its rationale for audit and filter calibration.
It provides no method for deepening a single candidate's analysis (refinement_step) and no graduated resolution ladder (resolution_transition_rule); the detailed-refinement side is carried by Design Downselection, and the multi-level scan by Multi-Resolution Search.
Related¶
- Instantiates: Coarse-to-Fine Search — coarse mandate-and-filter triage feeding governed due diligence.
- Sibling mechanisms: Multi-Resolution Search · Coarse Grid Search · Funnel Process · Diagnostic Narrowing · Progressive Candidate Review · Design Downselection · Search Tree Pruning with Refinement
Editorial Notes¶
Form Classification¶
Form family: Decision, Gate & Allocation
Rationale: Portfolio Screening operates as a case-specific gate, selection, routing, prioritization, or resource disposition because it implements the archetype by using coarse financial, strategic, risk, or feasibility filters before intensive due diligence on selected opportunities.
Independent corroboration: The frozen evidence defines Portfolio Screening as 'Implements the archetype by using coarse financial, strategic, risk, or feasibility filters before intensive due diligence on selected opportunities', so its operative form is Decision, Gate & Allocation.
Nearest alternative: Analysis, Modeling & Optimization — Portfolio Screening includes features of an analytical, modeling, inference, comparison, or optimization procedure that derives insight or a solution, but its defining operation is a case-specific gate, selection, routing, prioritization, or resource disposition.
Review outcome: Independent reviewer agreement; medium confidence.
Origin Attribution¶
Primary origin: Economics & Finance
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Coarse financial and strategic filters before due diligence belong to investment and corporate portfolio practice.
Related originating lineages:
- Operations Research — Operations research contributes staged search and resource-efficient screening.
- Organizational & Management Science — Organizational management contributes strategic fit and governance criteria.
Review resolution: Both blind reviewers agree that economics finance is the primary origin. Reconciliation resolves alternate origin disagreement, origin mode disagreement. Formative alternate lineages are retained as operations_research, organizational_management; later breadth of use is recorded separately as domain_reach=multi_domain, while origin_mode=cross_disciplinary_synthesis describes the relationship among origin lineages.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] Survivorship bias — reasoning only from the cases that made it through a selection process while the filtered-out cases are unobserved. In screening, it means the filter's false negatives are systematically invisible, so a biased or miscalibrated screen cannot correct itself from outcomes alone; keeping an "anti-portfolio" of rejected-then-successful cases is the standard corrective. ↩