home / election_finance

non_monetary_contributions

FPPC Form 460, Schedule C

Data source: C_Contributions

10 rows where filer_id = 148 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, transaction_id, entity_type, last_name, first_name, city, zipcode, employer, occupation, transaction_date, transaction_amt, year_to_date, transaction_description, 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
847 847 1395968 148 Libby Schaaf for Mayor 2018 Officeholder Committee 259 2022-07-11 2021-07-01 2021-12-31   NON900 OTH TMG Partners, Inc.(Corporation )     San Francisco CA 94104     n   2021-10-30 900 752.44 Food & Beverages for fundraiser    
849 849 1395968 148 Libby Schaaf for Mayor 2018 Officeholder Committee 259 2022-01-31 2021-07-01 2021-12-31   NON900 OTH TMG Partners, Inc.(Corporation )     San Francisco CA 94104     n   2021-10-30 900 752.44 Food & Beverages for fundraiser    
553 553 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHXZ16 IND Evers Curtis   Oakland CA 94618-2002 Curtis Evers 6343 Sculpter n   2018-05-19 800 800 FND    
554 554 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHXYZ0 IND Evers Lesley   Oakland CA 94618-2002 Lesley Evers 6344 Fashion Designer n   2018-05-19 800 800 FND    
555 555 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHJ5Q39 IND Hahn Charles   Danville CA 94506-2140 AMC LLC 6345 Leasing Agent n   2018-06-27 80.02 160.02 FND    
556 556 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHXZ32 IND Plumb Amelia   Oakland CA 94611-2643 Amelia Plumb Photography 6346 Owner n   2018-05-19 800 800 FND    
692 692 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHXZ16 IND Evers Curtis   Oakland CA 94618-2002 Curtis Evers 6343 Sculpter n   2018-05-19 800 800 FND    
693 693 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHXYZ0 IND Evers Lesley   Oakland CA 94618-2002 Lesley Evers 6344 Fashion Designer n   2018-05-19 800 800 FND    
694 694 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHJ5Q39 IND Hahn Charles   Danville CA 94506-2140 AMC LLC 6345 Leasing Agent n   2018-06-27 80.02 160.02 FND    
695 695 1395968 148 Libby Schaaf for Mayor 2018 185 2018-07-24 2018-01-01 2018-06-30   VNHZWHHXZ32 IND Plumb Amelia   Oakland CA 94611-2643 Amelia Plumb Photography 6346 Owner n   2018-05-19 800 800 FND    

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