home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

12 rows where employer = 7102 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
107613 107613 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-04-02 2025-01-01 2025-03-01 2025-04-15 INC574 IND James Dahvie   San Francisco CA 94108 Visa 7102 Director of Commercialization and GTM Strategy n   2025-01-29 200 200     INC574
110245 110245 1476843 355 Loren Taylor for Oakland Mayor 2025 480 2025-03-06 2025-01-01 2025-03-01 2025-04-15 INC574 IND James Dahvie   San Francisco CA 94108 Visa 7102 Director of Commercialization and GTM Strategy n   2025-01-29 200 200     INC574
101320 101320 1469795 331 Patrice Berry for Oakland School Board 2024 450 2024-10-24 2024-09-22 2024-10-19 2024-11-05 283 IND Harris Jenelle   Atlanta GA 30315 Visa 7102 Senior Director n   2024-10-09 250 600      
101754 101754 1463441 322 Carroll Fife for City Council 2024 440 2024-09-26 2024-07-01 2024-09-21 2024-11-05 IDT49 IND James Dahvie   San Francisco CA 94108 Visa 7102 Business Strategist n I 2024-09-21 100 100      
103370 103370 1464418 311 Patrice Berry for Oakland School Board 2024 450 2024-09-22 2024-07-01 2024-09-21 2024-11-05 117 IND Harris Jenelle   Atlanta GA 30315 Visa 7102 Senior Director n   2024-09-20 100 350      
94755 94755 1469795 331 Patrice Berry for Oakland School Board 2024 450 2024-07-25 2024-01-01 2024-06-30 2024-11-05 44 IND Harris Jenelle   Atlanta GA 30316-1213 Visa 7102 Senior Director n   2024-06-30 250 250      
105722 105722 1464418 311 Patrice Berry for Oakland School Board 2024 450 2024-07-25 2024-01-01 2024-06-30 2024-11-05 44 IND Harris Jenelle   Atlanta GA 30316-1213 Visa 7102 Senior Director n   2024-06-30 250 250      
41343 41343 1405474 153 Polk 'Cat Brooks' for Mayor 2018; Sheilagh, ID # 1405474 191 2019-01-31 2018-07-01 2018-09-22 2018-11-06 Y85jaHCxgPD1 IND Iwu Adama   San Francisco CA 94158 Visa 7102 lobbyist n   2018-09-10 100 100      
41743 41743 1405474 153 Polk 'Cat Brooks' for Mayor 2018; Sheilagh, ID # 1405474 191 2018-10-22 2018-07-01 2018-09-22 2018-11-06 Y85jaHCxgPD1 IND Iwu Adama   San Francisco CA 94158 Visa 7102 lobbyist n   2018-09-10 100 100      
48348 48348 1405474 153 Polk 'Cat Brooks' for Mayor 2018; Sheilagh, ID # 1405474 191 2018-09-27 2018-07-01 2018-09-22 2018-11-06 Y85jaHCxgPD1 IND Iwu Adama   San Francisco CA 94158 Visa 7102 lobbyist n   2018-09-10 100 100      
48714 48714 1404347 167 Gonzales for School Board 2018 211 2018-09-25 2018-01-01 2018-09-22 2018-11-06 htSTwx4jLK6t IND Birwadker Rubail   San Francisco CA 94123 Visa 7102 Strategist n   2018-06-02 150 150      
52488 52488 1404347 167 Gonzales for School Board 2018 211 2018-07-06 2018-01-01 2018-06-30 2018-11-06 htSTwx4jLK6t IND Birwadker Rubail   San Francisco CA 94123 Visa 7102 Strategist n   2018-06-02 150 150      

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