home / election_finance

non_monetary_contributions

FPPC Form 460, Schedule C

Data source: C_Contributions

7 rows where employer = 9 sorted by report_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: transaction_date, 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
5 5 1350016 5 Len Raphael for City Council 2012 5 2012-10-03 2012-01-01 2012-09-30 2012-11-06 NON1 IND Raphael Leonard   Oakland CA 94618 Raphael & Associates 9 Certified Public Accountant n   2012-07-29 1000 21364.96 Fee for Web Design    
6 6 1350016 5 Len Raphael for City Council 2012 5 2012-10-03 2012-01-01 2012-09-30 2012-11-06 NON3 IND Raphael Leonard   Oakland CA 94618 Raphael & Associates 9 Certified Public Accountant n   2012-08-09 90 21364.96 Purchase of Domain Names    
7 7 1350016 5 Len Raphael for City Council 2012 5 2012-10-03 2012-01-01 2012-09-30 2012-11-06 NON111 IND Raphael Leonard   Oakland CA 94618 Raphael & Associates 9 Certified Public Accountant n   2012-09-10 980.75 21364.96 Campaign Banners and Flyers    
8 8 1350016 5 Len Raphael for City Council 2012 5 2012-10-03 2012-01-01 2012-09-30 2012-11-06 NON110 IND Raphael Leonard   Oakland CA 94618 Raphael & Associates 9 Certified Public Accountant n   2012-09-22 104 21364.96 Nation Builder Website Tool    
9 9 1350016 5 Len Raphael for City Council 2012 5 2012-10-03 2012-01-01 2012-09-30 2012-11-06 NON107 IND Raphael Leonard   Oakland CA 94618 Raphael & Associates 9 Certified Public Accountant n   2012-09-26 486.38 21364.96 Insurance for Kasper's Building for 9/29/12 Hot Dog Event    
10 10 1350016 5 Len Raphael for City Council 2012 5 2012-10-03 2012-01-01 2012-09-30 2012-11-06 NON108 IND Raphael Leonard   Oakland CA 94618 Raphael & Associates 9 Certified Public Accountant n   2012-09-28 1099.32 21364.96 Food and Paint for 9/29/12 Hot Dog Event    
11 11 1350016 5 Len Raphael for City Council 2012 5 2012-10-03 2012-01-01 2012-09-30 2012-11-06 NON109 IND Raphael Leonard   Oakland CA 94618 Raphael & Associates 9 Certified Public Accountant n   2012-09-28 203.51 21364.96 Office Supplies and Storage    

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