accrued_expenses
Data source: F_Expenses
4 rows where committee_id = 1212 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_start_date, report_end_date, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8183 | 8183 | 1462429 312 | Ryan Richardson for Oakland City Attorney 2024 424 | CTL | 2025-01-30 | 2024-10-20 | 2024-12-31 | 2024-11-05 | PAY582 | COM | Election Digest - A Project of the Coalition for Literacy | Torrance | CA | 90505 | 1217 | 0 | 1217 | 0 | Appearance on Slate Mailer | 1.3453e+06 1212 | ||||
7857 | 7857 | 1462429 312 | Ryan Richardson for Oakland City Attorney 2024 424 | CTL | 2024-12-20 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY582 | COM | Election Digest - A Project of the Coalition for Literacy | Torrance | CA | 90505 | 0 | 1217 | 0 | 1217 | Appearance on Slate Mailer | 1.3453e+06 1212 | ||||
7874 | 7874 | 1462429 312 | Ryan Richardson for Oakland City Attorney 2024 424 | CTL | 2024-12-12 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY582 | COM | Election Digest - A Project of the Coalition for Literacy | Torrance | CA | 90505 | 0 | 1217 | 0 | 1217 | Appearance on Slate Mailer | 1.3453e+06 1212 | ||||
8547 | 8547 | 1462429 312 | Ryan Richardson for Oakland City Attorney 2024 424 | CTL | 2024-10-24 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY582 | COM | Election Digest - A Project of the Coalition for Literacy | Torrance | CA | 90505 | 0 | 1217 | 0 | 1217 | Appearance on Slate Mailer | 1.3453e+06 1212 |
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");