home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

10 rows where employer = 1028 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, 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
112103 112103 1477604 363 Charlene Wang for Oakland City Council District 2 488 2025-03-06 2025-01-01 2025-03-01 2025-04-15 sxka6hT5Nf78 IND O'Brien Johnny   Oakland CA 94607 Family Bridges, Inc. 1028 CEO n   2025-02-26 100 100      
40425 40425 1395580 147 Abel Guillen for City Council 2018 184 2019-04-15 2018-01-01 2018-06-30   INC308 IND Jan Corinne   Oakland CA 94611 Family Bridges, Inc. 1028 Chief Executive Officer n   2018-03-09 500 500      
50241 50241 1395580 147 Abel Guillen for City Council 2018 184 2018-07-31 2018-01-01 2018-06-30   INC308 IND Jan Corinne   Oakland CA 94611 Family Bridges, Inc. 1028 Chief Executive Officer n   2018-03-09 500 500      
30277 30277 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 IDT157 IND Jan Corinne   Oakland CA 94607 Family Bridges, Inc. 1028 Chief Executive Officer n I 2016-10-12 500 500      
32347 32347 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 IDT157 IND Jan Corinne   Oakland CA 94607 Family Bridges, Inc. 1028 Chief Executive Officer n I 2016-10-12 500 500      
22830 22830 1365384 87 Abel Guillen for Oakland City Council 2014 Officeholder Account 121 2016-01-26 2015-07-01 2015-12-31   INC1156 IND Jan Corinne   Oakland CA 94611 Family Bridges, Inc. 1028 Chief Executive Officer n   2015-09-04 100 100      
6306 6306 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCF1HH8 IND Jan Corinne   Oakland CA 94611-2014 Family Bridges, Inc. 1028 CEO n   2014-03-21 500 500      
20723 20723 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWCF1HH8 IND Jan Corinne   Oakland CA 94611-2014 Family Bridges, Inc. 1028 CEO n   2014-03-21 500 500      
20970 20970 1354678 38 Re-Elect Mayor Quan 2014 32 2014-07-29 2014-01-01 2014-06-30 2014-11-04 glEwGeXGzBA8 IND Corinne Jan   Oakland CA 94611 Family Bridges, Inc. 1028 CEO n   2014-05-23 200 200      
3174 3174 1354678 38 Re-Elect Mayor Quan 2014 32 2014-01-27 2013-07-01 2013-12-31 2014-11-04 laOyr6DYkbQI IND Corinne Jan   Oakland CA 94611 Family Bridges, Inc. 1028 CEO n   2013-10-21 100 100      

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 61.053ms · Data source: A_Contributions