home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

9 rows where employer = 7621 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
98303 98303 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-01 2024-01-01 2024-12-31 2025-04-15 INC211 IND Jones Veronica   Oakland CA 94611 Gilead 7621 Certified Public Accountant n   2024-12-28 300 300     INC211
98373 98373 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-01 2024-01-01 2024-12-31 2025-04-15 INC220 IND Taylor Erica   Oakland CA 94605 Gilead 7621 Marketing Associate n   2024-12-28 600 600     INC220
99447 99447 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-01-29 2024-01-01 2024-12-31 2025-04-15 INC211 IND Jones Veronica   Oakland CA 94611 Gilead 7621 Certified Public Accountant n   2024-12-28 300 300     INC211
99517 99517 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-01-29 2024-01-01 2024-12-31 2025-04-15 INC220 IND Taylor Erica   Oakland CA 94605 Gilead 7621 Marketing Associate n   2024-12-28 600 600     INC220
82396 82396 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2023-01-31 2022-10-23 2022-12-31   5787750 IND Esue Osi   San Mateo CA 94401 Gilead 7621 Manager n   2022-10-25 500 500      
82445 82445 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2023-01-31 2022-10-23 2022-12-31   5834767 IND Jones Veronica   Oakland CA 94611-1163 Gilead 7621 Executive n   2022-10-29 900 900      
83734 83734 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2023-01-31 2022-10-23 2022-12-31   5787750 IND Esue Osi   San Mateo CA 94401 Gilead 7621 Manager n   2022-10-25 500 500      
83783 83783 1441375 266 Loren Taylor for Oakland Mayor 2022 343 2023-01-31 2022-10-23 2022-12-31   5834767 IND Jones Veronica   Oakland CA 94611-1163 Gilead 7621 Executive n   2022-10-29 900 900      
44948 44948 1407729 162 PAMELA PRICE FOR MAYOR 2018 203 2019-01-24 2018-10-21 2018-12-31 2018-11-06 IDT236 IND Wafer Deborah   Oakland CA 94605 Gilead 7621 Healthcare n I 2018-10-31 100 100      

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