home / election_finance

misc_cash_increases

FPPC Form 460, Schedule I

Data source: I_Contributions

14 rows where filer_id = 11 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: filer_name, report_date, report_start_date, report_end_date, election_date, transaction_id, last_name, city, zipcode, transaction_date, transaction_amt, year_to_date, 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
309 309 1236617 11 Desley Brooks for City Council 2018 182 2019-07-30 2019-01-01 2019-06-30 2018-11-06 INC623 OTH City Print and Mail     Oakland CA 94612     n   2019-03-01 2874.59 0 Refund    
310 310 1236617 11 Desley Brooks for City Council 2018 182 2019-07-30 2019-01-01 2019-06-30 2018-11-06 INC651 OTH Correct COH from Previous Treasurer               n   2019-06-30 1826.94 0 Correct COH from Previous Treasurer    
247 247 1236617 11 Desley Brooks for City Council 2018 182 2019-01-31 2018-10-21 2018-12-31 2018-11-06 INC594 OTH Bank of the West     Oakland CA 94612     n   2018-10-25 500 0 Unknown Bank Error    
177 177 1236617 11 Desley Brooks for City Council 2018 182 2018-12-18 2018-01-01 2018-06-30 2018-11-06 INC88 OTH City of Oakland     Oakland CA 94612     n   2018-04-03 781 0 Void Uncashed Check    
178 178 1236617 11 Desley Brooks for City Council 2018 182 2018-12-18 2018-01-01 2018-06-30 2018-11-06 INC400 OTH Correct COH from Previous Treasurer               n   2018-06-30 9134.47 0 Correct COH from Previous Treasurer    
183 183 1236617 11 Desley Brooks for City Council 2018 182 2018-12-18 2018-07-01 2018-09-22 2018-11-06 INC325 OTH NationBuilder     Los Angeles CA 90071     n   2018-08-02 223.63 0 Refund    
179 179 1236617 11 Desley Brooks for City Council 2018 182 2018-10-25 2018-01-01 2018-06-30 2018-11-06 INC88 OTH City of Oakland     Oakland CA 94612     n   2018-04-03 781 0 Void Uncashed Check    
180 180 1236617 11 Desley Brooks for City Council 2018 182 2018-10-25 2018-01-01 2018-06-30 2018-11-06 INC400 OTH Correct COH from Previous Treasurer               n   2018-06-30 9134.47 0 Correct COH from Previous Treasurer    
181 181 1236617 11 Desley Brooks for City Council 2018 182 2018-09-25 2018-01-01 2018-06-30 2018-11-06 INC88 OTH City of Oakland     Oakland CA 94612     n   2018-04-03 781 0 Void Uncashed Check    
182 182 1236617 11 Desley Brooks for City Council 2018 182 2018-09-25 2018-01-01 2018-06-30 2018-11-06 INC400 OTH Correct COH from Previous Treasurer               n   2018-06-30 9134.47 0 Correct COH from Previous Treasurer    
272 272 1236617 11 Desley Brooks for City Council 2018 182 2018-09-25 2018-07-01 2018-09-22 2018-11-06 INC325 OTH NationBuilder     Los Angeles CA 90071     n   2018-08-02 223.63 0 Refund    
273 273 1236617 11 Desley Brooks for City Council 2018 182 2018-07-31 2018-01-01 2018-06-30 2018-11-06 INC88 OTH City of Oakland     Oakland CA 94612     n   2018-04-03 781 0 Void Uncashed Check    
51 51 1236617 11 Desley Brooks 11 2015-02-03 2014-10-19 2014-12-31 2014-11-04 6ir9MmzZszyR OTH City of Oakland     Oakland CA 94612     n   2014-10-30 7898.41 17921 Campaign Financing Reimbursement    
52 52 1236617 11 Desley Brooks 11 2015-02-03 2014-10-19 2014-12-31 2014-11-04 iGjx39FXbNBv OTH City of Oakland     Oakland CA 94612     n   2014-11-18 10022.59 17921 Campaign reimbursement funds    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Queries took 33.521ms · Data source: I_Contributions