home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

7 rows where filer_name = 112 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, 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
2941 2941 1375179 107 Re-Elect McElhaney for City Council 2016 112 CTL 2017-07-10 2017-01-01 2017-06-30 2016-11-08 PAY713 OTH The Henry Levy Group       Oakland CA 94618 1249.2 0 1249.2 0      
2942 2942 1375179 107 Re-Elect McElhaney for City Council 2016 112 CTL 2017-07-10 2017-01-01 2017-06-30 2016-11-08 PAY749 OTH The Henry Levy Group       Oakland CA 94618 0 458.45 0 458.45      
1884 1884 1375179 107 Re-Elect McElhaney for City Council 2016 112 CTL 2017-05-16 2016-10-23 2016-12-31 2016-11-08 PAY713 OTH The Henry Levy Group       Oakland CA 94618 0 1249.2 0 1249.2      
2199 2199 1375179 107 Re-Elect McElhaney for City Council 2016 112 CTL 2017-01-25 2016-10-23 2016-12-31 2016-11-08 PAY713 OTH The Henry Levy Group       Oakland CA 94618 0 1249.2 0 1249.2      
1137 1137 1375179 107 Re-Elect McElhaney for City Council 2016 112 CTL 2016-07-26 2015-07-01 2015-12-31 2016-11-08 PAY160 OTH The Henry Levy Group       Oakland CA 94618 3178.25 0 3178.25 0      
1159 1159 1375179 107 Re-Elect McElhaney for City Council 2016 112 CTL 2016-01-26 2015-07-01 2015-12-31 2016-11-08 PAY160 OTH The Henry Levy Group       Oakland CA 94618 3178.25 0 3178.25 0      
1258 1258 1375179 107 Re-Elect McElhaney for City Council 2016 112 CTL 2015-07-31 2015-01-01 2015-06-30 2016-11-08 PAY160 OTH The Henry Levy Group       Oakland CA 94618 0 3178.25 0 3178.25      

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