home / election_finance

contribution_reports_24_hours

FPPC Form 497

Data source: 497

16 rows where filer_id = 149 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, entity_type, entity_last_name, entity_city, entity_state, entity_zipcode, contributor_occupation, contribution_date, amount, 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
839 839 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-07-02       INC557 OTH Oakland Athletics Baseball Company       Oakland CA 94621       2018-06-28 00:00:00 10000                          
840 840 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-06-06       INC508 OTH Duong Estuary Cove LLC       Oakland CA 94606       2018-06-05 00:00:00 7000                          
841 841 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-06-06       INC509 IND Garzon Gerry     Oakland CA 94604   Retired   2018-06-05 00:00:00 1000                          
842 842 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-06-06       INC510 IND Schaaf Libby     Oakland CA 94602 City of Oakland 8 Councilmember   2018-06-05 00:00:00 1000                          
849 849 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-25       INC474 OTH KP Financial Svcs Ops       Pasadena CA 91103       2018-05-24 00:00:00 10000                          
851 851 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-21       INC456 IND Kapor Mitchell     Oakland CA 94607 Kapor Enterprises, Inc 8467 Investor   2018-05-18 00:00:00 1500                          
852 852 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-11       INC412 COM International Association Of Fire Fighters Local 55       Oakland CA 94612       2018-05-10 00:00:00 2500 892160 59                        
853 853 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-11       INC411 COM International Federation of Professional and Technical Engineers, Local 21 Issues PAC       San Francisco CA 94103       2018-05-11 00:00:00 5000 1362080 251                        
854 854 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-11       INC413 COM Oakland Police Officer's Association PAC       Oakland CA 94618       2018-05-11 00:00:00 1000 943526 222                        
857 857 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-01       INC305 OTH Friends of the Lakeview Library       oakland CA 94610       2018-04-19 00:00:00 500                          
858 858 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-05-01       INC353 OTH Friends of the Lakeview Library       oakland CA 94610       2018-04-30 00:00:00 500                          
859 859 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-04-30       INC336 IND Vetter Paul     Oakland CA 94618 Self Employed 90 Research Cyclist   2018-04-29 00:00:00 1000                          
861 861 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-04-27       INC335 IND Mixon Carolyn     Oakland CA 94609   Retired   2018-04-26 00:00:00 1000                          
863 863 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-04-19       INC302 IND Hargrave David     Charlotte NC 28217 Baker & Taylor 6366 Vice President Of Sales   2018-04-18 00:00:00 1000                          
864 864 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-04-19       INC304 COM Service Employees International Union Local 1021 Issues PAC       Sacramento CA 95814       2018-04-19 00:00:00 5000 1296947 238                        
865 865 1400467 149 Protect Oakland Libraries - Yes on D 2018 206 BMC 2018-03-23       INC205 OTH Tulum Innovative Engineering, Inc.       Oakland CA 94601       2018-03-22 00:00:00 5000                          

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Queries took 26.556ms · Data source: 497