home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

12 rows where filer_id = 114 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_name, report_date, report_start_date, report_end_date, transaction_id, 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)

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
2723 2723 1374343 114 Councilmember Rebecca Kaplan 2016 Officeholder Committee 181 CTL 2017-12-13 2017-01-01 2017-06-30   PAY119 OTH Deane & Company       Sacramento CA 95815 0 161.51 0 161.51      
2873 2873 1374343 114 Councilmember Rebecca Kaplan 2016 Officeholder Committee 181 CTL 2017-07-24 2017-01-01 2017-06-30   PAY119 OTH Deane & Company       Sacramento CA 95815 0 161.51 0 161.51      
1190 1190 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2016-01-19 2015-07-01 2015-12-31   PAY43 OTH Deane & Company       Sacramento CA 95815 639.15 0 639.15 0      
1191 1191 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2016-01-19 2015-07-01 2015-12-31   PAY59 OTH Hall Equities Group       Walnut Creek CA 94596 607.42 0 607.42 0      
1192 1192 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2016-01-19 2015-07-01 2015-12-31   PAY60 OTH Jason Overman       Oakland CA 94619 80.1 0 80.1 0      
1193 1193 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2016-01-19 2015-07-01 2015-12-31   PAY61 OTH Jason Overman       Oakland CA 94619 60 0 60 0      
1194 1194 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2016-01-19 2015-07-01 2015-12-31   PAY62 OTH Jason Overman       Oakland CA 94619 21.5 0 21.5 0      
1262 1262 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2015-07-27 2015-01-01 2015-06-30   PAY43 OTH Deane & Company       Sacramento CA 95815 0 639.15 0 639.15      
1263 1263 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2015-07-27 2015-01-01 2015-06-30   PAY59 OTH Hall Equities Group       Walnut Creek CA 94596 0 607.42 0 607.42      
1264 1264 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2015-07-27 2015-01-01 2015-06-30   PAY60 OTH Jason Overman       Oakland CA 94619 0 80.1 0 80.1      
1265 1265 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2015-07-27 2015-01-01 2015-06-30   PAY61 OTH Jason Overman       Oakland CA 94619 0 60 0 60      
1266 1266 1374343 114 Councilmember Rebecca Kaplan 2012 Officeholder Committee 125 CTL 2015-07-27 2015-01-01 2015-06-30   PAY62 OTH Jason Overman       Oakland CA 94619 0 21.5 0 21.5      

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