accrued_expenses
Data source: F_Expenses
9 rows where filer_name = 147 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_start_date, report_end_date, election_date, transaction_id, entity_type, payee_last_name, payee_city, payee_zipcode, beginning_balance, amount_incurred, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1990 | 1990 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2018-07-24 | 2016-08-16 | 2016-09-24 | 2016-11-08 | HTW3CIuSER5s | OTH | Outfront Communications | Berkeley | CA | 94710 | 0 | 1131.4 | 0 | 1131.4 | Campaign advertisement | |||||
3930 | 3930 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2018-07-20 | 2018-01-01 | 2018-06-30 | 2016-11-08 | OYqVRQk1umd9 | IND | Johnson | Kristen | Palo Alto | CA | 94306 | 600 | 0 | 0 | 600 | Design campaign pieces | ||||
3932 | 3932 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2018-06-27 | 2016-08-16 | 2018-01-01 | 2016-11-08 | OYqVRQk1umd9 | IND | Johnson | Kristen | Palo Alto | CA | 94306 | 0 | 600 | 0 | 600 | Design campaign pieces | ||||
2821 | 2821 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2018-01-31 | 2017-07-01 | 2017-12-31 | 2016-11-08 | OYqVRQk1umd9 | IND | Johnson | Kristen | Palo Alto | CA | 94306 | 600 | 0 | 0 | 600 | Design campaign pieces | ||||
1872 | 1872 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2017-09-14 | 2016-09-25 | 2016-10-22 | 2016-11-06 | HTW3CIuSER5s | OTH | Outfront Communications | Berkeley | CA | 94710 | 1131.4 | 0 | 1131.4 | 0 | Campaign advertisement | |||||
2829 | 2829 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2017-08-22 | 2017-01-01 | 2017-06-30 | OYqVRQk1umd9 | IND | Johnson | Kristen | Palo Alto | CA | 94306 | 600 | 0 | 0 | 600 | Design campaign pieces | |||||
1999 | 1999 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2017-02-01 | 2016-10-23 | 2016-12-31 | 2016-12-08 | OYqVRQk1umd9 | IND | Johnson | Kristen | Palo Alto | CA | 94306 | 0 | 600 | 0 | 600 | Design campaign pieces | ||||
2225 | 2225 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2016-10-27 | 2016-09-25 | 2016-10-22 | 2016-11-08 | HTW3CIuSER5s | OTH | Outfront Communications | Berkeley | CA | 94710 | 1131.4 | 0 | 0 | 1131.4 | Campaign advertisement | |||||
2432 | 2432 | 1388731 129 | Hodge 4 Oakland City Council 2016 147 | CTL | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | HTW3CIuSER5s | OTH | Outfront Communications | Berkeley | CA | 94710 | 0 | 1131.4 | 0 | 1131.4 | Campaign advertisement |
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");