home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

6 rows where filer_id = 20 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: amount_incurred, ending_balance, 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
6752 6752 Pending 20 Oakland Rising Ballot Committee Supporting Measure T & W sponsored by Center for Empowered Politics 356 BMC 2022-09-27 2022-01-01 2022-09-24 2022-11-08 1250001180 OTH Resilient Strategies       San Francisco CA 94109-2704 0 2500 0 2500 Voter Data and Phone Dialer estimate, Yes on T Invest in Our Oakland 2022 Sponsored by SEIU Local 1021 & IFPTA Local 21 1444350    
6753 6753 Pending 20 Oakland Rising Ballot Committee Supporting Measure T & W sponsored by Center for Empowered Politics 356 BMC 2022-09-27 2022-01-01 2022-09-24 2022-11-08 1250001181 OTH Resilient Strategies       San Francisco CA 94109-2704 0 2500 0 2500 Voter Data and Phone Dialer estimate, Yes on W Oakland Fair Elections Sponsored by Civic Advocacy Organizations 1448942    
6754 6754 Pending 20 Oakland Rising Ballot Committee Supporting Measure T & W sponsored by Center for Empowered Politics 356 BMC 2022-09-27 2022-01-01 2022-09-24 2022-11-08 1250001182 OTH Resilient Strategies       San Francisco CA 94109-2704 0 3420.89 0 3420.89 Canvass Staff Time, Yes on T Invest in Our Oakland 2022 Sponsored by SEIU Local 1021 & IFPTA Local 21 1444350    
6755 6755 Pending 20 Oakland Rising Ballot Committee Supporting Measure T & W sponsored by Center for Empowered Politics 356 BMC 2022-09-27 2022-01-01 2022-09-24 2022-11-08 1250001183 OTH Resilient Strategies       San Francisco CA 94109-2704 0 3945.65 0 3945.65 Canvass Staff Time, Yes on W Oakland Fair Elections Sponsored by Civic Advocacy Organizations 1448942    
6756 6756 Pending 20 Oakland Rising Ballot Committee Supporting Measure T & W sponsored by Center for Empowered Politics 356 BMC 2022-09-27 2022-01-01 2022-09-24 2022-11-08 1250001184 OTH Resilient Strategies       San Francisco CA 94109-2704 0 6346.51 0 6346.51      
6757 6757 Pending 20 Oakland Rising Ballot Committee Supporting Measure T & W sponsored by Center for Empowered Politics 356 BMC 2022-09-27 2022-01-01 2022-09-24 2022-11-08 1250001185 OTH Resilient Strategies       San Francisco CA 94109-2704 0 1371.31 0 1371.31      

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 14.708ms · Data source: F_Expenses