accrued_expenses
Data source: F_Expenses
11 rows where filer_name = 120 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2948 | 2948 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2017-07-10 | 2017-01-01 | 2017-06-30 | 2018-11-06 | PAY17 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 563.65 | 0 | 563.65 | 0 | ||||||
2949 | 2949 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2017-07-10 | 2017-01-01 | 2017-06-30 | 2018-11-06 | PAY29 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 582.7 | 0 | 582.7 | 0 | ||||||
2129 | 2129 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2017-01-19 | 2016-07-01 | 2016-12-31 | 2018-11-06 | PAY17 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 563.65 | 0 | 0 | 563.65 | ||||||
2130 | 2130 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2017-01-19 | 2016-07-01 | 2016-12-31 | 2018-11-06 | PAY29 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 582.7 | 0 | 0 | 582.7 | ||||||
2131 | 2131 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2017-01-19 | 2016-07-01 | 2016-12-31 | 2018-11-06 | PAY37 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 95.13 | 0 | 0 | 95.13 | ||||||
2132 | 2132 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2017-01-19 | 2016-07-01 | 2016-12-31 | 2018-11-06 | PAY38 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 0 | 16.96 | 0 | 16.96 | ||||||
2133 | 2133 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2017-01-19 | 2016-07-01 | 2016-12-31 | 2018-11-06 | PAY42 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 0 | 17.53 | 0 | 17.53 | ||||||
2637 | 2637 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2016-07-22 | 2016-01-01 | 2016-06-30 | 2018-11-06 | PAY17 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 563.65 | 0 | 0 | 563.65 | ||||||
2638 | 2638 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2016-07-22 | 2016-01-01 | 2016-06-30 | 2018-11-06 | PAY29 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 0 | 582.7 | 0 | 582.7 | ||||||
2639 | 2639 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2016-07-22 | 2016-01-01 | 2016-06-30 | 2018-11-06 | PAY37 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 0 | 95.13 | 0 | 95.13 | ||||||
1165 | 1165 | 1376660 111 | Annie Campbell Washington for Oakland City Council 2018 120 | CTL | 2016-01-22 | 2015-07-01 | 2015-12-31 | 2018-11-06 | PAY17 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 0 | 563.65 | 0 | 563.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");