accrued_expenses
Data source: F_Expenses
8 rows where filer_name = 332 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, entity_type, payee_last_name, payee_first_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7316 | 7316 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2023-07-26 | 2023-01-01 | 2023-06-30 | 2018-11-06 | PAY277 | OTH | CJ & Associates, Inc. | Antelope | CA | 95843 | 131.37 | -131.37 | 0 | 0 | ||||||
6307 | 6307 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2023-01-31 | 2022-07-01 | 2022-12-31 | 2018-11-06 | PAY277 | OTH | CJ & Associates, Inc. | Roseville | CA | 95661 | 131.37 | 0 | 0 | 131.37 | ||||||
6879 | 6879 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2022-07-31 | 2022-01-01 | 2022-06-30 | 2018-11-06 | PAY277 | OTH | CJ & Associates, Inc. | Roseville | CA | 95661 | 0 | 131.37 | 0 | 131.37 | ||||||
6880 | 6880 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2022-07-31 | 2022-01-01 | 2022-06-30 | 2018-11-06 | PAY272 | OTH | The Next Generation | Oakland | CA | 94607 | 600 | 0 | 600 | 0 | ||||||
5477 | 5477 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2022-01-25 | 2021-07-01 | 2021-12-31 | 2018-11-06 | PAY67 | IND | Olmstead | Robyn | Oakland | CA | 94605 | 14.7 | -14.7 | 0 | 0 | |||||
5478 | 5478 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2022-01-25 | 2021-07-01 | 2021-12-31 | 2018-11-06 | PAY141 | IND | Olmstead | Robyn | Oakland | CA | 94605 | 24.7 | -24.7 | 0 | 0 | |||||
5479 | 5479 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2022-01-25 | 2021-07-01 | 2021-12-31 | 2018-11-06 | PAY58 | IND | Ruby | Courtney A. | Oakland | CA | 94605 | 1000 | -1000 | 0 | 0 | |||||
5480 | 5480 | 1408075 170 | Courtney Ruby for Oakland City Auditor 2018 Officeholder 332 | CTL | 2022-01-25 | 2021-07-01 | 2021-12-31 | 2018-11-06 | PAY272 | OTH | The Next Generation | Oakland | CA | 94607 | 0 | 600 | 0 | 600 |
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");