accrued_expenses
Data source: F_Expenses
4 rows where filer_id = 57 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_name, report_start_date, report_end_date, transaction_id, entity_type, payee_last_name, payee_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, expenditure_description, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3701 | 3701 | 1310647 57 | The Oakland Fund for Measure AA 201 | BMC | 2018-09-27 | 2018-07-01 | 2018-09-22 | 2018-11-06 | F-328-V | IND | Silver | David | Oakland | CA | 94602 | 1848.95 | 0 | 1848.95 | 0 | See Schedule E for codes or descriptions. | ||||
2974 | 2974 | 1310647 57 | The Oakland Fund 167 | BMC | 2018-08-10 | 2018-04-01 | 2018-06-30 | F-328-V | IND | Silver | David | Oakland | CA | 94602 | 0 | 1848.95 | 0 | 1848.95 | Filing fee and Newspaper publication | |||||
3931 | 3931 | 1310647 57 | The Oakland Fund 167 | BMC | 2018-07-23 | 2018-04-01 | 2018-06-30 | F-328-V | IND | Silver | David | Oakland | CA | 94602 | 0 | 1848.95 | 0 | 1848.95 | Filing fee and Newspaper publication | |||||
178 | 178 | 1310647 57 | The Oakland Fund for Keep Oakland Firesafe 2013 53 | BMC | 2014-01-16 | 2013-07-01 | 2013-12-31 | F-276-V | OTH | Reynolds Strageties | Oakland | CA | 94610 | 0 | 15000 | 15000 | 0 | See Schedule E for codes or descriptions. |
Advanced export
JSON shape: default, array, newline-delimited
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");