accrued_expenses
Data source: F_Expenses
10 rows where filer_id = 369 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_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8317 | 8317 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2025-01-27 | 2024-10-20 | 2024-12-31 | PAY38 | IND | Modern Bay LLC. | Oakland | CA | 94608 | 569.94 | 0 | 569.94 | 0 | Voter Data | ||||||
8318 | 8318 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2025-01-27 | 2024-10-20 | 2024-12-31 | PAY39 | IND | Modern Bay LLC. | Oakland | CA | 94608 | 4104.49 | 0 | 4104.49 | 0 | |||||||
8319 | 8319 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2025-01-27 | 2024-10-20 | 2024-12-31 | PAY46 | OTH | S.E. Owens & Company | Oakland | CA | 94607 | 600 | 0 | 600 | 0 | |||||||
8454 | 8454 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2024-10-21 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY38 | IND | Modern Bay LLC. | Oakland | CA | 94608 | 0 | 569.94 | 0 | 569.94 | Voter Data | |||||
8455 | 8455 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2024-10-21 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY39 | IND | Modern Bay LLC. | Oakland | CA | 94608 | 0 | 4104.49 | 0 | 4104.49 | ||||||
8456 | 8456 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2024-10-21 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY1 | OTH | S.E. Owens & Company | Oakland | CA | 94607 | 250 | 0 | 250 | 0 | ||||||
8457 | 8457 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2024-10-21 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY8 | OTH | S.E. Owens & Company | Oakland | CA | 94607 | 875 | 0 | 875 | 0 | ||||||
8458 | 8458 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2024-10-21 | 2024-09-22 | 2024-10-19 | 2024-11-05 | PAY46 | OTH | S.E. Owens & Company | Oakland | CA | 94607 | 0 | 600 | 0 | 600 | ||||||
8827 | 8827 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2024-09-23 | 2024-01-01 | 2024-09-21 | 2024-11-05 | PAY1 | OTH | S.E. Owens & Company | Oakland | CA | 94607 | 0 | 250 | 0 | 250 | ||||||
8828 | 8828 | 1472871 369 | Make Oakland Wildfire Safe, Yes on MM 500 | BMC | 2024-09-23 | 2024-01-01 | 2024-09-21 | 2024-11-05 | PAY8 | OTH | S.E. Owens & Company | Oakland | CA | 94607 | 0 | 875 | 0 | 875 |
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");