accrued_expenses
Data source: F_Expenses
11 rows where filer_id = 4 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, payee_last_name, beginning_balance, amount_incurred, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
645 | 645 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2015-01-31 | 2014-07-01 | 2014-12-31 | PAY171 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 246.95 | -246.95 | 0 | 0 | |||||||
1114 | 1114 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2014-07-05 | 2014-01-01 | 2014-06-30 | PAY171 | OTH | The Henry Levy Group | Oakland | CA | 94618 | 0 | 246.95 | 0 | 246.95 | |||||||
30 | 30 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2013-01-31 | 2012-07-01 | 2012-12-31 | PAY135 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 442.7 | -442.7 | 0 | 0 | |||||||
118 | 118 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY97 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 6.5 | -6.5 | 0 | 0 | |||||||
119 | 119 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY105 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 7.88 | -7.88 | 0 | 0 | |||||||
120 | 120 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY106 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 353.1 | -353.1 | 0 | 0 | |||||||
121 | 121 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY107 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 5.3 | -5.3 | 0 | 0 | |||||||
122 | 122 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY108 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 5.3 | -5.3 | 0 | 0 | |||||||
123 | 123 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY109 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 63.8 | -63.8 | 0 | 0 | |||||||
124 | 124 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY110 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 5.3 | -5.3 | 0 | 0 | |||||||
125 | 125 | 1313157 4 | Oakland Metropolitan Chamber of Commerce Independent Expenditure Committee 4 | RCP | 2012-07-20 | 2012-01-01 | 2012-06-30 | PAY135 | OTH | Henry C. Levy & Co. | Oakland | CA | 94618 | 0 | 442.7 | 0 | 442.7 |
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");