Methodology Standards — Blomstra Insights (BMS-1.0.0)
Blomstra Insights/Methodology Standards
Methodology Standards · Strategic Intelligence

How Blomstra Measures Things

The shared rules every index conforms to — normalization, coverage, provenance, weighting, timing. Read this once; each index’s own page only covers what’s specific to it.

Standard: BMS‑1.0.0  ·  8 standards  ·  Last updated: 2026-08-11

Applies to SIVI · SERI · Geopolitical Risk Index · Governance Capture Risk · +5 more

📋 Explore Our Indices & Atlases

Jump straight to the full list of indices built on this standard — each with its own methodology page.

→ Browse All Indices
01

Normalization

Indicators arrive on incompatible scales — a debt ratio, a connectivity index, a concentration score. Before anything is combined into a composite, every indicator is converted to a percentile rank against the population of countries that have real data for it.

percentile_rank = ((rank − 0.5) / n) × 100

Ties receive the average of the ranks they span. Directionality is always made explicit per indicator — if a higher raw value means less risk, it’s inverted before ranking, never after. Missing values are excluded from the ranking population entirely; a country with no data for an indicator gets no percentile for it, not a zero. Heavy-tailed indicators (inflation, debt, commodity prices) are winsorized at the 1st/99th percentile.

02

Coverage & partial ranks

Every index classifies each country into one of three coverage levels, rather than fabricating a value for whatever’s missing.

Level 1 Full All pillars have real data. Rank is definitive.
Level 2 Partial Exactly one pillar is missing, and the index still meets its minimum-pillar threshold. The missing pillar is injected at five points across its global distribution — P0, P10, P50, P90, P100 — producing a rank at each. best_estimate is the P50 rank, range_80_low/high are the P10/P90 ranks, theoretical_low/high are the P0/P100 ranks.
Level 3 Insufficient Below the minimum pillar threshold. No score, no rank — excluded from the published index.

Structural zeros: a value of exactly 0 is not automatically treated as missing. A landlocked country’s maritime connectivity, a country with no external debt, a country with no military spending — these are real observations, not gaps, and they participate fully in the Full Index. The decision to treat a value as a structural zero must be documented in the index’s own methodology, never made ad hoc in code.

The five-point injection algorithm assumes exactly one missing pillar. Indices where two or more pillars could be missing simultaneously must define and document an alternative approach as a deviation.

03

Provenance & data quality

Every indicator carries its source, observation year, and a staleness flag — exposed in the API response itself, not buried in a footnote.

Good

0–1 years old relative to the current data vintage.

Aged

1–3 years old. Still used, flagged for the reader.

Stale

Older than 3 years. Used only if no fresher observation exists.

Structural zero

A real, known zero — not treated as missing data.

04

Weighting

Pillar and indicator weights are declared explicitly and exposed in the API’s weights object — never hardcoded as magic numbers inside the composite builder. When a pillar is missing, the remaining pillars are implicitly renormalized by dividing by the sum of present weights, not by 100/count() — coverage is checked against real sub-weights, since two pillars can carry very different shares of the total. Any weight change that alters how scores should be read triggers a major version bump.

05

Temporal data

Observation year and retrieval date are tracked separately. Each country uses its own most recent available year rather than being forced onto a common year. Data older than the methodology’s acceptable age — typically two years for annual data — is marked stale and excluded from scoring unless the index’s own methodology documents a wider window. Trajectory is computed as compound annual growth rate, not a point difference, so small-base countries aren’t compared on the same footing as large-base ones. Dataset vintage (e.g. a specific IMF WEO release) is recorded explicitly wherever a source publishes discrete versions.

06

Forecast separation

Structural scoring is built only from observed and estimated data — never forecasts. A forward-looking projection layer may exist alongside it, clearly labeled, but a forecast is never substituted in as a fallback for missing historical data.

07

Country universe

All indices draw from a single canonical country list. Aggregate entities — “World,” “Sub-Saharan Africa,” “High income” — are filtered out everywhere. ISO 3166-1 alpha-3 is the canonical country code; ISO2 may be used for display only. Microstates or territories may be excluded, but only with the justification documented in that index’s own methodology.

08

Fallback & scope

Fallback data is tracked per indicator, never merged in with ad hoc if (!isset) logic. Where a value’s institutional scope can vary — central government versus general government debt, for instance — that scope is stored alongside the value, and a pillar that mixes scopes across its inputs is flagged scope_mixed: true so a reader knows when they’re looking at a blend of incomparable definitions.

Standard catalog

BMS-001 Provenance & Data Quality Source, year, and staleness tracked per indicator; exposed in the API.
BMS-002 Missing Data & Partial Coverage Three coverage levels; five-point injection for the single-missing-pillar case; structural-zero rules.
BMS-003 Normalization Percentile ranking as the primary method; explicit directionality; winsorization for heavy tails.
BMS-004 Weighting Explicit, API-exposed weights; renormalization on missing pillars uses real sub-weights.
BMS-005 Temporal Data Observation vs. retrieval year; staleness thresholds; CAGR-based trajectory.
BMS-006 Forecast Separation Structural scores never include forecasts; a forecast layer, if present, is separate and labeled.
BMS-007 Country Universe One canonical country list; aggregates filtered; ISO3 is canonical.
BMS-008 Fallback & Scope Per-indicator fallback tracking; institutional scope recorded and flagged when mixed.

Our indices & atlases

Every framework below is built to this standard. Click through for its own pillars, formulas, and documented deviations.

Sovereign Infrastructure Vulnerability Index

Live

Structural exposure to disruption across energy, maritime shipping, and trade-partner concentration.

3 pillars · 204 countries

Sovereign Economic Resilience Index

Live

A sovereign economy’s capacity to absorb and adapt to structural economic shocks.

4 pillars · 196 countries

Geoeconomy Atlas

Planned

A wider multidimensional view across economic, technological, and geopolitical structural pillars.

10–12 pillars · Q1 2027
How this page relates to an index’s own methodology page: this page defines the mechanics that don’t change from index to index. Each index’s own page documents only its pillars, formulas, sources, and — where it intentionally departs from a rule above — a Deviations section. If an index’s page and this page ever conflict on a generic mechanic, this page is the source of truth.
Scroll to Top