monetary_contributions
Data source: A_Contributions
8 rows where employer = 306 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, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
63902 | 63902 | 1431908 241 | Leroy Gaines for Oakland School Board 2020 304 | 2020-10-20 | 2020-09-20 | 2020-10-17 | 2020-11-03 | R8ZmHMfOrdNa | IND | Powell Jobs | Laurene | Palo Alto | CA | 94301 | Emerson Collective 306 | President | n | 2020-10-06 | 900 | 900 | |||||
31105 | 31105 | 1387803 138 | Re-Elect James Harris for School Board 2016 157 | 2017-01-31 | 2016-10-23 | 2016-12-31 | 2016-11-08 | D4k4iA8EBTL8 | IND | Jobs | Laurene | Palo Alto | CA | 94301 | Emerson Collective 306 | President | n | 2016-10-28 | 700 | 700 | |||||
31873 | 31873 | 1386749 122 | Huber Trenado for OUSD School Board 2016 140 | 2017-01-29 | 2016-10-23 | 2016-12-31 | 2016-11-08 | 1Hg7k6ALvKhb | IND | Powell Jobs | Laurene | Mrs. | Palo Alto | CA | 94301 | Emerson Collective 306 | President | n | 2016-10-28 | 700 | 700 | ||||
6918 | 6918 | 1357609 40 | Parker for Oakland Mayor 2014 34 | 2014-09-16 | 2014-01-01 | 2014-06-30 | 2014-11-04 | INC1169 | IND | Powell Jobs | Laurene | Palo Alto | CA | 94301 | Emerson Collective 306 | Chair | n | 2014-05-08 | 700 | 700 | |||||
19106 | 19106 | 1357609 40 | Parker for Oakland Mayor 2014 34 | 2014-07-31 | 2014-01-01 | 2014-06-30 | 2014-11-04 | INC1169 | IND | Powell Jobs | Laurene | Palo Alto | CA | 94301 | Emerson Collective 306 | Chair | n | 2014-05-08 | 700 | 700 | |||||
1112 | 1112 | 1348353 19 | Roseann Torres for Oakland School Board 19 | 2013-01-31 | 2012-07-01 | 2012-12-31 | yh4p8dMHKcst | IND | Powell Jobs | Laurene | Palo Alto | CA | 94301 | Emerson Collective 306 | Founder & Chair | n | 2012-10-30 | 700 | 700 | ||||||
1219 | 1219 | 1345919 8 | James Harris for Oakland School Board 8 | 2013-01-31 | 2012-10-21 | 2012-12-31 | 2012-11-06 | C4773778 | IND | Powell Jobs | Laurene | Palo Alto | CA | 94301 | Emerson Collective 306 | Founder & Chair | n | 2012-10-30 | 700 | 700 | |||||
1206 | 1206 | 1304073 9 | Re-Elect Jumoke Hinton Hodge for Oakland School Board 9 | 2012-12-31 | 2012-10-21 | 2012-12-31 | 2012-11-06 | C6909575 | IND | Powell Jobs | Lauren | Palo Alto | CA | 94301 | Emerson Collective 306 | Founder | n | 2012-10-30 | 700 | 700 |
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");