home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

12 rows where employer = 5075 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, transaction_id, last_name, first_name, city, zipcode, occupation, transaction_date, 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
97413 97413 1472382 347 Re-Elect Noel Gallo for Oakland City Council 2024 472 2024-11-21 2024-09-22 2024-10-19 2024-11-05 INC80 IND Aguilera Natalie   Alameda CA 94502 Native American Health Center 5075 Chief Executive Officer n   2024-09-24 250 250      
101247 101247 1472382 347 Re-Elect Noel Gallo for Oakland City Council 2024 472 2024-10-24 2024-09-22 2024-10-19 2024-11-05 INC80 IND Aguilera Natalie   Alameda CA 94502 Native American Health Center 5075 Chief Executive Officer n   2024-09-24 250 250      
77926 77926 1446236 269 De La Fuente for Mayor 2022 349 2022-10-13 2022-07-01 2022-09-24 2022-11-08 tPsN44pqi9Nq IND Garrett Greg   Castro Valley CA 94552 Native American Health Center 5075 Executive n   2022-08-01 100 100      
87756 87756 1446236 269 De La Fuente for Mayor 2022 349 2022-09-28 2022-07-01 2022-09-24 2022-11-08 tPsN44pqi9Nq IND Garrett Greg   Castro Valley CA 94552 Native American Health Center 5075 Executive n   2022-08-01 100 100      
59739 59739 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2021-01-18 2020-09-20 2020-10-17 2020-11-03 INC235 IND Waukazoo Martin   San Leandro CA 94577 Native American Health Center 5075 Administrator n   2020-10-08 200 200      
63381 63381 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2020-10-22 2020-09-20 2020-10-17 2020-11-03 INC235 IND Waukazoo Martin   San Leandro CA 94577 Native American Health Center 5075 Administrator n   2020-10-08 200 200      
57804 57804 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2020-10-20 2020-01-01 2020-09-19 2020-11-03 INC108 IND Gallo Noah   Oakland CA 94601 Native American Health Center 5075 Human Services Coordinator n   2020-09-15 900 900      
65980 65980 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2020-09-22 2020-01-01 2020-09-19 2020-11-03 INC108 IND Gallo Noah   Oakland CA 94601 Native American Health Center 5075 Human Services Coordinator n   2020-09-15 900 900      
30215 30215 1386932 125 Nehanda Imara for City Council 2016 143 2017-02-16 2016-09-25 2016-10-22 2016-11-08 INC120 IND Trinclisti Bonita   Oakland CA 94618 Native American Health Center 5075 Nurse Practioner n   2016-10-12 100 100      
30239 30239 1386932 125 Nehanda Imara for City Council 2016 143 2017-01-14 2016-09-25 2016-10-22 2016-11-08 INC120 IND Trinclisti Bonita   Oakland CA 94618 Native American Health Center 5075 Nurse Practioner n   2016-10-12 100 100      
32400 32400 1386932 125 Nehanda Imara for City Council 2016 143 2016-10-26 2016-09-25 2016-10-22 2016-11-08 INC120 IND Trinclisti Bonita   Oakland CA 94618 Native American Health Center 5075 Nurse Practioner n   2016-10-12 100 100      
32488 32488 1384926 141 Chris Jackson for School Board 2016 161 2016-10-26 2016-09-25 2016-10-22 2016-11-08 INC138 IND Trinclisti Bonita   Oakland CA 94618 Native American Health Center 5075 Physician n   2016-10-11 100 100      

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 19.778ms · Data source: A_Contributions