accrued_expenses
Data source: F_Expenses
6 rows where filer_name = 44 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, payee_city, payee_state, payee_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, expenditure_description, 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
700 | 700 | 1361954 51 | Dan Kalb City Council Officeholder Committee 44 | CTL | 2015-01-25 | 2014-07-01 | 2014-12-31 | C7wQHDYZeMRF | OTH | Sears Credit Cards (Mastercard) | Columbus | OH | 43228 | 0 | 268 | 0 | 268 | Subvendors listed on Schedule G | ||||||
701 | 701 | 1361954 51 | Dan Kalb City Council Officeholder Committee 44 | CTL | 2015-01-25 | 2014-07-01 | 2014-12-31 | ze1TXYKK9Pv5 | OTH | The Next Generation | Oakland | CA | 94612 | 0 | 950 | 0 | 950 | |||||||
702 | 702 | 1361954 51 | Dan Kalb City Council Officeholder Committee 44 | CTL | 2015-01-25 | 2014-07-01 | 2014-12-31 | uWphh5tM75bP | OTH | Sears Credit Cards (Mastercard) | Columbus | OH | 43228 | 120.09 | 0 | 120.09 | 0 | Vendor payments are less than $100 | ||||||
1069 | 1069 | 1361954 51 | Dan Kalb City Council Officeholder Committee 44 | CTL | 2014-07-31 | 2014-01-01 | 2014-06-30 | uWphh5tM75bP | OTH | Sears Credit Cards (Mastercard) | Columbus | OH | 43228 | 0 | 120.09 | 0 | 120.09 | Vendor payments are less than $100 | ||||||
1070 | 1070 | 1361954 51 | Dan Kalb City Council Officeholder Committee 44 | CTL | 2014-07-31 | 2014-01-01 | 2014-06-30 | myaCgDwiJuzq | OTH | Sears Credit Cards (Mastercard) | Columbus | OH | 43228 | 198.35 | 0 | 198.35 | 0 | No expenses over $100 | ||||||
153 | 153 | 1361954 51 | Dan Kalb City Council Officeholder Committee 44 | CTL | 2014-01-31 | 2013-07-01 | 2013-12-31 | myaCgDwiJuzq | OTH | Sears Credit Cards (Mastercard) | Columbus | OH | 43228 | 0 | 198.35 | 0 | 198.35 | No expenses over $100 |
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");