misc_cash_increases
Data source: I_Contributions
8 rows where filer_name = 122 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, last_name, city, state, zipcode, transaction_date, transaction_amt, transaction_description, report_date (date), report_start_date (date), report_end_date (date), election_date (date), transaction_date (date)
Link | rowid | filer_id | filer_name | report_date ▲ | report_start_date | report_end_date | election_date | transaction_id | entity_type | last_name | first_name | prefix | city | state | zipcode | employer | occupation | self_employed | transaction_type | transaction_date | transaction_amt | year_to_date | transaction_description | committee_id | memo_reference_number |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
126 | 126 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2017-07-26 | 2016-10-23 | 2016-12-31 | INC617 | OTH | Autumn Press, Inc. | Berkeley | CA | 94710 | n | 2016-11-07 | 1572.3 | 0 | Void Check | ||||||||
127 | 127 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2017-07-26 | 2016-10-23 | 2016-12-31 | INC702 | OTH | Comcast Spotlight | Los Angeles | CA | 90065 | n | 2016-12-21 | 147.3 | 0 | Refund | ||||||||
128 | 128 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2017-07-26 | 2016-10-23 | 2016-12-31 | INC705 | COM | Voter Guide Slate Cards | Long Beach | CA | 90808 | n | 2016-12-27 | 2375 | 0 | Void Check | 478.0 | |||||||
173 | 173 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2017-07-26 | 2017-01-01 | 2017-06-30 | INC784 | OTH | Deane & Company | Sacramento | CA | 95815 | n | 2017-02-15 | 180.28 | 0 | Refund | ||||||||
145 | 145 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2017-01-30 | 2016-10-23 | 2016-12-31 | 2016-11-08 | INC617 | OTH | Autumn Press, Inc. | Berkeley | CA | 94710 | n | 2016-11-07 | 1572.3 | 0 | Void Check | |||||||
146 | 146 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2017-01-30 | 2016-10-23 | 2016-12-31 | 2016-11-08 | INC702 | OTH | Comcast Spotlight | Los Angeles | CA | 90065 | n | 2016-12-21 | 147.3 | 0 | Refund | |||||||
147 | 147 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2017-01-30 | 2016-10-23 | 2016-12-31 | 2016-11-08 | INC705 | COM | Voter Guide Slate Cards | Long Beach | CA | 90808 | n | 2016-12-27 | 2375 | 0 | Void Check | 478.0 | ||||||
108 | 108 | 1381183 112 | Kaplan for Oakland City Council 2016 122 | 2016-02-01 | 2015-01-01 | 2015-12-31 | INC31 | OTH | NGP VAN, Inc. | Washington | DC | 20005 | n | 2015-12-15 | 319.92 | 0 | Refund |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "misc_cash_increases" ( "filer_id" INTEGER, "filer_name" INTEGER, "report_date" TEXT, "report_start_date" TEXT, "report_end_date" TEXT, "election_date" TEXT, "transaction_id" TEXT, "entity_type" TEXT, "last_name" TEXT, "first_name" TEXT, "prefix" TEXT, "city" TEXT, "state" TEXT, "zipcode" TEXT, "employer" INTEGER, "occupation" TEXT, "self_employed" TEXT, "transaction_type" TEXT, "transaction_date" TEXT, "transaction_amt" NUMERIC, "year_to_date" NUMERIC, "transaction_description" TEXT, "committee_id" TEXT, "memo_reference_number" TEXT , FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id), FOREIGN KEY ("filer_name") REFERENCES [filer_names](id), FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id), FOREIGN KEY ("employer") REFERENCES [businesses](id)); CREATE INDEX ["misc_cash_increases_filer_id"] ON [misc_cash_increases]("filer_id"); CREATE INDEX ["misc_cash_increases_filer_name"] ON [misc_cash_increases]("filer_name"); CREATE INDEX ["misc_cash_increases_committee_id"] ON [misc_cash_increases]("committee_id"); CREATE INDEX ["misc_cash_increases_employer"] ON [misc_cash_increases]("employer");