home / election_finance

ie_contributions

FPPC Form 496, Part 3 Contributions

Data source: F496P3_Contributions

15 rows where filer_id = 346 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_name, report_date, entity_type, last_name, first_name, city, state, zipcode, employer, occupation, transaction_date, transaction_amt, year_to_date, report_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
9251 9251 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-31       INC127 SCC California Nurses Association PAC     Sacramento CA 95814     n   2025-03-27 50000 50000   95.0  
9252 9252 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-31       INC128 IND Stephenson Charles   Raleigh NC 27617   Not Employed n   2025-03-29 100 100     INC:A:128
9261 9261 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-03-27       INC122 IND Lindheim Dan   Berkeley CA 94705 University Of California 3098 Professor n   2025-03-21 100 100     INC:A:122
9295 9295 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC92 IND Caldwell Jacqueline   Oakland CA 94608 Jacqueline Caldwell 16611 Contractor n   2025-01-15 50 100     INC:A:92
9296 9296 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC93 IND Caldwell Jacqueline   Oakland CA 94608 Jacqueline Caldwell 16611 Contractor n   2025-01-15 50 100     INC:A:93
9297 9297 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC91 IND Lewis Stephen Barnett   Oakland CA 94618 Stephen Barnett Lewis 14438 Doctor n   2025-01-21 100 100     INC:A:91
9298 9298 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC97 OTH 1910 Fairway, LLC(Raymond Gallagher)     Walnut Creek CA 94597     n   2025-01-29 5000 5000      
9299 9299 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC99 OTH 2500 Embarcadero LLC(Raymond Gallagher)     Walnut Creek CA 94597-3957     n   2025-01-29 5000 5000      
9300 9300 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC98 OTH Beecher Street Properties, LLC(Raymond Gallagher)     Walnut Creek CA 94597     n   2025-01-29 5000 5000      
9301 9301 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC95 OTH Factor Avenue LLC(Raymond Gallagher)     Walnut Creek CA 94597-3957     n   2025-01-29 5000 5000      
9302 9302 1471304 346 Citizens For A Brighter Oakland Future - Barbara Lee for Mayor 2025 499 2025-02-04       INC96 OTH Scott's Jack London Seafood Inc.     Walnut Creek CA 94597-3957     n   2025-01-29 5000 5000      
8730 8730 1471304 346 Citizens For A Brighter Oakland Future - Armstrong for Council 2024 468 2024-10-20       INC67 COM A Better Bay Area     San Rafael CA 94901     n   2024-10-16 20000 20000   1183.0  
9149 9149 1471304 346 Citizens For A Brighter Oakland Future - Armstrong for Council 2024 468 2024-10-05       INC49 IND Gilbertson Lucia B.   Oakland CA 94618   Retired n   2024-09-27 100 100      
9194 9194 1471304 346 Citizens For A Brighter Oakland Future - Armstrong for Council 2024 468 2024-09-17       INC4 IND Gallagher Raymond   Walnut Creek CA 94597-3957 Scott's Seafood Grill & Bar 14436 Owner n   2024-07-22 50000 50000      
9195 9195 1471304 346 Citizens For A Brighter Oakland Future - Armstrong for Council 2024 468 2024-09-17       INC28 IND Lewis Stephen Barnett   Oakland CA 94618 Stephen Barnett Lewis 14438 Doctor n   2024-08-28 100 100      

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "ie_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 ["ie_contributions_filer_id"] ON [ie_contributions]("filer_id");
CREATE INDEX ["ie_contributions_filer_name"] ON [ie_contributions]("filer_name");
CREATE INDEX ["ie_contributions_committee_id"] ON [ie_contributions]("committee_id");
CREATE INDEX ["ie_contributions_employer"] ON [ie_contributions]("employer");
Powered by Datasette · Queries took 29.914ms · Data source: F496P3_Contributions