home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

11 rows where employer = 1322 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, city, zipcode, 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
98663 98663 1427826 236 Van Cedric Williams for Oakland Unified School Board Seat 3, 2024 471 2025-01-31 2024-10-20 2024-12-31 2024-11-05 OVh2ogbUDJlB IND House Melanie   Pasadena CA 91102 Los Angeles Unified School District 1322 Teacher n   2024-10-20 100 100      
75301 75301 1445857 278 Neighbors for the Oakland Library - Yes on C! 360 2022-06-07 2022-04-24 2022-05-21 2022-06-07 INC72 IND Shattuc William   Los Angeles CA 90036 Los Angeles Unified School District 1322 Teacher n   2022-05-08 50 100      
91230 91230 1445857 278 Neighbors for the Oakland Library - Yes on C! 360 2022-05-24 2022-04-24 2022-05-21 2022-06-07 INC72 IND Shattuc William   Los Angeles CA 90036 Los Angeles Unified School District 1322 Teacher n   2022-05-08 50 100      
59467 59467 1426949 222 Elias Ferran for City Attorney 2020 279 2021-01-18 2020-09-20 2020-10-17 2020-11-03 INC670 IND Lee John   Glendora CA 91740 Los Angeles Unified School District 1322 Teacher n   2020-10-05 150 150     INC670
63747 63747 1426949 222 Elias Ferran for City Attorney 2020 279 2020-10-21 2020-09-20 2020-10-17 2020-11-03 INC670 IND Lee John   Glendora CA 91740 Los Angeles Unified School District 1322 Teacher n   2020-10-05 150 150     INC670
64321 64321 1427826 236 Van Cedric Williams for Oakland Unified School Board Seat 3, 2020 298 2020-09-24 2020-07-01 2020-09-19 2020-11-03 18bqeA9gctyp IND Myart-Cruz Cecily   Inglewood CA 90301 Los Angeles Unified School District 1322 Teacher n   2020-08-15 200 505      
64322 64322 1427826 236 Van Cedric Williams for Oakland Unified School Board Seat 3, 2020 298 2020-09-24 2020-07-01 2020-09-19 2020-11-03 TRuRAOcLgshQ IND Myart-Cruz Cecily   Inglewood CA 90301 Los Angeles Unified School District 1322 Teacher n   2020-08-15 5 505      
64331 64331 1427826 236 Van Cedric Williams for Oakland Unified School Board Seat 3, 2020 298 2020-09-24 2020-07-01 2020-09-19 2020-11-03 aqoNWOVyW6sd IND Myart-Cruz Cecily   Inglewood CA 90301 Los Angeles Unified School District 1322 Teacher n   2020-08-18 300 505      
4433 4433 1357609 40 Parker for Oakland Mayor 2014 34 2013-07-31 2013-01-01 2013-06-30 2014-11-04 EXP373 IND Hearon April   Torrance CA 90502 Los Angeles Unified School District 1322 Educator n R 2013-06-30 -700 700      
4519 4519 1357609 40 Parker for Oakland Mayor 2014 34 2013-07-31 2013-01-01 2013-06-30 2014-11-04 INC152 IND Hearon April   Torrance CA 90502 Los Angeles Unified School District 1322 Educator n   2013-06-30 700 700     INC152
4604 4604 1357609 40 Parker for Oakland Mayor 2014 34 2013-07-31 2013-01-01 2013-06-30 2014-11-04 INC374 IND Hearon April   Torrance CA 90502 Los Angeles Unified School District 1322 Educator n   2013-06-28 700 700      

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