accrued_expenses
Data source: F_Expenses
5 rows where filer_id = 11 sorted by report_date descending
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), 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4101 | 4101 | 1236617 11 | Desley Brooks for City Council 2018 182 | CTL | 2019-07-30 | 2019-07-01 | 2019-07-30 | 2018-11-06 | PAY607 | OTH | CJ & Associates, Inc. | Roseville | CA | 95661 | 200 | 0 | 200 | 0 | ||||||
4102 | 4102 | 1236617 11 | Desley Brooks for City Council 2018 182 | CTL | 2019-07-30 | 2019-01-01 | 2019-06-30 | 2018-11-06 | PAY604 | OTH | CJ & Associates, Inc. | Roseville | CA | 95661 | 500.6 | 0 | 500.6 | 0 | ||||||
4103 | 4103 | 1236617 11 | Desley Brooks for City Council 2018 182 | CTL | 2019-07-30 | 2019-01-01 | 2019-06-30 | 2018-11-06 | PAY607 | OTH | CJ & Associates, Inc. | Roseville | CA | 95661 | 0 | 200 | 0 | 200 | ||||||
3369 | 3369 | 1236617 11 | Desley Brooks for City Council 2018 182 | CTL | 2019-01-31 | 2018-10-21 | 2018-12-31 | 2018-11-06 | PAY604 | OTH | CJ & Associates, Inc. | Roseville | CA | 95661 | 0 | 500.6 | 0 | 500.6 | ||||||
212 | 212 | 1236617 11 | Friends of Desley Brooks 60 | CTL | 2013-07-26 | 2013-01-01 | 2013-06-30 | LgCMinaQFQPL | OTH | Friends of Desley Brooks | Oakland | CA | 94619 | 0 | 2500 | 0 | 2500 | Darryl Stallworth2355 Broadway, Suite 303Oakland, CA 94612 | 1.23662e+06 73 |
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");