contribution_reports_24_hours
Data source: 497
9 rows where committee_id = 612 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_id, filer_name, entity_last_name, entity_zipcode, contribution_date, ballot_measure_name, ballot_measure_jurisdiction, report_date (date), contribution_date (date)
Link | rowid | filer_id | filer_name | committee_type | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | entity_type | entity_last_name | entity_first_name | entity_prefix | entity_suffix | entity_city | entity_state | entity_zipcode | contributor_employer | contributor_occupation | contributor_self_employed | contribution_date | amount | committee_id | candidate_last_name | candidate_first_name | candidate_prefix | candidate_suffix | office_sought | office_jurisdiction | district_number | incumbent | ballot_measure_name | ballot_measure_number | ballot_measure_jurisdiction | memo_reference_number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
541 | 541 | Pending 20 | Village Glen Oakland 2, LLC 217 | 2018-12-03 | 6IGEjpfsTWWM | COM | The Oakland Fund for Measure AA | Oakland | CA | 94607 | 2018-12-01 00:00:00 | 5807 | 1310647 612 | The Oakland Children's Initiative | AA | Oakland | |||||||||||||||||||
575 | 575 | Pending 20 | Village Glen Oakland 2, LLC 217 | 2018-11-01 | fJkQ912kjMbJ | COM | The Oakland Fund for Measure AA | Oakland | CA | 94607 | 2018-11-01 00:00:00 | 16000 | 1310647 612 | The Oakland Children's Initiative | AA | Oakland | |||||||||||||||||||
593 | 593 | Pending 20 | Eileen Ruby 241 | 2018-10-29 | LWwSNQn1MKJh | COM | The Oakland Fund for Measure AA | Oakland | CA | 94607 | 2018-10-28 00:00:00 | 5000 | 1310647 612 | Children's Initiative of 2018 | AA | Oakland, CA | |||||||||||||||||||
540 | 540 | 1412582 172 | Oaklanders for Fair Taxation & Improved City Services, a Kalb ballot measure Committee in Favor of Measure X 218 | 2018-10-25 | dE8Ye8nxmp9X | COM | Oakland Fund for Measure AA | Oakland | CA | 94612 | 2018-10-19 00:00:00 | 0 | 1310647 612 | Oakland Children's Initiative | AA | Oakland | |||||||||||||||||||
610 | 610 | 1412582 172 | Oaklanders for Fair Taxation & Improved City Services, a Kalb ballot measure Committee in Favor of Measure X 218 | 2018-10-23 | Iju4HwBWKxp6 | COM | Oakland Fund for Measure AA | Oakland | CA | 94612 | 2018-10-19 00:00:00 | 8500 | 1310647 612 | Oakland Children's Initiative | AA | Oakland | |||||||||||||||||||
681 | 681 | Pending 20 | Village Glen Oakland 2, LLC 217 | 2018-10-15 | eZmFKN4ELBaE | COM | The Oakland Fund for Measure AA | Oakland | CA | 94607 | 2018-10-01 00:00:00 | 22993 | 1310647 612 | The Oakland Children's Initiative | AA | Oakland | |||||||||||||||||||
836 | 836 | pending 99 | Charles Freiberg 210 | 2018-08-10 | MvqEfhJS1RlP | COM | The Oakland Fund | Oakland | CA | 94607 | 2018-06-02 00:00:00 | 10000 | 1310647 612 | Oakland Children's Initiative | City of Oakland | ||||||||||||||||||||
847 | 847 | 1400908 192 | East Bay Community Foundation (nonprofit 501(c)(3)) 243 | RCP | 2018-05-29 | EXP14 | COM | The Oakland Fund | Oakland | CA | 94607 | 2018-05-25 00:00:00 | 150000 | 1310647 612 | Oakland Children's Initiative | City of Oakland | |||||||||||||||||||
869 | 869 | 1400908 192 | East Bay Community Foundation (nonprofit 501(c)(3)) 243 | RCP | 2018-02-02 | EXP4 | COM | The Oakland Fund | Oakland | CA | 94607 | 2018-01-26 00:00:00 | 175000 | 1310647 612 | The Oakland Fund | EXP:S497:4 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "contribution_reports_24_hours" ( "filer_id" INTEGER, "filer_name" INTEGER, "committee_type" TEXT, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "entity_type" TEXT, "entity_last_name" TEXT, "entity_first_name" TEXT, "entity_prefix" TEXT, "entity_suffix" TEXT, "entity_city" TEXT, "entity_state" TEXT, "entity_zipcode" TEXT, "contributor_employer" INTEGER, "contributor_occupation" TEXT, "contributor_self_employed" TEXT, "contribution_date" TEXT, "amount" NUMERIC, "committee_id" INTEGER, "candidate_last_name" TEXT, "candidate_first_name" TEXT, "candidate_prefix" TEXT, "candidate_suffix" TEXT, "office_sought" TEXT, "office_jurisdiction" TEXT, "district_number" TEXT, "incumbent" TEXT, "ballot_measure_name" TEXT, "ballot_measure_number" TEXT, "ballot_measure_jurisdiction" TEXT, "memo_reference_number" TEXT , 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 ("contributor_employer") REFERENCES [businesses](id)); CREATE INDEX ["contribution_reports_24_hours_filer_id"] ON [contribution_reports_24_hours]("filer_id"); CREATE INDEX ["contribution_reports_24_hours_filer_name"] ON [contribution_reports_24_hours]("filer_name"); CREATE INDEX ["contribution_reports_24_hours_committee_id"] ON [contribution_reports_24_hours]("committee_id"); CREATE INDEX ["contribution_reports_24_hours_contributor_employer"] ON [contribution_reports_24_hours]("contributor_employer");