home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

11 rows where filer_name = 499 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, report_start_date, report_end_date, entity_type, last_name, first_name, city, state, zipcode, employer, 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
109661 109661 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC127 SCC California Nurses Association PAC     Sacramento CA 95814     n   2025-03-27 50000 50000   95.0  
109662 109662 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC122 IND Lindheim Dan   Berkeley CA 94705 University Of California 3098 Professor n   2025-03-21 100 100     INC122
109663 109663 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-04-03 2025-03-02 2025-03-29 2025-04-15 INC128 IND Stephenson Charles   Raleigh NC 27617   Not Employed n   2025-03-29 100 100     INC128
111968 111968 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC97 OTH 1910 Fairway, LLC(Raymond Gallagher)     Walnut Creek CA 94597     n   2025-01-29 5000 5000      
111969 111969 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC99 OTH 2500 Embarcadero LLC(Raymond Gallagher)     Walnut Creek CA 94597-3957     n   2025-01-29 5000 5000      
111970 111970 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC98 OTH Beecher Street Properties, LLC(Raymond Gallagher)     Walnut Creek CA 94597     n   2025-01-29 5000 5000      
111971 111971 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC92 IND Caldwell Jacqueline   Oakland CA 94608 Jacqueline Caldwell 16611 Contractor n   2025-01-15 50 100     INC92
111972 111972 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC93 IND Caldwell Jacqueline   Oakland CA 94608 Jacqueline Caldwell 16611 Contractor n   2025-01-15 50 100     INC93
111973 111973 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC95 OTH Factor Avenue LLC(Raymond Gallagher)     Walnut Creek CA 94597-3957     n   2025-01-29 5000 5000      
111974 111974 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC91 IND Lewis Stephen Barnett   Oakland CA 94618 Stephen Barnett Lewis 14438 Doctor n   2025-01-21 100 100     INC91
111975 111975 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-03 2025-01-01 2025-03-01 2025-04-15 INC96 OTH Scott's Jack London Seafood Inc.     Walnut Creek CA 94597-3957     n   2025-01-29 5000 5000      

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