home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

10 rows where filer_name = 192 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
3456 3456 1404085 154 Doutherd for School Board 2018 192 CTL 2019-01-24 2018-10-21 2018-12-31   PAY496 OTH Political Data, Inc.       Norwalk CA 90650 485.36 0 485.36 0      
3197 3197 1404085 154 Doutherd for School Board 2018 192 CTL 2019-01-08 2018-09-23 2018-10-20 2018-11-06 PAY496 OTH Political Data, Inc.       Norwalk CA 90650 0 485.36 0 485.36      
3087 3087 1404085 154 Doutherd for School Board 2018 192 CTL 2018-10-18 2018-07-01 2018-09-22 2018-11-06 PAY184 OTH Deane & Company       Sacramento CA 95815 2345.16 0 2345.16 0      
3088 3088 1404085 154 Doutherd for School Board 2018 192 CTL 2018-10-18 2018-07-01 2018-09-22 2018-11-06 PAY306 IND Word Faith     Oakland CA 94609 121.25 0 121.25 0      
3669 3669 1404085 154 Doutherd for School Board 2018 192 CTL 2018-09-26 2018-07-01 2018-09-22 2018-11-06 PAY184 OTH Deane & Company       Sacramento CA 95815 2345.16 0 2345.16 0      
3670 3670 1404085 154 Doutherd for School Board 2018 192 CTL 2018-09-26 2018-07-01 2018-09-22 2018-11-06 PAY309 OTH In & Out Printing       San Leandro CA 94577 0 1602.35 0 1602.35      
3671 3671 1404085 154 Doutherd for School Board 2018 192 CTL 2018-09-26 2018-07-01 2018-09-22 2018-11-06 PAY306 IND Word Faith     Oakland CA 94609 121.25 0 121.25 0      
3000 3000 1404085 154 Doutherd for School Board 2018 192 CTL 2018-09-23 2018-01-01 2018-06-30   PAY184 OTH Deane & Company       Sacramento CA 95815 0 2345.16 0 2345.16      
3001 3001 1404085 154 Doutherd for School Board 2018 192 CTL 2018-09-23 2018-01-01 2018-06-30   PAY306 IND Word Faith     Oakland CA 94609 0 121.25 0 121.25      
3819 3819 1404085 154 Doutherd for School Board 2018 192 CTL 2018-07-30 2018-01-01 2018-06-30   PAY184 OTH Deane & Company       Sacramento CA 95815 0 2345.16 0 2345.16      

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