home / election_finance

monetary_contributions

FPPC Form 460, Schedule A

Data source: A_Contributions

18 rows where filer_name = 465 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, transaction_id, entity_type, last_name, first_name, city, zipcode, employer, occupation, transaction_date, transaction_amt, year_to_date, committee_id, report_date (date), report_start_date (date), report_end_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
96308 96308 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC215 IND Alpert Soli   Berkeley CA 94709 City of Berkeley 1666 Rent Board Commissioner n   2024-05-21 500 500      
96309 96309 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC230 OTH Berkeley Tenants Union     Berkeley CA 94704     n   2024-06-07 200 200      
96310 96310 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC241 IND Cohen Raines   Berkeley CA 94702 Hearts of Space 13130 Systems Analyst n   2024-06-17 200 200      
96311 96311 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC249 IND Lewis Matthew   Berkeley CA 94769   Student n   2024-06-28 269 269      
96312 96312 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC187 IND Rebalsky Kit   San Francisco CA 94112   Retired n   2024-04-14 100 100      
96313 96313 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC229 IND Selden Michael   Oakland CA 94611 Finless Foods 14359 Chief Executive Officer n   2024-06-04 100 100      
96314 96314 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC134 COM Service Employees International Union Local 1021 Issues PAC     Sacramento CA 95814     n   2024-03-05 5000 5000   238.0  
96315 96315 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC208 OTH Tenants Together     San Francisco CA 94103     n   2024-04-30 2000 2000      
96316 96316 1453161 274 East Bay Tenants Union PAC 465 2024-08-15 2024-01-01 2024-06-30   INC133 COM UAW Region 6 Western States PAC     Pico Rivera CA 90660     n   2024-03-04 5000 5000   947.0  
103847 103847 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC215 IND Alpert Soli   Berkeley CA 94709 City of Berkeley 1666 Rent Board Commissioner n   2024-05-21 500 500      
103848 103848 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC230 OTH Berkeley Tenants Union     Berkeley CA 94704     n   2024-06-07 200 200      
103849 103849 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC241 IND Cohen Raines   Berkeley CA 94702 Hearts of Space 13130 Systems Analyst n   2024-06-17 200 200      
103850 103850 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC249 IND Lewis Matthew   Berkeley CA 94769   Student n   2024-06-28 269 269      
103851 103851 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC187 IND Rebalsky Kit   San Francisco CA 94112   Retired n   2024-04-14 100 100      
103852 103852 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC229 IND Selden Michael   Oakland CA 94611 Finless Foods 14359 Chief Executive Officer n   2024-06-04 100 100      
103853 103853 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC134 COM Service Employees International Union Local 1021 Issues PAC     Sacramento CA 95814     n   2024-03-05 5000 5000   238.0  
103854 103854 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC208 OTH Tenants Together     San Francisco CA 94103     n   2024-04-30 2000 2000      
103855 103855 1453161 274 East Bay Tenants Union PAC 465 2024-07-31 2024-01-01 2024-06-30   INC133 COM UAW Region 6 Western States PAC     Pico Rivera CA 90660     n   2024-03-04 5000 5000   947.0  

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