accrued_expenses
Data source: F_Expenses
6 rows where filer_id = 277 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, payee_last_name, payee_city, payee_state, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6392 | 6392 | 1452659 277 | Oakland Neighbors for Affordable Housing and Safe Street, Yes on U 2022 359 | BMC | 2023-01-29 | 2022-10-23 | 2022-12-31 | 2022-11-08 | oyq3eB67LzQH | OTH | Data Genomix LLC | Cleveland | OH | 44108 | 25000 | 0 | 25000 | 0 | WEB-Digital Media Buy | |||||
6393 | 6393 | 1452659 277 | Oakland Neighbors for Affordable Housing and Safe Street, Yes on U 2022 359 | BMC | 2023-01-29 | 2022-10-23 | 2022-12-31 | 2022-11-08 | tEBhSErkASOR | OTH | Autumn Press | Berkeley | CA | 94710 | 20949.28 | 0 | 20949.28 | 0 | ||||||
6394 | 6394 | 1452659 277 | Oakland Neighbors for Affordable Housing and Safe Street, Yes on U 2022 359 | BMC | 2023-01-29 | 2022-10-23 | 2022-12-31 | 2022-11-08 | WcCxyznuucV6 | OTH | Autumn Press | Berkeley | CA | 94710 | 25507.81 | 0 | 25507.81 | 0 | ||||||
6586 | 6586 | 1452659 277 | Oakland Neighbors for Affordable Housing and Safe Street, Yes on U 2022 359 | BMC | 2022-10-26 | 2022-09-25 | 2022-10-22 | 2022-11-08 | oyq3eB67LzQH | OTH | Data Genomix LLC | Cleveland | OH | 44108 | 0 | 25000 | 0 | 25000 | WEB-Digital Media Buy | |||||
6587 | 6587 | 1452659 277 | Oakland Neighbors for Affordable Housing and Safe Street, Yes on U 2022 359 | BMC | 2022-10-26 | 2022-09-25 | 2022-10-22 | 2022-11-08 | tEBhSErkASOR | OTH | Autumn Press | Berkeley | CA | 94710 | 0 | 20949.28 | 0 | 20949.28 | ||||||
6588 | 6588 | 1452659 277 | Oakland Neighbors for Affordable Housing and Safe Street, Yes on U 2022 359 | BMC | 2022-10-26 | 2022-09-25 | 2022-10-22 | 2022-11-08 | WcCxyznuucV6 | OTH | Autumn Press | Berkeley | CA | 94710 | 0 | 25507.81 | 0 | 25507.81 |
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");