Vulnerability Decomposition¶
Core Idea¶
A system's vulnerability to a named stressor factors into three terms — exposure (how much the system meets the stressor), sensitivity (harm per unit of exposure), and adaptive capacity (its ability to bound or reverse harm) — typically combined as Vulnerability = Exposure × Sensitivity / Adaptive Capacity, with each factor admitting its own intervention family.
How would you explain it like I'm…
Bumped, Hurt, or Healed
The Three Parts of Harm
Exposure, Sensitivity, Coping
Broad Use¶
- Climate adaptation: vulnerability to warming or sea-level rise factors into exposure, per-unit sensitivity, and adaptive capacity (IPCC AR4 onward).
- Disaster risk reduction: UNDRR Sendai decomposes disaster risk into hazard, exposure, and a vulnerability split into sensitivity and adaptive capacity.
- Public health: a population's vulnerability to a pathogen factors into contact patterns, per-contact severity, and immunity plus treatment access.
- Cybersecurity: organisational vulnerability factors into attack-surface exposure, compromise damage, and detection-and-recovery capacity.
- Financial systemic risk: an institution's fragility factors into the same three terms in regulatory vocabulary (Basel-III).
- Agriculture: drought vulnerability factors into water exposure, crop sensitivity, and irrigation-and-reserve capacity.
Clarity¶
Dissolves two errors — conflating exposure with vulnerability (high exposure plus low sensitivity and high capacity yields low vulnerability) and conflating vulnerability with risk (which additionally needs the hazard's probability).
Manages Complexity¶
Turns "reduce vulnerability" into a worklist — name the stressor, quantify each factor, map candidate interventions to factors, and steer spend to the binding term by marginal return.
Abstract Reasoning¶
Licenses the counterfactual "hold two factors fixed, vary the third," and a sharp negative test: an intervention touching none of the three factors does not reduce vulnerability.
Knowledge Transfer¶
- Climate to public health: a "reduce exposure" planner can borrow social-distancing protocols, since exposure is the same factor relabelled.
- Cyber to finance: an "increase adaptive capacity" designer can borrow financial stress-test methodology.
- Coastal city to hospital: the same factoring procedure that maps a flood-vulnerability budget maps a hospital's pandemic vulnerability.
Example¶
A coastal city told 40% of its population lives in the surge zone has stopped at exposure; factoring further reveals the binding intersection of highly sensitive pre-1980 housing and low evacuation capacity, redirecting spend for several-fold better marginal return.
Relationships to Other Primes¶
Parents (2) — more general patterns this builds on
- Vulnerability Decomposition is a kind of Decomposition — A multiplicative factorisation V = Exposure × Sensitivity / Adaptive-Capacity of a system-stressor pair, each factor with its own intervention family — a specialization of decomposition applied to a vulnerability scalar.
- Vulnerability Decomposition presupposes Risk — The file: this is the recipe for the VULNERABILITY FACTOR ONLY of Risk = Hazard × Vulnerability; presupposes risk and feeds the risk equation (probability multiplied back at the risk level).
Path to root: Vulnerability Decomposition → Decomposition
Not to Be Confused With¶
- Vulnerability Decomposition is not Risk because risk is the full product Hazard × Vulnerability needing the hazard's probability, whereas this is the recipe for the vulnerability factor alone, bracketing probability.
- Vulnerability Decomposition is not Stressor-Induced Adaptation because that is a dynamic process of how a system changes under stress, whereas this is a static factorisation of how much harm a stressor produces now.
- Vulnerability Decomposition is not FMEA because FMEA enumerates and ranks many failure modes, whereas this depth-first factors one system-stressor pair into three multiplicative terms.