accrued_expenses
Data source: F_Expenses
12 rows where filer_id = 115 sorted by report_date descending
This data as json, CSV (advanced)
Suggested facets: report_date, report_start_date, report_end_date, transaction_id, entity_type, payee_last_name, payee_first_name, payee_city, payee_state, payee_zipcode, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2102 | 2102 | 1379618 115 | Transport Oakland 126 | RCP | 2017-01-29 | 2016-10-23 | 2016-12-31 | PAY247 | OTH | Card Service Center | Dallas | TX | 75247 | 687.11 | 0 | 687.11 | 0 | Credit Card Payment | ||||||
2358 | 2358 | 1379618 115 | Transport Oakland 126 | RCP | 2016-10-27 | 2016-09-25 | 2016-10-22 | 2016-11-08 | PAY247 | OTH | Card Service Center | Dallas | TX | 75247 | 687.11 | 0 | 0 | 687.11 | Credit Card Payment | |||||
2359 | 2359 | 1379618 115 | Transport Oakland 126 | RCP | 2016-10-27 | 2016-09-25 | 2016-10-22 | 2016-11-08 | PAY277 | IND | Miller | Ruth | Oakland | CA | 94612 | 39.12 | 0 | 39.12 | 0 | |||||
2360 | 2360 | 1379618 115 | Transport Oakland 126 | RCP | 2016-10-27 | 2016-09-25 | 2016-10-22 | 2016-11-08 | PAY278 | IND | Miller | Ruth | Oakland | CA | 94612 | 534.98 | 0 | 534.98 | 0 | |||||
1532 | 1532 | 1379618 115 | Transport Oakland 126 | RCP | 2016-10-15 | 2016-07-01 | 2016-09-24 | 2016-11-08 | PAY247 | OTH | Card Service Center | Dallas | TX | 75247 | 0 | 687.11 | 0 | 687.11 | Credit Card Payment | |||||
1533 | 1533 | 1379618 115 | Transport Oakland 126 | RCP | 2016-10-15 | 2016-07-01 | 2016-09-24 | 2016-11-08 | PAY191 | IND | Berger | Rachel | Oakland | CA | 94618 | 36 | 0 | 36 | 0 | |||||
1534 | 1534 | 1379618 115 | Transport Oakland 126 | RCP | 2016-10-15 | 2016-07-01 | 2016-09-24 | 2016-11-08 | PAY277 | IND | Miller | Ruth | Oakland | CA | 94612 | 0 | 39.12 | 0 | 39.12 | |||||
1535 | 1535 | 1379618 115 | Transport Oakland 126 | RCP | 2016-10-15 | 2016-07-01 | 2016-09-24 | 2016-11-08 | PAY278 | IND | Miller | Ruth | Oakland | CA | 94612 | 0 | 534.98 | 0 | 534.98 | |||||
2476 | 2476 | 1379618 115 | Transport Oakland 126 | RCP | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | PAY247 | OTH | Card Service Center | Dallas | TX | 75247 | 0 | 687.11 | 0 | 687.11 | Credit Card Payment | |||||
2477 | 2477 | 1379618 115 | Transport Oakland 126 | RCP | 2016-09-29 | 2016-07-01 | 2016-09-24 | 2016-11-08 | PAY191 | IND | Berger | Rachel | Oakland | CA | 94618 | 36 | 0 | 36 | 0 | |||||
1351 | 1351 | 1379618 115 | Transport Oakland 126 | RCP | 2016-09-09 | 2016-01-01 | 2016-06-30 | PAY191 | IND | Berger | Rachel | Oakland | CA | 94618 | 0 | 36 | 0 | 36 | ||||||
2688 | 2688 | 1379618 115 | Transport Oakland 126 | RCP | 2016-07-23 | 2016-01-01 | 2016-06-30 | PAY191 | IND | Berger | Rachel | Oakland | CA | 94618 | 0 | 36 | 0 | 36 |
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");