home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

13 rows where employer = 6534 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, 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
59729 59729 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2021-01-18 2020-09-20 2020-10-17 2020-11-03 INC266 IND Ordaz Karely   Oakland CA 94603 Hamilton Families 6534 Chief Of Staff n   2020-10-15 50 150      
63371 63371 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2020-10-22 2020-09-20 2020-10-17 2020-11-03 INC266 IND Ordaz Karely   Oakland CA 94603 Hamilton Families 6534 Chief Of Staff n   2020-10-15 50 150      
57835 57835 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2020-10-20 2020-01-01 2020-09-19 2020-11-03 INC141 IND Ordaz Karely   Oakland CA 94603 Hamilton Families 6534 Chief Of Staff n   2020-09-18 100 100      
66011 66011 1429205 218 Re-Elect Noel Gallo for Oakland City Council 2020 275 2020-09-22 2020-01-01 2020-09-19 2020-11-03 INC141 IND Ordaz Karely   Oakland CA 94603 Hamilton Families 6534 Chief Of Staff n   2020-09-18 100 100      
55431 55431 1395968 148 Libby Schaaf for Mayor 2018 Officeholder Committee 259 2019-07-25 2019-01-01 2019-06-30   INC277 IND Moss Tomiquia   Oakland CA 94612 Hamilton Families 6534 Chief Executive Officer n   2019-05-06 500 500      
45072 45072 1403124 184 Natasha Middleton for Oakland City Council 2018 234 2018-12-14 2018-10-21 2018-12-13 2018-11-06 INC939 IND Williams Ladawna   Pittsburg CA 94564 Hamilton Families 6534 Director Of Administration n   2018-10-23 3 112     INC939
45569 45569 1403124 184 Natasha Middleton for Oakland City Council 2018 234 2018-10-24 2018-09-23 2018-10-20 2018-11-06 INC793 IND Williams Ladawna   Pittsburg CA 94564 Hamilton Families 6534 Director Of Administration n   2018-09-23 3 109     INC793
47083 47083 1403124 184 Natasha Middleton for Oakland City Council 2018 234 2018-09-26 2018-07-01 2018-09-22 2018-11-06 INC529 IND Williams Ladawna   Pittsburg CA 94564 Hamilton Families 6534 Director Of Administration n   2018-07-23 3 106     INC529
47084 47084 1403124 184 Natasha Middleton for Oakland City Council 2018 234 2018-09-26 2018-07-01 2018-09-22 2018-11-06 INC691 IND Williams Ladawna   Pittsburg CA 94564 Hamilton Families 6534 Director Of Administration n   2018-08-23 3 106     INC691
51580 51580 1401499 160 Loren Taylor for Oakland City Council 200 2018-07-31 2018-01-01 2018-06-30 2018-11-06 WvV9YQzNB4Ho IND Moss Tomiquia   Oakland CA 94612 Hamilton Families 6534 Executive n   2018-06-30 100 100      
49196 49196 1403124 184 Natasha Middleton for Oakland City Council 2018 234 2018-07-30 2018-01-01 2018-06-30 2018-11-06 INC341 IND Williams Ladawna   Pittsburg CA 94564 Hamilton Families 6534 Dir Of Admin n   2018-06-30 100 100     INC341
38980 38980 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHW7Z4 IND Moss Tomiquia   Oakland CA 94612-2469 Hamilton Families 6534 Executive n   2018-06-30 800 800      
51805 51805 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHW7Z4 IND Moss Tomiquia   Oakland CA 94612-2469 Hamilton Families 6534 Executive n   2018-06-30 800 800      

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