Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Aaron Flint"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FLINT FOR MONTANA"
|
||||
id: "C00941575"
|
||||
ids:
|
||||
fec: "H6MT01152"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Aaron Flint
|
||||
|
||||
Republican open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FLINT FOR MONTANA (C00941575)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Alani Ines Bankhead"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF ALANI BANKHEAD"
|
||||
id: "C00937201"
|
||||
ids:
|
||||
fec: "S6MT00253"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Alani Ines Bankhead
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF ALANI BANKHEAD (C00937201)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Albert Olszewski"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AL FOR MONTANA"
|
||||
id: "C00783381"
|
||||
ids:
|
||||
fec: "H2MT02084"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Albert Olszewski
|
||||
|
||||
Republican open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AL FOR MONTANA (C00783381)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Brian James Miller"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MILLER FOR CONGRESS"
|
||||
id: "C00922831"
|
||||
ids:
|
||||
fec: "H6MT02150"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Brian James Miller
|
||||
|
||||
Democratic challenger for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MILLER FOR CONGRESS (C00922831)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Christi Jacobsen"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CHRISTI JACOBSEN FOR CONGRESS"
|
||||
id: "C00941583"
|
||||
ids:
|
||||
fec: "H6MT01160"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Christi Jacobsen
|
||||
|
||||
Republican open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CHRISTI JACOBSEN FOR CONGRESS (C00941583)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kurt Alme"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "REP"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "ALME FOR SENATE"
|
||||
id: "C00942060"
|
||||
ids:
|
||||
fec: "S6MT00295"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kurt Alme
|
||||
|
||||
Republican open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- ALME FOR SENATE (C00942060)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Kyle Austin"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "LIB"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "AUSTIN FOR CONGRESS"
|
||||
id: "C00870352"
|
||||
ids:
|
||||
fec: "S6MT00261"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Kyle Austin
|
||||
|
||||
Libertarian open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- AUSTIN FOR CONGRESS (C00870352)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,35 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Lee Calhoun"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "REP"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CALHOUNFORMT"
|
||||
id: "C00950493"
|
||||
ids:
|
||||
fec: "S6MT00329"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Lee Calhoun
|
||||
|
||||
Republican candidate for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CALHOUNFORMT (C00950493)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Matthew Rains"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MATT RAINS FOR MONTANA"
|
||||
id: "C00924258"
|
||||
ids:
|
||||
fec: "H0MT00116"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Matthew Rains
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MATT RAINS FOR MONTANA (C00924258)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael D. Dr. Eisenhauer"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "IND"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "EISENHAUER FOR CONGRESS"
|
||||
id: "C00930750"
|
||||
ids:
|
||||
fec: "H6MT02168"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael D. Dr. Eisenhauer
|
||||
|
||||
Independent challenger for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- EISENHAUER FOR CONGRESS (C00930750)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael Hummert"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MICHAEL HUMMERT US SENATE CANDIDATE"
|
||||
id: "C00873166"
|
||||
ids:
|
||||
fec: "S4MT00217"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael Hummert
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MICHAEL HUMMERT US SENATE CANDIDATE (C00873166)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Michael James Mr. Blackwolf"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BLACKWOLF FOR MONTANA"
|
||||
id: "C00919936"
|
||||
ids:
|
||||
fec: "S6MT00246"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Michael James Mr. Blackwolf
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BLACKWOLF FOR MONTANA (C00919936)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Reilly Neill"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "REILLY FOR MONTANA"
|
||||
id: "C00892505"
|
||||
ids:
|
||||
fec: "S6MT00238"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Reilly Neill
|
||||
|
||||
Democratic open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- REILLY FOR MONTANA (C00892505)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Russell Tyler Cleveland"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "CLEVELAND FOR CONGRESS"
|
||||
id: "C00902395"
|
||||
ids:
|
||||
fec: "H6MT01103"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Russell Tyler Cleveland
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- CLEVELAND FOR CONGRESS (C00902395)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ryan Busse"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "RYAN BUSSE FOR MONTANA"
|
||||
id: "C00933473"
|
||||
ids:
|
||||
fec: "H6MT01145"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ryan Busse
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- RYAN BUSSE FOR MONTANA (C00933473)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Ryan K Zinke"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "COMMANDER ZINKE LEADERSHIP FUND"
|
||||
id: "C00778159"
|
||||
ids:
|
||||
fec: "H4MT01041"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Ryan K Zinke
|
||||
|
||||
Republican incumbent for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- COMMANDER ZINKE LEADERSHIP FUND (C00778159)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Sam Lux"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "LUX FOR MONTANA"
|
||||
id: "C00913327"
|
||||
ids:
|
||||
fec: "H6MT02143"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Sam Lux
|
||||
|
||||
Democratic challenger for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- LUX FOR MONTANA (C00913327)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Samuel Kelley Forstag"
|
||||
description: "U.S. House candidate, MT-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-01"
|
||||
party: "DEM"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SAM FOR MONTANA"
|
||||
id: "C00932822"
|
||||
ids:
|
||||
fec: "H6MT01137"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Samuel Kelley Forstag
|
||||
|
||||
Democratic open-seat for U.S. House (MT-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SAM FOR MONTANA (C00932822)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Seth Bodnar"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "IND"
|
||||
stance: "open-seat"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "SETH BODNAR FOR MONTANA"
|
||||
id: "C00941708"
|
||||
ids:
|
||||
fec: "S6MT00287"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Seth Bodnar
|
||||
|
||||
Independent open-seat for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- SETH BODNAR FOR MONTANA (C00941708)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Steve Daines"
|
||||
description: "U.S. Senate candidate, MT (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "MT"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "STEVE DAINES FOR MONTANA"
|
||||
id: "C00491357"
|
||||
ids:
|
||||
fec: "S2MT00096"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Steve Daines
|
||||
|
||||
Republican incumbent for U.S. Senate (MT), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- STEVE DAINES FOR MONTANA (C00491357)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Troy Downing"
|
||||
description: "U.S. House candidate, MT-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "MT"
|
||||
district: "MT-02"
|
||||
party: "REP"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "TROY DOWNING FOR CONGRESS"
|
||||
id: "C00855288"
|
||||
ids:
|
||||
fec: "H4MT02098"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, mt]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Troy Downing
|
||||
|
||||
Republican incumbent for U.S. House (MT-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- TROY DOWNING FOR CONGRESS (C00855288)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
Reference in New Issue
Block a user