home / election_finance

non_monetary_contributions

FPPC Form 460, Schedule C

Data source: C_Contributions

11 rows where filer_id = 340 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_name, first_name, zipcode, employer, occupation, transaction_date, year_to_date, transaction_description, 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
1186 1186 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 fUdYsulqkMlt IND Fox Stephen   Oakland CA 94610 Earth Island Institute 14144 Development Director n   2024-06-18 274.07 274.07 Campaign kickoff supplies    
1187 1187 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 cKdF4Amf91bY IND Davis Kimberly   Oakland CA 94619 Turcorp 7604 CFO n   2024-06-20 36.44 269.53 Kickoff party supplies    
1188 1188 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 fgSesjhkPNZP IND Davis Kimberly   Oakland CA 94619 Turcorp 7604 CFO n   2024-06-20 20.64 269.53 Campaign Kickoff supplies    
1189 1189 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 5LCQ8Hi5kx2z IND Davis Kimberly   Oakland CA 94619 Turcorp 7604 CFO n   2024-06-20 8.82 269.53 Campaign Kickoff supplies    
1190 1190 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 CjFPAH3dctJZ IND Davis Kimberly   Oakland CA 94619 Turcorp 7604 CFO n   2024-06-21 24.69 269.53 Campaign Kickoff Supplies    
1191 1191 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 7exd8FuX16q8 IND Davis Kimberly   Oakland CA 94619 Turcorp 7604 CFO n   2024-06-22 15.47 269.53 campaign kickoff supplies    
1192 1192 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 M3zmQeCIoxKe IND Davis Kimberly   Oakland CA 94619 Turcorp 7604 CFO n   2024-06-22 26.01 269.53 Campaign Kickoff Supplies    
1193 1193 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 kBYx3qe7X7Z5 IND Davis Kimberly   Oakland CA 94619 Turcorp 7604 CFO n   2024-06-22 12.46 269.53 Campaign Kickoff Supplies    
1194 1194 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 RgMCxO5cjlUs IND Khurshid Caitlin   Oakland CA 94618 Oakland Ed Fund 13710 small group specialist n   2024-06-23 27.3 277.3 Campaign Kickoff supplies    
1195 1195 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 ISmyAENoq5i4 IND Latta Rachel   Oakland CA 94618 Marin Health 12313 Nurse Midwife n   2024-06-23 9.3 231.06 Campaign kickoff supplies    
1196 1196 1469514 340 Rachel Latta for Oakland School Board 2024 460 2024-07-22 2024-01-01 2024-06-30 2024-11-05 tl3bByLJ2mlL IND Latta Rachel   Oakland CA 94618 Marin Health 12313 Nurse Midwife n   2024-06-24 21.76 231.06 Campaign supplies donated    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "non_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" TEXT,
  "city" TEXT,
  "state" TEXT,
  "zipcode" TEXT,
  "employer" INTEGER,
  "occupation" TEXT,
  "self_employed" TEXT,
  "transaction_type" TEXT,
  "transaction_date" TEXT,
  "transaction_amt" NUMERIC,
  "year_to_date" NUMERIC,
  "transaction_description" TEXT,
  "committee_id" TEXT,
  "memo_reference_number" TEXT
,
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 ["non_monetary_contributions_filer_id"] ON [non_monetary_contributions]("filer_id");
CREATE INDEX ["non_monetary_contributions_filer_name"] ON [non_monetary_contributions]("filer_name");
CREATE INDEX ["non_monetary_contributions_committee_id"] ON [non_monetary_contributions]("committee_id");
CREATE INDEX ["non_monetary_contributions_employer"] ON [non_monetary_contributions]("employer");
Powered by Datasette · Queries took 25.931ms · Data source: C_Contributions