accrued_expenses
Data source: F_Expenses
10 rows where committee_id = 164 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: filer_id, filer_name, committee_type, report_start_date, report_end_date, election_date, transaction_id, entity_type, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6139 | 6139 | 1444350 271 | Yes on T - Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 and IFPTE Local 21 352 | BMC | 2023-02-07 | 2022-10-23 | 2022-12-31 | PAY157 | COM | Alameda County Democratic Central Committee | Oakland | CA | 94612 | 5000 | 0 | 5000 | 0 | 747153 164 | ||||||
6338 | 6338 | 1444350 271 | Yes on T - Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 and IFPTE Local 21 352 | BMC | 2023-01-25 | 2022-10-23 | 2022-12-31 | PAY157 | COM | Alameda County Democratic Central Committee | Oakland | CA | 94612 | 5000 | 0 | 5000 | 0 | 747153 164 | ||||||
6019 | 6019 | 1444350 271 | Yes on T - Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 and IFPTE Local 21 352 | BMC | 2023-01-12 | 2022-09-25 | 2022-10-22 | 2022-11-08 | PAY157 | COM | Alameda County Democratic Central Committee | Oakland | CA | 94612 | 0 | 5000 | 0 | 5000 | 747153 164 | |||||
6034 | 6034 | 1444350 271 | Yes on T - Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 and IFPTE Local 21 352 | BMC | 2022-11-05 | 2022-09-25 | 2022-10-22 | 2022-11-08 | PAY157 | COM | Alameda County Democratic Central Committee | Oakland | CA | 94612 | 0 | 5000 | 0 | 5000 | 747153 164 | |||||
6520 | 6520 | 1444350 271 | Yes on T - Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 and IFPTE Local 21 352 | BMC | 2022-10-26 | 2022-09-25 | 2022-10-22 | 2022-11-08 | PAY157 | COM | Alameda County Democratic Central Committee | Oakland | CA | 94612 | 0 | 5000 | 0 | 5000 | 747153 164 | |||||
4851 | 4851 | 1366759 95 | Treva Reid for Oakland City Council 2020 Officeholder Committee 291 | CTL | 2021-01-25 | 2020-10-18 | 2020-12-31 | PAY1575 | COM | Alameda County Democratic Party | San Leandro | CA | 94577 | 2000 | 0 | 2000 | 0 | Appearance on Slate Mailer | 747153 164 | |||||
4906 | 4906 | 960997 41 | Friends of Oakland Public Schools - Yes on Measure Y 271 | RCP | 2021-01-21 | 2020-10-18 | 2020-12-31 | PAY1074 | OTH | Alameda County Democratic Party | San Leandro | CA | 94577 | 4000 | 0 | 4000 | 0 | Appearance on Slate Mailer | 747153 164 | |||||
4441 | 4441 | 960997 41 | Friends of Oakland Public Schools - Yes on Measure Y 271 | RCP | 2021-01-19 | 2020-09-20 | 2020-10-17 | 2020-11-03 | PAY1074 | OTH | Alameda County Democratic Party | San Leandro | CA | 94577 | 0 | 4000 | 0 | 4000 | Appearance on Slate Mailer | 747153 164 | ||||
4517 | 4517 | 1366759 95 | Treva Reid for Oakland City Council 2020 Officeholder Committee 291 | CTL | 2021-01-15 | 2020-09-20 | 2020-10-17 | PAY1575 | COM | Alameda County Democratic Party | San Leandro | CA | 94577 | 0 | 2000 | 0 | 2000 | Appearance on Slate Mailer | 747153 164 | |||||
5153 | 5153 | 960997 41 | Friends of Oakland Public Schools - Yes on Measure Y 271 | RCP | 2020-10-21 | 2020-09-20 | 2020-10-17 | 2020-11-03 | PAY1074 | OTH | Alameda County Democratic Party | San Leandro | CA | 94577 | 0 | 4000 | 0 | 4000 | Appearance on Slate Mailer | 747153 164 |
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");