home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where filer_name = 348 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, first_name, city, zipcode, employer, occupation, transaction_date, transaction_amt, year_to_date, report_date (date), report_start_date (date), report_end_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
75685 75685 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-01-01 2022-06-30   IDT6 IND Kean Kimi   Oakland CA 94602 Families in Action for Quality Education 11424 Chief Executive Officer n I 2022-01-12 100 300      
75686 75686 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-01-01 2022-06-30   IDT7 IND Kean Kimi   Oakland CA 94602 Families in Action for Quality Education 11424 Chief Executive Officer n I 2022-02-12 100 300      
75687 75687 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-01-01 2022-06-30   IDT9 IND Kean Kimi   Oakland CA 94602 Families in Action for Quality Education 11424 Chief Executive Officer n I 2022-03-12 100 300      
84340 84340 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-07-01 2022-12-27   IDT14 IND Levine Sara   Oakland CA 94610 Rogers Family Foundation 4162 Philanthropist n I 2022-07-08 10 120      
84341 84341 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-07-01 2022-12-27   IDT15 IND Levine Sara   Oakland CA 94610 Rogers Family Foundation 4162 Philanthropist n I 2022-08-08 10 120      
84342 84342 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-07-01 2022-12-27   IDT16 IND Levine Sara   Oakland CA 94610 Rogers Family Foundation 4162 Philanthropist n I 2022-09-08 10 120      
84343 84343 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-07-01 2022-12-27   IDT17 IND Levine Sara   Oakland CA 94610 Rogers Family Foundation 4162 Philanthropist n I 2022-10-08 10 120      
84344 84344 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-07-01 2022-12-27   IDT18 IND Levine Sara   Oakland CA 94610 Rogers Family Foundation 4162 Philanthropist n I 2022-11-08 10 120      
84345 84345 1431009 230 Families In Action for Justice Fund 348 2022-12-27 2022-07-01 2022-12-27   IDT19 IND Levine Sara   Oakland CA 94610 Rogers Family Foundation 4162 Philanthropist n I 2022-12-08 10 120      
90796 90796 1431009 230 Families In Action for Justice Fund 348 2022-07-17 2022-01-01 2022-06-30   IDT6 IND Kean Kimi   Oakland CA 94602 Families in Action for Quality Education 11424 Chief Executive Officer n I 2022-01-12 100 300      
90797 90797 1431009 230 Families In Action for Justice Fund 348 2022-07-17 2022-01-01 2022-06-30   IDT7 IND Kean Kimi   Oakland CA 94602 Families in Action for Quality Education 11424 Chief Executive Officer n I 2022-02-12 100 300      
90798 90798 1431009 230 Families In Action for Justice Fund 348 2022-07-17 2022-01-01 2022-06-30   IDT9 IND Kean Kimi   Oakland CA 94602 Families in Action for Quality Education 11424 Chief Executive Officer n I 2022-03-12 100 300      
74317 74317 1431009 230 Families In Action for Justice Fund 348 2022-01-11 2021-07-01 2021-12-31   IDT1 IND Kean Kimi   Oakland CA 94602 Families in Action for Quality Education 11424 Chief Executive Officer n I 2021-12-12 100 100      
74318 74318 1431009 230 Families In Action for Justice Fund 348 2022-01-11 2021-07-01 2021-12-31   IDT3 IND Salfen S. Jason   San Francisco CA 94134 Salesforce.com, Inc. 11576 Manager n I 2021-12-11 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 1595.692ms · Data source: A_Contributions