home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

8 rows where filer_name = 215 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, report_start_date, report_end_date, transaction_id, last_name, city, zipcode, transaction_date, transaction_amt, year_to_date, committee_id, 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
42564 42564 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-11-05 2018-09-23 2018-10-20 2018-11-06 INC949 COM East Bay Working Families, A Coalition of Unions and Community Groups     Sacramento CA 95814     n   2018-10-05 15000 15000   555.0  
42565 42565 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-11-05 2018-09-23 2018-10-20 2018-11-06 INC951 COM International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55     Oakland CA 94612     n   2018-10-09 7000 7000   59.0  
42566 42566 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-11-05 2018-09-23 2018-10-20 2018-11-06 INC968 COM International Federation of Professional and Technical Engineers - Local 21 TJ Anthony PAC Fund     San Francisco CA 94103     n   2018-10-19 5000 5000   31.0  
45570 45570 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-10-25 2018-09-23 2018-10-20 2018-11-06 INC949 COM East Bay Working Families, A Coalition of Unions and Community Groups     Sacramento CA 95814     n   2018-10-05 15000 15000   555.0  
45571 45571 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-10-25 2018-09-23 2018-10-20 2018-11-06 INC951 COM International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55     Oakland CA 94612     n   2018-10-09 7000 7000   59.0  
45572 45572 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-10-25 2018-09-23 2018-10-20 2018-11-06 INC968 COM International Federation of Professional and Technical Engineers - Local 21 TJ Anthony PAC Fund     San Francisco CA 94103     n   2018-10-19 5000 5000   31.0  
48023 48023 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-09-27 2018-07-01 2018-09-22 2018-11-06 IDT1 COM Levy for Treasurer 2018     Oakland CA 94618     n I 2018-08-29 10000 10000   599.0  
48024 48024 1294190 81 Unity PAC, sponsored by Alameda Labor Council, AFL-CIO to support Thao for City Council 2018 215 2018-09-27 2018-07-01 2018-09-22 2018-11-06 INC940 COM Thurmond for Superintendent of Public Instruction 2018 Tony   Oakland CA 94618     n   2018-09-12 1750 1750   600.0  

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