monetary_contributions
Data source: A_Contributions
11 rows where employer = 5657 sorted by report_date descending
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
101319 | 101319 | 1469795 331 | Patrice Berry for Oakland School Board 2024 450 | 2024-10-24 | 2024-09-22 | 2024-10-19 | 2024-11-05 | 282 | IND | Sanders | Darcel | Sacramento | CA | 95821 | GO Public Schools 5657 | Non-profit leader | n | 2024-10-07 | 100 | 100 | |||||
64705 | 64705 | 1431908 241 | Leroy Gaines for Oakland School Board 2020 304 | 2020-09-24 | 2020-07-01 | 2020-09-19 | 2020-11-03 | fWQAwCWuPKCg | IND | Eastman Stewart | Jessica | Oakland | CA | 94601 | GO Public Schools 5657 | Executive Director | n | 2020-08-19 | 100 | 100 | |||||
67030 | 67030 | 1422177 204 | Mark Hurty for Oakland School Board 2020 256 | 2020-09-21 | 2020-07-01 | 2020-09-19 | 2020-11-03 | ZkN67eiVz6GI | IND | Stewart | Jessica | Oakland | CA | 94601 | GO Public Schools 5657 | Executive Director | n | 2020-08-20 | 100 | 100 | |||||
40706 | 40706 | 1412686 168 | Anthony Wilson for District 6 OUSD 2018 212 | 2019-01-28 | 2018-07-01 | 2018-09-22 | 2018-11-06 | iCyYmQbk9Vga | IND | Klein | Jonathan | Oakland | CA | 94602 | GO Public Schools 5657 | CEO and Co-Founder | n | 2018-09-11 | 100 | 100 | |||||
40733 | 40733 | 1412686 168 | Anthony Wilson for District 6 OUSD 2018 212 | 2018-10-17 | 2018-07-01 | 2018-09-22 | 2018-11-06 | iCyYmQbk9Vga | IND | Klein | Jonathan | Oakland | CA | 94602 | GO Public Schools 5657 | CEO and Co-Founder | n | 2018-09-11 | 100 | 100 | |||||
47848 | 47848 | Pending 20 | Anthony Wilson for District 6 OUSD 2018 212 | 2018-09-27 | 2018-07-01 | 2018-09-22 | 2018-11-06 | iCyYmQbk9Vga | IND | Klein | Jonathan | Oakland | CA | 94602 | GO Public Schools 5657 | CEO and Co-Founder | n | 2018-09-11 | 100 | 100 | |||||
46398 | 46398 | 1409088 171 | GARY YEE FOR OAKLAND SCHOOL BOARD 2018 216 | 2018-09-24 | 2018-07-01 | 2018-09-22 | 2018-11-06 | cFLFwA6nqTMG | IND | Stewart | Jessica | Oakland | CA | 94601 | GO Public Schools 5657 | Executive Director | n | 2018-08-19 | 250 | 250 | |||||
38918 | 38918 | 1395968 148 | Libby Schaaf for Mayor 2018 185 | 2018-07-24 | 2018-01-01 | 2018-06-30 | VNHZWHHW4X2 | IND | Klein | Jonathan | Oakland | CA | 94602-3217 | GO Public Schools 5657 | Chief Executive Officer | n | 2018-06-30 | 100 | 100 | ||||||
51744 | 51744 | 1395968 148 | Libby Schaaf for Mayor 2018 185 | 2018-07-24 | 2018-01-01 | 2018-06-30 | VNHZWHHW4X2 | IND | Klein | Jonathan | Oakland | CA | 94602-3217 | GO Public Schools 5657 | Chief Executive Officer | n | 2018-06-30 | 100 | 100 | ||||||
38094 | 38094 | 1395968 148 | Libby Schaaf for Mayor 2018 185 | 2017-07-19 | 2017-01-01 | 2017-06-30 | VNHZWFX26Z8 | IND | Klein | Jonathan | Oakland | CA | 94602-3217 | GO Public Schools 5657 | Chief Executive Officer | n | 2017-06-30 | 100 | 100 | ||||||
34368 | 34368 | 1386749 122 | Huber Trenado for OUSD School Board 2016 140 | 2016-09-26 | 2016-07-01 | 2016-09-24 | 2016-11-08 | GinPa3vYcJNu | IND | Stewart | Jessica | Oakland | CA | 94601 | GO Public Schools 5657 | Senior Managing Director | n | 2016-08-11 | 250 | 250 |
Advanced export
JSON shape: default, array, newline-delimited
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");