home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

14 rows where employer = 4621 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, state, zipcode, occupation, transaction_date, transaction_amt, year_to_date, 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
92073 92073 1427022 214 Jorge Lerma for Oakland School Board 2020 270 2024-07-30 2023-07-01 2023-12-31   cE8CIklS67d6 IND Mintz Charlie   Oakland CA 94611 KIPP 4621 Community Engagement n   2023-09-25 250 250      
92708 92708 1427022 214 Jorge Lerma for Oakland School Board 2020 270 2024-01-31 2023-07-01 2023-12-31 2023-11-07 cE8CIklS67d6 IND Mintz Charlie   Oakland CA 94611 KIPP 4621 Community Engagement n   2023-09-25 250 250      
93837 93837 1427022 214 Jorge Lerma for Oakland School Board 2020 270 2023-10-24 2023-09-24 2023-10-21 2023-11-07 cE8CIklS67d6 IND Mintz Charlie   Oakland CA 94611 KIPP 4621 Community Engagement n   2023-09-25 250 250      
63896 63896 1431908 241 Leroy Gaines for Oakland School Board 2020 304 2020-10-20 2020-09-20 2020-10-17 2020-11-03 l3v8CDqDCyA3 IND Huxley Marie   Alameda CA 94501 KIPP 4621 Educator n   2020-10-05 100 100      
64687 64687 1431908 241 Leroy Gaines for Oakland School Board 2020 304 2020-09-24 2020-07-01 2020-09-19 2020-11-03 t4ek8emcXie5 IND Ferguson Kendra   Memphis TN 38112 KIPP 4621 Educator n   2020-08-02 100 100      
34566 34566 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GO PUBLIC SCHOOLS ADVOCATES 131 2016-08-01 2016-01-01 2016-06-30   INC2069 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2016-01-15 10 40      
34601 34601 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GO PUBLIC SCHOOLS ADVOCATES 131 2016-08-01 2016-01-01 2016-06-30   INC2105 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2016-02-15 10 40      
34645 34645 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GO PUBLIC SCHOOLS ADVOCATES 131 2016-08-01 2016-01-01 2016-06-30   INC2157 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2016-03-15 10 40      
34775 34775 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GO PUBLIC SCHOOLS ADVOCATES 131 2016-08-01 2016-01-01 2016-06-30   INC2193 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2016-04-15 10 40      
22964 22964 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GREAT OAKLAND PUBLIC SCHOOLS 30 2016-02-01 2015-07-01 2015-12-31   INC1849 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2015-08-15 10 50      
23009 23009 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GREAT OAKLAND PUBLIC SCHOOLS 30 2016-02-01 2015-07-01 2015-12-31   INC1896 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2015-09-15 10 50      
23051 23051 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GREAT OAKLAND PUBLIC SCHOOLS 30 2016-02-01 2015-07-01 2015-12-31   INC1940 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2015-10-15 10 50      
23088 23088 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GREAT OAKLAND PUBLIC SCHOOLS 30 2016-02-01 2015-07-01 2015-12-31   INC1988 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2015-11-15 10 50      
23124 23124 1331137 36 FAMILIES AND EDUCATORS FOR PUBLIC EDUCATION, SPONSORED BY GREAT OAKLAND PUBLIC SCHOOLS 30 2016-02-01 2015-07-01 2015-12-31   INC2028 IND NGUYEN STEPHANIE   SAN FRANCISCO CA 94107 KIPP 4621 REGIONAL OPERATIONS MANAGER n   2015-12-15 10 50      

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