Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/public/data/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,17 @@
"running": false,
"updated": "2026-08-21",
"note": "5 model claims, 7 Chronicle facts (6 statistical + 1 non-simulated uprated EU-SILC survey input), 6 derived ratios dispositioned; 2 concept-mismatch attachments"
},
{
"id": "uk-thinktanks",
"source": "IFS + Resolution Foundation",
"area": "independent UK tax-benefit modelling",
"mode": 2,
"country": "UK",
"stage": "ingested",
"running": false,
"updated": "2026-08-24",
"note": "314 claims from 2 independent models (339 staged rows = 314 ingested + 25 tallied drops)"
}
]
}
11 changes: 11 additions & 0 deletions data/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,17 @@
"running": false,
"updated": "2026-08-21",
"note": "5 model claims, 7 Chronicle facts (6 statistical + 1 non-simulated uprated EU-SILC survey input), 6 derived ratios dispositioned; 2 concept-mismatch attachments"
},
{
"id": "uk-thinktanks",
"source": "IFS + Resolution Foundation",
"area": "independent UK tax-benefit modelling",
"mode": 2,
"country": "UK",
"stage": "ingested",
"running": false,
"updated": "2026-08-24",
"note": "314 claims from 2 independent models (339 staged rows = 314 ingested + 25 tallied drops)"
}
]
}
5 changes: 5 additions & 0 deletions scorecard_db/build_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
campaign_us staged day-1/day-2 campaign results (claim matching)
uk_externals five UK primary-source families + Chronicle staging
uk_deductions FRR family
uk_thinktanks IFS + Resolution Foundation (independent models)
produce_uk + campaign_uk archive-resolved UK reckoner attaches
be_jrc JRC EUROMOD-BE model claims + honest demo attachments;
final so its 2026-08-21 lane update cannot be regressed by
Expand Down Expand Up @@ -47,6 +48,7 @@
ingest_solo,
ingest_uk_deductions,
ingest_uk_externals,
ingest_uk_thinktanks,
ingest_urban,
produce_campaign_uk,
)
Expand Down Expand Up @@ -94,6 +96,9 @@ def build(db_path: Path) -> dict:
("campaign_us", lambda: ingest_campaign.ingest(db_path)),
("uk_externals", lambda: ingest_uk_externals.ingest(db_path)),
("uk_deductions", lambda: ingest_uk_deductions.ingest(db_path)),
# Two independent UK models (#86), harvested in the 2026-08-02
# sweep and unused until now.
("uk_thinktanks", lambda: ingest_uk_thinktanks.ingest(db_path)),
("produce_uk", lambda: produce_campaign_uk.produce(db_path)),
(
"campaign_uk",
Expand Down
Loading
Loading