home / election_finance

non_monetary_contributions

FPPC Form 460, Schedule C

Data source: C_Contributions

12 rows where filer_name = 71 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_date, report_start_date, report_end_date, transaction_id, entity_type, last_name, city, zipcode, transaction_date, transaction_amt, year_to_date, transaction_description, committee_id, 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
116 116 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2015-07-27 2014-10-01 2014-10-18 2014-11-04 NON155 OTH Arizmendi Cooperative Inc.     Oakland CA 94610     n   2014-10-04 150 1600 Baked Goods    
117 117 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2015-07-27 2014-10-01 2014-10-18 2014-11-04 NON198 OTH Arizmendi Cooperative Inc.     Oakland CA 94610     n   2014-10-11 150 1600 Baked Goods    
118 118 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2015-07-27 2014-10-01 2014-10-18 2014-11-04 NON158 OTH International Brotherhood of Electrical Workers Local 595     Dublin CA 94568     n   2014-10-07 5000 5000 Phone Bank Program    
119 119 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2015-07-27 2014-10-01 2014-10-18 2014-11-04 NON252 COM Service Employees International Union Local 1021 Issues PAC     Oakland CA 94609     n   2014-10-18 578.91 60578.91 Buttons 148.0  
120 120 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2015-01-29 2014-10-01 2014-10-18 2014-11-04 NON155 OTH Arizmendi Cooperative Inc.     Oakland CA 94610     n   2014-10-04 150 1600 Baked Goods    
121 121 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2015-01-29 2014-10-01 2014-10-18 2014-11-04 NON198 OTH Arizmendi Cooperative Inc.     Oakland CA 94610     n   2014-10-11 150 1600 Baked Goods    
122 122 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2015-01-29 2014-10-01 2014-10-18 2014-11-04 NON158 OTH International Brotherhood of Electrical Workers Local 595     Dublin CA 94568     n   2014-10-07 5000 5000 Phone Bank Program    
278 278 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2014-07-29 2014-04-01 2014-06-30   NON46 OTH Jim Ross Consulting, Inc.     San Francisco CA 94102     n   2014-05-15 1500 1500 Consulting Services    
279 279 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2014-07-29 2014-04-01 2014-06-30   NON38 SCC Service Employees International Union Local 1021 Candidate PAC     Oakland CA 94609     n   2014-04-04 1000 1000 Print Ad 148.0  
281 281 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2014-05-21 2014-01-01 2014-03-31   NON1 COM Service Employees International Union Local 1000 Issues PAC     Sacramento CA 95811     n   2014-02-24 1300 1300 Facility Rental for Campaign Event 153.0  
282 282 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2014-05-21 2014-01-01 2014-03-31   NON9 OTH Service Employees International Union Local 1021     Oakland CA 94604     n   2014-03-10 2375 6046 Legal & Reporting Services    
283 283 1364564 71 Lift Up Oakland for better wages, healthy families and a healthy economy sponsored by labor and community organizations 71 2014-05-21 2014-01-01 2014-03-31   NON26 OTH Service Employees International Union Local 1021     Oakland CA 94604     n   2014-03-24 3671 6046 Legal & Reporting Services    

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 27.17ms · Data source: C_Contributions