accrued_expenses
Data source: F_Expenses
8 rows where filer_name = 138 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: entity_type, payee_state, beginning_balance, amount_paid, ending_balance, expenditure_description, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2457 | 2457 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-292-V | OTH | ANNIE EAGAN CONSULTING | OAKLAND | CA | 94612 | 6500 | 6500 | 13000 | 0 | See Schedule E for codes or descriptions. | |||||
2458 | 2458 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-370-V | IND | Gendler | Lauren | San Jose | CA | 95123 | 0 | 794.28 | 0 | 794.28 | MTG | PHO 477 | |||
2459 | 2459 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-419-V | OTH | Incitement | New York | NY | 10001 | 0 | 5500 | 0 | 5500 | ||||||
2460 | 2460 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-418-V | OTH | Mailrite Print & Mail Inc. | Sacramento | CA | 95834 | 0 | 107172.2 | 0 | 107172.2 | POS | |||||
2461 | 2461 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-339-V | IND | MAYBURY | ZAC | Carmichael | CA | 95608 | 0 | 87.5 | 0 | 87.5 | Campaign Website | ||||
2462 | 2462 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-291-V | OTH | PRINTPRO | SAN LORENZO | CA | 94580 | 4452.53 | 22886.03 | 4452.53 | 22886.03 | Printing | |||||
2463 | 2463 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-203-V | OTH | SUTTON LAW FIRM | SAN FRANCISCO | CA | 94108 | 7415.87 | 3209.38 | 10625.25 | 0 | See Schedule E for codes or descriptions. | |||||
2464 | 2464 | 1381041 110 | Yes on Measure HH, Citizens for Healthy Oakland Children 138 | BMC | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | F-383-V | OTH | Tramutola | Oakland | CA | 94611 | 0 | 7906.65 | 0 | 7906.65 |
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");