home / election_finance

non_monetary_contributions

FPPC Form 460, Schedule C

Data source: C_Contributions

13 rows where filer_name = 89 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_name, zipcode, year_to_date, report_date (date), report_start_date (date), report_end_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
711 711 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY361 OTH Clifford Moss     Oakland CA 94609     n F 2018-03-15 7500 28126 Bill Forgiven    
712 712 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY362 OTH Clifford Moss     Oakland CA 94609     n F 2018-03-15 15390 28126 Bill Forgiven    
713 713 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY363 OTH Clifford Moss     Oakland CA 94609     n F 2018-03-15 1000 28126 Bill Forgiven    
714 714 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY364 OTH Clifford Moss     Oakland CA 94609     n F 2018-03-15 736 28126 Bill Forgiven    
715 715 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY365 OTH Clifford Moss     Oakland CA 94609     n F 2018-03-15 3500 28126 Bill Forgiven    
716 716 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY370 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 404.77 2360.29 Bill Forgiven    
717 717 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY371 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 485.3 2360.29 Bill Forgiven    
718 718 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY372 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 15.56 2360.29 Bill Forgiven    
719 719 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY373 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 16.09 2360.29 Bill Forgiven    
720 720 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY374 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 129.67 2360.29 Bill Forgiven    
721 721 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY375 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 394.15 2360.29 Bill Forgiven    
722 722 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY376 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 449.4 2360.29 Bill Forgiven    
723 723 1369855 89 Neighbors for a Safer Oakland 2014, Yes on Z, sponsored and major funding by International Association of Firefighters Local 55 89 2018-06-14 2018-01-01 2018-03-15   PAY377 OTH The Henry Levy Group     Oakland CA 94618     n F 2018-03-15 465.35 2360.29 Bill Forgiven    

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "non_monetary_contributions" (
"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 ["non_monetary_contributions_filer_id"] ON [non_monetary_contributions]("filer_id");
CREATE INDEX ["non_monetary_contributions_filer_name"] ON [non_monetary_contributions]("filer_name");
CREATE INDEX ["non_monetary_contributions_committee_id"] ON [non_monetary_contributions]("committee_id");
CREATE INDEX ["non_monetary_contributions_employer"] ON [non_monetary_contributions]("employer");
Powered by Datasette · Queries took 22.241ms · Data source: C_Contributions