home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

7 rows where filer_name = 402 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: payee_last_name, payee_city, payee_zipcode, 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
6569 6569 1455586 298 Oakland Teachers Supporting Resnick and Mungia for School Board 2022 402 RCP 2022-10-23 2022-01-01 2022-10-22 2022-11-08 PAY8 OTH Deane & Company       Sacramento CA 95815 0 2500 0 2500      
6570 6570 1455586 298 Oakland Teachers Supporting Resnick and Mungia for School Board 2022 402 RCP 2022-10-23 2022-01-01 2022-10-22 2022-11-08 PAY2 OTH Fairbank, Maslin, Maullin, Metz & Associates       Oakland CA 94612 0 6500 0 6500 Survey/Support/Nick Resnick/Oakland USD School Board/City of Oakland/Dist. 4    
6571 6571 1455586 298 Oakland Teachers Supporting Resnick and Mungia for School Board 2022 402 RCP 2022-10-23 2022-01-01 2022-10-22 2022-11-08 PAY3 OTH Fairbank, Maslin, Maullin, Metz & Associates       Oakland CA 94612 0 6500 0 6500 Survey/Support/Kyra Mungia/Oakland USD School Board/City of Oakland/Dist. 6    
6572 6572 1455586 298 Oakland Teachers Supporting Resnick and Mungia for School Board 2022 402 RCP 2022-10-23 2022-01-01 2022-10-22 2022-11-08 PAY4 OTH Rally       Los Angeles CA 90036 0 14100 0 14100 Mailer/Support/Nick Resnick/School Board/Oakland Unified School District/City of Oakland    
6573 6573 1455586 298 Oakland Teachers Supporting Resnick and Mungia for School Board 2022 402 RCP 2022-10-23 2022-01-01 2022-10-22 2022-11-08 PAY5 OTH Rally       Los Angeles CA 90036 0 11600 0 11600 Mailer/Support/Kyra Mungia/School Board/Oakland Unified School District/City of Oakland/Dist. 6    
6574 6574 1455586 298 Oakland Teachers Supporting Resnick and Mungia for School Board 2022 402 RCP 2022-10-23 2022-01-01 2022-10-22 2022-11-08 PAY6 OTH Rally       Los Angeles CA 90036 0 5000 0 5000 Consulting/Support/Kyra Mungia/School Board/Oakland Unified School District/City of Oakland/Dist. 6    
6575 6575 1455586 298 Oakland Teachers Supporting Resnick and Mungia for School Board 2022 402 RCP 2022-10-23 2022-01-01 2022-10-22 2022-11-08 PAY7 OTH Rally       Los Angeles CA 90036 0 5000 0 5000 Consulting/Support/Nick Resnick/School Board/Oakland Unified School District/City of Oakland    

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