monetary_contributions
Data source: A_Contributions
10 rows where employer = 3458 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_id, filer_name, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
61234 | 61234 | 1332115 37 | Oakland Rising Committee Sponsored by Movement Strategy Center Action Fund 31 | 2021-02-01 | 2020-10-18 | 2020-12-31 | 2020-11-03 | A970 | IND | Newton | Lucas | Oakland | CA | 94606 | Common Counsel 3458 | Senior Program Officer | n | 2020-12-14 | 500 | 500 | |||||
52589 | 52589 | 1332115 37 | Oakland Rising Committee Sponsored by Movement Strategy Center Action Fund 31 | 2018-06-05 | 2018-01-01 | 2018-05-19 | 2018-06-05 | A431 | IND | Newton | Lucas | Oakland | CA | 94606 | Common Counsel 3458 | Senior Program Officer | n | 2018-05-14 | 500 | 500 | |||||
38383 | 38383 | 1332115 37 | Oakland Rising Committee Sponsored by Movement Strategy Center Action Fund 31 | 2017-07-28 | 2017-01-01 | 2017-06-30 | A209 | IND | Newton | Lucas | Oakland | CA | 94606 | Common Counsel 3458 | Senior Program Officer | n | 2017-05-21 | 250 | 250 | ||||||
30257 | 30257 | 1364564 71 | Committee to Protect Oakland Renters - Yes on Measure JJ, sponsored by labor and community organizations 128 | 2017-05-15 | 2016-09-25 | 2016-10-22 | 2016-11-08 | IDT90 | IND | Cooper | Layla | Oakland | CA | 94606 | Common Counsel 3458 | Finance Manager | n | I | 2016-09-26 | 100 | 100 | ||||
29023 | 29023 | 1386932 125 | Nehanda Imara for City Council 2016 143 | 2017-02-16 | 2016-01-01 | 2016-09-24 | 2016-11-08 | INC36 | IND | Newton | Luke | Oakland | CA | 94606 | Common Counsel 3458 | Non-Profit | n | 2016-09-16 | 250 | 250 | |||||
29062 | 29062 | 1386932 125 | Nehanda Imara for City Council 2016 143 | 2017-01-14 | 2016-01-01 | 2016-09-24 | 2016-11-08 | INC36 | IND | Newton | Luke | Oakland | CA | 94606 | Common Counsel 3458 | Non-Profit | n | 2016-09-16 | 250 | 250 | |||||
32327 | 32327 | 1364564 71 | Committee to Protect Oakland Renters - Yes on Measure JJ, sponsored by labor and community organizations 128 | 2016-10-27 | 2016-09-25 | 2016-10-22 | 2016-11-08 | IDT90 | IND | Cooper | Layla | Oakland | CA | 94606 | Common Counsel 3458 | Finance Manager | n | I | 2016-09-26 | 100 | 100 | ||||
29102 | 29102 | 1386932 125 | Nehanda Imara for City Council 2016 143 | 2016-10-26 | 2016-01-01 | 2016-09-24 | 2016-11-08 | INC36 | IND | Newton | Luke | Oakland | CA | 94606 | Common Counsel 3458 | Non-Profit | n | 2016-09-16 | 250 | 250 | |||||
33950 | 33950 | 1386932 125 | Nehanda Imara for City Council 2016 143 | 2016-09-29 | 2016-01-01 | 2016-09-24 | 2016-11-08 | INC36 | IND | Newton | Luke | Oakland | CA | 94606 | Common Counsel 3458 | Non-Profit | n | 2016-09-16 | 250 | 250 | |||||
13148 | 13148 | 1332115 37 | Oakland Rising Committee Sponsored by Movement Strategy Center Action Fund 31 | 2015-01-21 | 2014-07-01 | 2014-12-31 | 2012-11-06 | A125 | IND | Newton | Lucas | Oakland | CA | 94606 | Common Counsel 3458 | Senior Program Officer | n | 2014-09-22 | 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");