home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

10 rows where employer = 5592 sorted by report_date descending

✎ View and edit SQL

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, 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
82593 82593 1442079 265 Treva Reid for Oakland Mayor 2022 342 2023-05-01 2022-10-23 2022-12-31 2022-11-08 INC1642 IND Sneed Sherrell   Oakland CA 94603 State Farm Insurance 5592 Registered Representative n   2022-10-24 250 250      
83433 83433 1446236 269 De La Fuente for Mayor 2022 349 2023-01-31 2022-10-23 2022-12-31 2022-11-08 hW27zwsaA8Te IND Valenzuela Fernando   Oakland CA 94601 State Farm Insurance 5592 Agent n   2022-10-24 100 100      
83648 83648 1442079 265 Treva Reid for Oakland Mayor 2022 342 2023-01-23 2022-10-23 2022-12-31 2022-11-08 INC1642 IND Sneed Sherrell   Oakland CA 94603 State Farm Insurance 5592 Registered Representative n   2022-10-24 250 250      
81492 81492 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-10-27 2022-09-25 2022-10-22 2022-11-08 5461124 IND Blumgart Cynthia   Oakland CA 94611-1518 State Farm Insurance 5592 retired n   2022-10-06 516.45 516.45      
81926 81926 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-10-27 2022-09-25 2022-10-22 2022-11-08 5461124 IND Blumgart Cynthia   Oakland CA 94611-1518 State Farm Insurance 5592 retired n   2022-10-06 516.45 516.45      
84392 84392 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2022-10-27 2022-09-25 2022-10-22 2022-11-08 5461124 IND Blumgart Cynthia   Oakland CA 94611-1518 State Farm Insurance 5592 retired n   2022-10-06 516.45 516.45      
52904 52904 1405456 177 Sheng Thao for Oakland City Council 2018 Officeholder Account 252 2021-12-06 2019-07-01 2019-12-31   mEO2g7HzrwdJ IND Quan Kelly Miao   Alameda CA 94501 State Farm Insurance 5592 Insurance Agent n   2019-08-29 800 800      
53973 53973 1405456 177 Sheng Thao for Oakland City Council 2018 226 2020-01-31 2019-07-01 2019-12-31 2022-11-08 mEO2g7HzrwdJ IND Quan Kelly Miao   Alameda CA 94501 State Farm Insurance 5592 Insurance Agent n   2019-09-03 800 800      
34187 34187 1387192 142 Viola Gonzales for City Council 2016 164 2016-09-29 2016-07-01 2016-09-24 2016-11-08 x4kAqFZ2kiyW IND Blumgart Cynthia   Berkeley CA 94705 State Farm Insurance 5592 Insurance Agent n   2016-09-08 350 350      
35757 35757 1382679 140 Re-elect City Attorney Barbara Parker 2016 159 2016-08-01 2016-01-01 2016-06-30 2016-11-08 6fjd7TSxPTrK IND Williams Jain   Oakland CA 94619-1908 State Farm Insurance 5592 Self-Employed n   2016-03-14 500 500      

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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