home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

14 rows where filer_name = 285 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_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
4634 4634 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-18 2020-09-20 2020-10-17 2020-11-03 PAY144 OTH Pacific Printing       San Jose CA 95110 0 4174.94 0 4174.94      
4635 4635 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-18 2020-09-20 2020-10-17 2020-11-03 PAY147 OTH Pacific Printing       San Jose CA 95110 0 527.26 0 527.26      
4636 4636 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-18 2020-09-20 2020-10-17 2020-11-03 PAY158 IND Johnson Vincent     Berkeley CA 94702 1000 0 0 1000      
4637 4637 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-18 2020-09-20 2020-10-17 2020-11-03 PAY159 IND Johnson Vincent     Berkeley CA 94702 195 0 0 195      
4638 4638 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-18 2020-09-20 2020-10-17 2020-11-03 PAY157 IND Johnson Vincent     Berkeley CA 94702 0 714.2 0 714.2      
4918 4918 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-15 2020-10-18 2020-12-15   PAY144 OTH Pacific Printing       San Jose CA 95110 4174.94 0 4174.94 0      
4919 4919 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-15 2020-10-18 2020-12-15   PAY147 OTH Pacific Printing       San Jose CA 95110 527.26 0 527.26 0      
4920 4920 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-15 2020-10-18 2020-12-15   PAY158 IND Johnson Vincent     Berkeley CA 94702 1000 0 1000 0      
4921 4921 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-15 2020-10-18 2020-12-15   PAY159 IND Johnson Vincent     Berkeley CA 94702 195 0 195 0      
4922 4922 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-15 2020-10-18 2020-12-15   PAY157 IND Johnson Vincent     Berkeley CA 94702 714.2 0 714.2 0      
4268 4268 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-11 2020-01-01 2020-09-19 2020-11-03 PAY158 IND Johnson Vincent     Berkeley CA 94702 0 1000 0 1000      
4269 4269 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-12-11 2020-01-01 2020-09-19 2020-11-03 PAY159 IND Johnson Vincent     Berkeley CA 94702 0 195 0 195      
4639 4639 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-10-31 2020-09-20 2020-10-17 2020-11-03 PAY144 OTH Pacific Printing       San Jose CA 95110 0 4174.94 0 4174.94      
4640 4640 1427679 228 Clifford Thompson for Oakland Unified School District Board 2020 285 CTL 2020-10-31 2020-09-20 2020-10-17 2020-11-03 PAY147 OTH Pacific Printing       San Jose CA 95110 0 527.26 0 527.26      

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