home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

10 rows where filer_name = 351 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_first_name, payee_city, payee_zipcode, beginning_balance, amount_incurred, amount_paid, 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
5827 5827 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2023-08-08 2022-07-01 2022-09-24 2022-11-08 PAY51 OTH 50+1 Strategies       San Francisco CA 94102 10000 0 10000 0      
5828 5828 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2023-08-08 2022-07-01 2022-09-24 2022-11-08 PAY57 IND Mallery Cait     Riverside CA 92506 0 5500 0 5500      
5829 5829 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2023-08-08 2022-07-01 2022-09-24 2022-11-08 PAY100 IND Lau Chi Ming     San Francisco CA 94112 0 750.42 0 750.42 Translation    
6058 6058 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2023-08-08 2022-09-25 2022-10-22 2022-11-08 PAY57 IND Mallery Cait     Riverside CA 92506 5500 0 5500 0      
6059 6059 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2023-08-08 2022-09-25 2022-10-22 2022-11-08 PAY100 IND Lau Chi Ming     San Francisco CA 94112 750.42 0 750.42 0 Translation    
6474 6474 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2022-10-27 2022-09-25 2022-10-22 2022-11-08 PAY57 IND Mallery Cait     Riverside CA 92506 5500 0 5500 0      
6475 6475 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2022-10-27 2022-09-25 2022-10-22 2022-11-08 PAY100 IND Lau Chi Ming     San Francisco CA 94112 750.42 0 750.42 0 Translation    
5699 5699 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2022-09-29 2022-01-01 2022-06-30   PAY51 OTH 50+1 Strategies       San Francisco CA 94102 0 10000 0 10000      
6669 6669 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2022-09-29 2022-07-01 2022-09-24 2022-11-08 PAY51 OTH 50+1 Strategies       San Francisco CA 94102 10000 0 10000 0      
6670 6670 1448942 270 Yes on W, Oakland Fair Elections, Sponsored by Civic Advocacy Organizations Committee Address 351 RCP 2022-09-29 2022-07-01 2022-09-24 2022-11-08 PAY57 IND Mallery Cait     Riverside CA 92506 0 5500 0 5500      

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