home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

9 rows where filer_id = 333 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, transaction_id, entity_type, payee_last_name, payee_city, payee_state, payee_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, expenditure_description, report_date (date), report_start_date (date), report_end_date (date), election_date (date)

Link rowid filer_id filer_name committee_type report_date ▲ report_start_date report_end_date election_date transaction_id entity_type payee_last_name payee_first_name payee_prefix payee_suffix payee_city payee_state payee_zipcode beginning_balance amount_incurred amount_paid ending_balance expenditure_description committee_id memo_reference_number
8178 8178 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2025-01-30 2024-10-20 2024-12-31   9dBG9JERRiwC OTH Foundation Blue       Weymouth MA 02190 2206 0 2206 0 Digital ads    
8179 8179 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2025-01-30 2024-10-20 2024-12-31   YSYZomSKmnRu OTH Foundation Blue       Weymouth MA 02190 5046 0 5046 0 Digital ads    
8180 8180 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2025-01-30 2024-10-20 2024-12-31   f8i6ZQujokQ4 IND Lau George     Oakland CA 94607 800 0 800 0 Need to return amount over allowable amount.    
8181 8181 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2025-01-30 2024-10-20 2024-12-31   cumAVA8QJJn7 OTH Hubdialer       Denver CO 80237 401 0 401 0 Texts    
8436 8436 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2024-10-24 2024-09-22 2024-10-19 2024-11-05 9dBG9JERRiwC OTH Foundation Blue       Weymouth MA 02190 0 2206 0 2206 Digital ads    
8437 8437 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2024-10-24 2024-09-22 2024-10-19 2024-11-05 YSYZomSKmnRu OTH Foundation Blue       Weymouth MA 02190 0 5046 0 5046 Digital ads    
8438 8438 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2024-10-24 2024-09-22 2024-10-19 2024-11-05 f8i6ZQujokQ4 IND Lau George     Oakland CA 94607 0 800 0 800 Need to return amount over allowable amount.    
8439 8439 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2024-10-24 2024-09-22 2024-10-19 2024-11-05 cumAVA8QJJn7 OTH Hubdialer       Denver CO 80237 0 401 0 401 Texts    
8440 8440 1467592 333 Wang for Oakland City Council At Large 2024 452 CTL 2024-10-24 2024-09-22 2024-10-19 2024-11-05 6ghC5icLEG7f COM Sierra Club SF Bay Chapter Campaigns Slate Mailer Organization       Berkeley CA 94702 0 1500 0 1500 Contribution to Sierra Club Mailer 1.30687e+06 880  

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "accrued_expenses" (
"filer_id" INTEGER,
  "filer_name" INTEGER,
  "committee_type" TEXT,
  "report_date" TEXT,
  "report_start_date" TEXT,
  "report_end_date" TEXT,
  "election_date" TEXT,
  "transaction_id" TEXT,
  "entity_type" TEXT,
  "payee_last_name" TEXT,
  "payee_first_name" INTEGER,
  "payee_prefix" INTEGER,
  "payee_suffix" INTEGER,
  "payee_city" TEXT,
  "payee_state" TEXT,
  "payee_zipcode" TEXT,
  "beginning_balance" INTEGER,
  "amount_incurred" INTEGER,
  "amount_paid" INTEGER,
  "ending_balance" INTEGER,
  "expenditure_description" TEXT,
  "committee_id" INTEGER,
  "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));
CREATE INDEX ["accrued_expenses_filer_id"] ON [accrued_expenses]("filer_id");
CREATE INDEX ["accrued_expenses_filer_name"] ON [accrued_expenses]("filer_name");
CREATE INDEX ["accrued_expenses_committee_id"] ON [accrued_expenses]("committee_id");
Powered by Datasette · Queries took 1596.919ms · Data source: F_Expenses