monetary_contributions
Data source: A_Contributions
11 rows where employer = 84 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, state, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
109319 | 109319 | 1477668 386 | Barbara Lee for Oakland Mayor 2025 523 | 2025-04-02 | 2025-03-02 | 2025-03-29 | 2025-04-15 | IDT3057 | IND | Hines | Harrison | Washington | DC | 20002 | Government 84 | Administration | n | I | 2025-03-29 | 50 | 140 | ||||
99056 | 99056 | 1468846 351 | Rowena Brown at large Oakland City Council 2024 476 | 2025-01-31 | 2024-07-01 | 2024-12-31 | MEUH9g9zo93n | IND | Lewis | Denise | Sacramento | CA | 95827 | Government 84 | Manager | n | 2024-09-21 | 100 | 100 | ||||||
98641 | 98641 | 1477604 363 | Charlene Wang for Oakland City Council District 2 488 | 2025-01-30 | 2024-07-01 | 2024-12-31 | 2025-04-15 | VhkcQ9ggOIG4 | IND | Ratanjee | Dhara | Oakland | CA | 94610 | Government 84 | Government | n | 2024-12-30 | 100 | 100 | |||||
103191 | 103191 | 1468846 351 | Rowena Brown at large Oakland City Council 2024 476 | 2024-09-25 | 2024-07-01 | 2024-09-21 | 2024-11-05 | MEUH9g9zo93n | IND | Lewis | Denise | Sacramento | CA | 95827 | Government 84 | Manager | n | 2024-09-21 | 100 | 100 | |||||
103742 | 103742 | 1467592 333 | Wang for Oakland City Council At Large 2024 452 | 2024-07-31 | 2024-01-01 | 2024-06-30 | 2024-11-05 | 6jswgv9I1txD | IND | Ratanjee | Dhara | Oakland | CA | 94610 | Government 84 | Government | n | 2024-05-20 | 100 | 100 | |||||
78918 | 78918 | 1441375 266 | Loren Taylor for Oakland Mayor 2022 343 | 2022-09-29 | 2022-07-01 | 2022-09-24 | 2022-11-08 | 5057232 | IND | Fujiwara | Jonathan | Oakland | CA | 94603-4014 | Government 84 | Civil servant | n | 2022-08-03 | 250 | 250 | |||||
79425 | 79425 | 1441375 266 | Loren Taylor for Oakland Mayor 2022 343 | 2022-09-29 | 2022-07-01 | 2022-09-24 | 2022-11-08 | 5057232 | IND | Fujiwara | Jonathan | Oakland | CA | 94603-4014 | Government 84 | Civil servant | n | 2022-08-03 | 250 | 250 | |||||
79948 | 79948 | 1441375 266 | Loren Taylor for Oakland Mayor 2022 343 | 2022-09-29 | 2022-07-01 | 2022-09-24 | 2022-11-08 | 5057232 | IND | Fujiwara | Jonathan | Oakland | CA | 94603-4014 | Government 84 | Civil servant | n | 2022-08-03 | 250 | 250 | |||||
86305 | 86305 | 1441375 266 | Loren Taylor for Oakland Mayor 2022 343 | 2022-09-29 | 2022-07-01 | 2022-09-24 | 2022-11-08 | 5057232 | IND | Fujiwara | Jonathan | Oakland | CA | 94603-4014 | Government 84 | Civil servant | n | 2022-08-03 | 250 | 250 | |||||
210 | 210 | 1342709 2 | Derrick H Muhammad for City Council 2012 2 | 2012-10-11 | 2012-07-01 | 2012-09-30 | A239 | IND | Hunter | Meishia | Durham | NC | 27707 | Government 84 | Lawyer | n | 2012-09-07 | 100 | 100 | ||||||
1489 | 1489 | 1342709 2 | Derrick H Muhammad for City Council 2012 2 | 2012-10-05 | 2012-07-01 | 2012-09-30 | A239 | IND | Hunter | Meishia | Durham | NC | 27707 | Government 84 | Lawyer | n | 2012-09-07 | 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");