home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

11 rows where filer_id = 240 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_name, report_date, report_start_date, report_end_date, transaction_id, entity_type, last_name, city, state, 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
77509 77509 1401958 240 It's Our Time, Supporting Claudia Rossi for Supervisor 2022 366 2022-08-02 2022-05-22 2022-06-30   aXaktlmOr5IL COM Susan Ellenberg for Supervisor 2022     Oakland CA 94607     n   2022-05-24 7500 7500   953.0  
77510 77510 1401958 240 It's Our Time, Supporting Claudia Rossi for Supervisor 2022 366 2022-08-02 2022-05-22 2022-06-30   rZoj3gSwifbm IND Tsang Cathy   Los Altos CA 94024   Retired n   2022-05-24 7500 7500      
88202 88202 1401958 240 It's Our Time, Supporting Claudia Rossi for Supervisor 2022 366 2022-08-01 2022-05-22 2022-06-30   aXaktlmOr5IL COM Susan Ellenberg for Supervisor 2022     Oakland CA 94607     n   2022-05-24 7500 7500   953.0  
88203 88203 1401958 240 It's Our Time, Supporting Claudia Rossi for Supervisor 2022 366 2022-08-01 2022-05-22 2022-06-30   rZoj3gSwifbm IND Tsang Cathy   Los Altos CA 94024   Retired n   2022-05-24 7500 7500      
69276 69276 1401958 240 It's Our Time, Supporting Stephanie Dominguez Walton for City Council 2020 303 2021-09-30 2021-01-01 2021-06-30   BlFhEjYdCKPQ COM Construction & General Laborers Local Union 304 Political Action Committee     Sacramento CA 95814     n   2021-02-02 2500 2500   66.0  
74833 74833 1401958 240 It's Our Time, Supporting Stephanie Dominguez Walton for City Council 2020 303 2021-07-26 2021-01-01 2021-06-30   BlFhEjYdCKPQ COM Construction & General Laborers Local Union 304 Political Action Committee     Sacramento CA 95814     n   2021-02-02 2500 2500   66.0  
61933 61933 1401958 240 It's Our Time, Supporting Stephanie Dominguez Walton for City Council 2020 303 2021-01-31 2020-10-18 2020-12-31 2020-11-03 W9xcK6QIlOZl COM United Food and Commercial Workers Active Ballot Club     Washington DC 20006     n   2020-10-24 2000 2000   811.0  
61934 61934 1401958 240 It's Our Time, Supporting Stephanie Dominguez Walton for City Council 2020 303 2021-01-31 2020-10-18 2020-12-31 2020-11-03 kgjiXNNalicZ COM Sheet Metal Workers' International Association Local No. 104     San Ramon CA 94583     n   2020-10-27 2000 2000   81.0  
61935 61935 1401958 240 It's Our Time, Supporting Stephanie Dominguez Walton for City Council 2020 303 2021-01-31 2020-10-18 2020-12-31 2020-11-03 2mAu14lLB8Pc COM Sprinkler Fitters & Apprentices Local 483 Local PAC     Hayward CA 94545     n   2020-10-30 1000 1000   80.0  
63127 63127 1401958 240 It's Our Time, Supporting Stephanie Dominguez Walton for City Council 2020 303 2020-10-21 2020-07-01 2020-10-17 2020-11-03 5316d4U6XP1G COM STEAMFITTERS LOCAL 342 POLITICAL ACTION COMMITTEE     Concord CA 94518     n   2020-10-11 2000 2000   37.0  
63128 63128 1401958 240 It's Our Time, Supporting Stephanie Dominguez Walton for City Council 2020 303 2020-10-21 2020-07-01 2020-10-17 2020-11-03 mQWRfhkkO3Xe COM United Food and Commercial Workers Western States Council Candidate PAC     Buena Park CA 90620     n   2020-10-17 2500 2500   676.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 35.964ms · Data source: A_Contributions