home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 14255 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, occupation, transaction_date, transaction_amt, year_to_date, memo_reference_number, 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
108204 108204 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC2702 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Audio Producer n   2025-03-17 99 298     INC2702
107292 107292 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-02 2025-01-01 2025-03-01 2025-04-15 INC711 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Audio Producer n   2025-02-05 100 199     INC711
107293 107293 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-02 2025-01-01 2025-03-01 2025-04-15 INC1115 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Audio Producer n   2025-02-20 99 199     INC1115
98235 98235 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-01 2024-01-01 2024-12-31 2025-04-15 INC122 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Audio Producer n   2024-12-19 100 100     INC122
95421 95421 1469671 329 LeRonne Armstrong for City Council 2024 448 2025-03-19 2024-01-01 2024-06-30 2024-11-05 INC18 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Freelance Writer n   2024-05-22 100 100      
109924 109924 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-03-06 2025-01-01 2025-03-01 2025-04-15 INC711 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Audio Producer n   2025-02-05 100 199     INC711
109925 109925 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-03-06 2025-01-01 2025-03-01 2025-04-15 INC1115 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Audio Producer n   2025-02-20 99 199     INC1115
99379 99379 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-01-29 2024-01-01 2024-12-31 2025-04-15 INC122 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Audio Producer n   2024-12-19 100 100     INC122
95896 95896 1462377 315 Zac Unger for Oakland City Council 2024 430 2025-01-10 2024-01-01 2024-06-30 2024-11-05 INC423 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Writer Producer n   2024-06-26 100 100      
96074 96074 1462377 315 Zac Unger for Oakland City Council 2024 430 2024-11-21 2024-01-01 2024-06-30 2024-11-05 INC423 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Writer Producer n   2024-06-26 100 100      
95579 95579 1469671 329 LeRonne Armstrong for City Council 2024 448 2024-09-04 2024-01-01 2024-06-30 2024-11-05 INC18 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Freelance Writer n   2024-05-22 100 100      
95737 95737 1469671 329 LeRonne Armstrong for City Council 2024 448 2024-08-06 2024-01-01 2024-06-30 2024-11-05 INC18 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Freelance Writer n   2024-05-22 100 100      
104655 104655 1462377 315 Zac Unger for Oakland City Council 2024 430 2024-07-30 2024-01-01 2024-06-30 2024-11-05 INC423 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Writer Producer n   2024-06-26 100 100      
104832 104832 1469671 329 LeRonne Armstrong for City Council 2024 448 2024-07-30 2024-01-01 2024-06-30 2024-11-05 INC18 IND Berman Doug   Oakland CA 94618 Doug Berman 14255 Freelance Writer n   2024-05-22 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 19.413ms · Data source: A_Contributions