monetary_contributions
Data source: A_Contributions
10 rows where employer = 2143 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, memo_reference_number, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
108907 | 108907 | 1476843 355 | Loren Taylor for Oakland Mayor 2025 480 | 2025-04-03 | 2025-03-02 | 2025-03-29 | 2025-04-15 | INC3405 | IND | Wilcox | James | Danville | CA | 94526 | University Of California, Berkeley 2143 | Professor | n | 2025-03-28 | 101 | 101 | INC3405 | ||||
107339 | 107339 | 1476843 355 | Loren Taylor for Oakland Mayor 2025 480 | 2025-04-02 | 2025-01-01 | 2025-03-01 | 2025-04-15 | INC613 | IND | Campbell | Andrew | Oakland | CA | 94611 | University Of California, Berkeley 2143 | University Researcher | n | 2025-01-31 | 300 | 300 | INC613 | ||||
107830 | 107830 | 1476843 355 | Loren Taylor for Oakland Mayor 2025 480 | 2025-04-02 | 2025-01-01 | 2025-03-01 | 2025-04-15 | INC954 | IND | Post | Alison | Oakland | CA | 94618 | University Of California, Berkeley 2143 | Professor | n | 2025-02-16 | 150 | 150 | INC954 | ||||
109971 | 109971 | 1476843 355 | Loren Taylor for Oakland Mayor 2025 480 | 2025-03-06 | 2025-01-01 | 2025-03-01 | 2025-04-15 | INC613 | IND | Campbell | Andrew | Oakland | CA | 94611 | University Of California, Berkeley 2143 | University Researcher | n | 2025-01-31 | 300 | 300 | INC613 | ||||
110464 | 110464 | 1476843 355 | Loren Taylor for Oakland Mayor 2025 480 | 2025-03-06 | 2025-01-01 | 2025-03-01 | 2025-04-15 | INC954 | IND | Post | Alison | Oakland | CA | 94618 | University Of California, Berkeley 2143 | Professor | n | 2025-02-16 | 150 | 150 | INC954 | ||||
61643 | 61643 | 1426780 210 | Derreck Johnson for Oakland City Council 2020 266 | 2021-01-28 | 2020-10-18 | 2020-12-31 | 2020-11-03 | INC1610 | IND | Campbell | Andrew | Oakland | CA | 94611 | University Of California, Berkeley 2143 | Director | n | 2020-10-28 | 150 | 150 | |||||
38299 | 38299 | 1365610 68 | Annie Campbell Washington 2014 Officeholder Committee 64 | 2017-07-21 | 2017-01-01 | 2017-06-30 | INC901 | IND | Weisner | Stanley | Oakland | CA | 94611 | University Of California, Berkeley 2143 | Director | n | 2017-06-06 | 100 | 100 | ||||||
9895 | 9895 | 1365610 68 | Annie Campbell Washington 2014 Officeholder Committee 64 | 2016-02-01 | 2014-10-01 | 2014-10-18 | INC307 | IND | Weisner | Stanley | Oakland | CA | 94611 | University Of California, Berkeley 2143 | Director UC Berkeley Extension | n | 2014-10-01 | 25 | 125 | ||||||
6652 | 6652 | 1365610 68 | Annie Campbell Washington 2014 Officeholder Committee 64 | 2016-01-29 | 2014-01-01 | 2014-06-30 | INC399 | IND | Egger | Rebecca | Berkeley | CA | 94705 | University Of California, Berkeley 2143 | Administrator | n | 2014-06-30 | 100 | 100 | ||||||
6787 | 6787 | 1365610 68 | Annie Campbell Washington 2014 Officeholder Committee 64 | 2016-01-29 | 2014-01-01 | 2014-06-30 | INC205 | IND | Weisner | Stanley | Oakland | CA | 94611 | University Of California, Berkeley 2143 | Director UC Berkeley Extension | n | 2014-05-18 | 100 | 100 |
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");