home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

10 rows where employer = 7499 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_id, filer_name, report_date, report_start_date, report_end_date, election_date, last_name, first_name, city, state, zipcode, occupation, transaction_amt, year_to_date, report_date (date), report_start_date (date), report_end_date (date), election_date (date), transaction_date (date)

Link rowid filer_id filer_name report_date ▲ report_start_date report_end_date election_date transaction_id entity_type last_name first_name prefix city state zipcode employer occupation self_employed transaction_type transaction_date transaction_amt year_to_date transaction_description committee_id memo_reference_number
98577 98577 1477604 363 Charlene Wang for Oakland City Council District 2 488 2025-01-30 2024-07-01 2024-12-31 2025-04-15 79tLgo8UMKF3 IND Bessler Andy   Arlington VA 22209 US EPA 7499 Envir. Protection Specialist n   2024-12-30 100 100      
100321 100321 1467592 333 Wang for Oakland City Council At Large 2024 452 2024-10-24 2024-09-22 2024-10-19 2024-11-05 TIDZ1UjIpmqb IND Chen Eugene   Oakland CA 94607 US EPA 7499 Environmental Enginner n   2024-09-26 100 100      
103560 103560 1467592 333 Wang for Oakland City Council At Large 2024 452 2024-07-31 2024-01-01 2024-06-30 2024-11-05 o1Ok3zJEcUHf IND Bessler Andy   Arlington VA 22209 US EPA 7499 Envir. Protection Specialist n   2024-05-15 100 100      
103577 103577 1467592 333 Wang for Oakland City Council At Large 2024 452 2024-07-31 2024-01-01 2024-06-30 2024-11-05 KHROy9L6Z37H IND Byrd Darlene   Hyattsville MD 20782 US EPA 7499 Federal Gov n   2024-06-29 525 525      
103701 103701 1467592 333 Wang for Oakland City Council At Large 2024 452 2024-07-31 2024-01-01 2024-06-30 2024-11-05 BSpC8yjngQVb IND Louie Pauline   Los Angeles CA 90027 US EPA 7499 Urban Planner n   2024-06-30 250 250      
103711 103711 1467592 333 Wang for Oakland City Council At Large 2024 452 2024-07-31 2024-01-01 2024-06-30 2024-11-05 tlq2pS2cvXjk IND Mehta Ameesha   Randolph NJ 07869 US EPA 7499 Physical Scientist n   2024-06-24 300 300      
43786 43786 1405422 161 Pamela Harris for Oakland City Council 2018 202 2019-01-31 2018-10-21 2018-12-31 2018-11-06 ObjEeu9h6QIN IND De Robertis Cecilia   Silver Spring MD 20910 US EPA 7499 Attorney n   2018-10-21 50 350      
47788 47788 1405187 151 Nayeli Maxson for Oakland City Council 2018 189 2018-09-27 2018-07-01 2018-09-22 2018-11-06 7VTGXfseRebg IND MacCormack Dominic   San Francisco CA 94133 US EPA 7499 Scientist n   2018-08-18 100 100      
48820 48820 1405422 161 Pamela Harris for Oakland City Council 2018 202 2018-08-01 2018-01-01 2018-06-30 2018-11-06 WDSuZcujC92k IND De Robertis Cecilia   Silver Spring MD 20910 US EPA 7499 Attorney n   2018-05-15 250 300      
48821 48821 1405422 161 Pamela Harris for Oakland City Council 2018 202 2018-08-01 2018-01-01 2018-06-30 2018-11-06 GmbHTl87Nci6 IND De Robertis Cecilia   Silver Spring MD 20910 US EPA 7499 Attorney n   2018-06-26 50 300      

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "monetary_contributions" (
"filer_id" INTEGER,
  "filer_name" INTEGER,
  "report_date" TEXT,
  "report_start_date" TEXT,
  "report_end_date" TEXT,
  "election_date" TEXT,
  "transaction_id" TEXT,
  "entity_type" TEXT,
  "last_name" TEXT,
  "first_name" TEXT,
  "prefix" INTEGER,
  "city" TEXT,
  "state" TEXT,
  "zipcode" TEXT,
  "employer" INTEGER,
  "occupation" TEXT,
  "self_employed" TEXT,
  "transaction_type" INTEGER,
  "transaction_date" TEXT,
  "transaction_amt" INTEGER,
  "year_to_date" INTEGER,
  "transaction_description" INTEGER,
  "committee_id" TEXT,
  "memo_reference_number" INTEGER
,
FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id),
    FOREIGN KEY ("filer_name") REFERENCES [filer_names](id),
    FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id),
    FOREIGN KEY ("employer") REFERENCES [businesses](id));
CREATE INDEX ["monetary_contributions_filer_id"] ON [monetary_contributions]("filer_id");
CREATE INDEX ["monetary_contributions_filer_name"] ON [monetary_contributions]("filer_name");
CREATE INDEX ["monetary_contributions_committee_id"] ON [monetary_contributions]("committee_id");
CREATE INDEX ["monetary_contributions_employer"] ON [monetary_contributions]("employer");
Powered by Datasette · Queries took 142.024ms · Data source: A_Contributions