accrued_expenses
Data source: F_Expenses
6 rows where filer_name = 333 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, payee_last_name, payee_city, payee_zipcode, beginning_balance, amount_paid, ending_balance, report_date (date), report_start_date (date), report_end_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6924 | 6924 | 1332115 37 | Oakland Rising Committee Sponsored by Center for Empowered Politics 333 | RCP | 2022-08-01 | 2022-05-22 | 2022-06-30 | PAY2386 | OTH | Resilient Strategies | San Francisco | CA | 94133 | 0 | 115.42 | 0 | 115.42 | |||||||
6925 | 6925 | 1332115 37 | Oakland Rising Committee Sponsored by Center for Empowered Politics 333 | RCP | 2022-08-01 | 2022-05-22 | 2022-06-30 | PAY2387 | OTH | Resilient Strategies | San Francisco | CA | 94133 | 0 | 60 | 0 | 60 | Translation (actual cost) | ||||||
5510 | 5510 | 1332115 37 | Oakland Rising Committee Sponsored by Center for Empowered Politics 333 | RCP | 2022-01-31 | 2021-07-01 | 2021-12-31 | PAY2021 | OTH | Movement Strategy Action Fund | Oakland | CA | 94612- | 117608.38 | -9501.39 | 108106.99 | 0 | Non-Monetary Contributions, Schedule D reported in 2020 semi-annual | ||||||
5511 | 5511 | 1332115 37 | Oakland Rising Committee Sponsored by Center for Empowered Politics 333 | RCP | 2022-01-31 | 2021-07-01 | 2021-12-31 | PAY2022 | OTH | Oakland Rising Action Fund | Oakland | CA | 94601- | 1354 | -1354 | 0 | 0 | Staff Time for Voter Guide - Schedule D reported in prior period | ||||||
5512 | 5512 | 1332115 37 | Oakland Rising Committee Sponsored by Center for Empowered Politics 333 | RCP | 2022-01-31 | 2021-07-01 | 2021-12-31 | PAY2023 | OTH | Political Data Inc | Norwalk | CA | 90650- | 300 | -300 | 0 | 0 | Data for Voter Guide - Schedule D reported in prior period | ||||||
5513 | 5513 | 1332115 37 | Oakland Rising Committee Sponsored by Center for Empowered Politics 333 | RCP | 2022-01-31 | 2021-07-01 | 2021-12-31 | PAY2070 | OTH | Movement Strategy Action Fund | Oakland | CA | 94612- | 27722 | -27722 | 0 | 0 | Non-Monetary Contributions. Schedule D reported in 2020 semi-annual period. |
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");