home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 1798 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, 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
108677 108677 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC2626 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Strategy Consultant for Nonprofits n   2025-03-15 250 250     INC2626
76647 76647 1442079 265 Treva Reid for Oakland Mayor 2022 342 2022-09-21 2022-01-01 2022-06-30 2022-11-08 INC568 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Business Management Consultant n   2022-03-11 100 100      
76908 76908 1442079 265 Treva Reid for Oakland Mayor 2022 342 2022-08-15 2022-01-01 2022-06-30 2022-11-08 INC568 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Business Management Consultant n   2022-03-11 100 100      
89553 89553 1442079 265 Treva Reid for Oakland Mayor 2022 342 2022-07-22 2022-01-01 2022-06-30 2022-11-08 INC568 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Business Management Consultant n   2022-03-11 100 100      
61901 61901 1418926 197 Dominguez Walton for City Council 2020 248 2021-02-01 2020-10-18 2020-12-31 2020-11-03 GXqdWuL9EVKu IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Consultant n I 2020-10-27 100 100      
62118 62118 1420085 200 Re-Elect Dan Kalb Oakland City Council 2020 251 2021-01-27 2020-10-18 2020-12-31 2020-11-03 INC1645 IND Nelson Theresa   Oakland CA 94618-1138 Theresa Nelson & Associates 1798 Nonprofit Consultant n   2020-10-27 125 125      
58799 58799 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2021-01-19 2020-07-01 2020-09-19 2020-11-03 INC902 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Founder and Principal n   2020-08-26 100 100      
59039 59039 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-10-18 2020-07-01 2020-09-19 2020-11-03 INC902 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Founder and Principal n   2020-08-26 100 100      
56481 56481 1366759 95 Treva Reid for Oakland City Council 2020 160 2020-09-24 2020-01-01 2020-06-30 2020-11-03 INC377 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Principal n   2020-02-01 100 100      
65043 65043 1426780 210 Derreck Johnson for Oakland City Council 2020 266 2020-09-24 2020-07-01 2020-09-19 2020-11-03 INC902 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Founder and Principal n   2020-08-26 100 100      
67746 67746 1366759 95 Treva Reid for Oakland City Council 2020 160 2020-07-30 2020-01-01 2020-06-30 2020-11-03 INC377 IND Nelson Theresa   Oakland CA 94618 Theresa Nelson & Associates 1798 Principal n   2020-02-01 100 100      
37091 37091 1395968 148 Libby Schaaf for Mayor 2018 185 2018-01-13 2017-07-01 2017-12-31   VNHZWGGK6G3 IND Nelson Theresa   Oakland CA 94618-1138 Theresa Nelson & Associates 1798 Nonprofit Consultant n   2017-12-28 400 400      
5758 5758 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWC92E61 IND Nelson Theresa   Oakland CA 94618-1138 Theresa Nelson & Associates 1798 Nonprofit consultant n   2014-02-18 200 200      
20171 20171 1362261 34 Libby Schaaf for Oakland Mayor 2014 28 2014-07-29 2014-01-01 2014-06-30   VNHZWC92E61 IND Nelson Theresa   Oakland CA 94618-1138 Theresa Nelson & Associates 1798 Nonprofit consultant n   2014-02-18 200 200      

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