home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

18 rows where filer_name = 361 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, payee_last_name, payee_city, payee_zipcode, beginning_balance, amount_incurred, amount_paid, ending_balance, report_date (date), report_start_date (date), report_end_date (date)

Link rowid filer_id filer_name committee_type report_date ▲ report_start_date report_end_date election_date transaction_id entity_type payee_last_name payee_first_name payee_prefix payee_suffix payee_city payee_state payee_zipcode beginning_balance amount_incurred amount_paid ending_balance expenditure_description committee_id memo_reference_number
5648 5648 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-01-01 2022-03-31   PAY40 OTH Telegraph       Oakland CA 94607 0 10000 0 10000      
5649 5649 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-01-01 2022-03-31   PAY41 OTH Telegraph       Oakland CA 94607 0 500 0 500      
5650 5650 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-01-01 2022-03-31   PAY42 OTH Telegraph       Oakland CA 94607 0 350 0 350      
5651 5651 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-01-01 2022-03-31   PAY85 OTH Telegraph       Oakland CA 94607 0 7500 0 7500      
6868 6868 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY86 OTH David Binder Research, Inc.       San Francisco CA 94102 0 30000 0 30000      
6869 6869 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY40 OTH Telegraph       Oakland CA 94607 10000 0 10000 0      
6870 6870 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY41 OTH Telegraph       Oakland CA 94607 500 0 500 0      
6871 6871 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY42 OTH Telegraph       Oakland CA 94607 350 0 350 0      
6872 6872 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY85 OTH Telegraph       Oakland CA 94607 7500 0 0 7500      
6873 6873 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY49 OTH Telegraph       Oakland CA 94607 0 500 0 500      
6874 6874 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY54 OTH Telegraph       Oakland CA 94607 0 10000 0 10000      
6875 6875 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY56 OTH Telegraph       Oakland CA 94607 0 10000 0 10000      
6876 6876 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY57 OTH Telegraph       Oakland CA 94607 0 95 0 95      
6877 6877 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY91 OTH Telegraph       Oakland CA 94607 0 10000 0 10000      
6878 6878 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-07-12 2022-04-01 2022-06-30   PAY92 OTH Telegraph       Oakland CA 94607 0 1000 0 1000      
6989 6989 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-05-02 2022-01-01 2022-03-31   PAY40 OTH Telegraph       Oakland CA 94607 0 10000 0 10000      
6990 6990 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-05-02 2022-01-01 2022-03-31   PAY41 OTH Telegraph       Oakland CA 94607 0 500 0 500      
6991 6991 1444350 271 Invest In Our Oakland 2022, Sponsored by SEIU Local 1021 361 BMC 2022-05-02 2022-01-01 2022-03-31   PAY42 OTH Telegraph       Oakland CA 94607 0 350 0 350      

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE "accrued_expenses" (
"filer_id" INTEGER,
  "filer_name" INTEGER,
  "committee_type" TEXT,
  "report_date" TEXT,
  "report_start_date" TEXT,
  "report_end_date" TEXT,
  "election_date" TEXT,
  "transaction_id" TEXT,
  "entity_type" TEXT,
  "payee_last_name" TEXT,
  "payee_first_name" INTEGER,
  "payee_prefix" INTEGER,
  "payee_suffix" INTEGER,
  "payee_city" TEXT,
  "payee_state" TEXT,
  "payee_zipcode" TEXT,
  "beginning_balance" INTEGER,
  "amount_incurred" INTEGER,
  "amount_paid" INTEGER,
  "ending_balance" INTEGER,
  "expenditure_description" TEXT,
  "committee_id" INTEGER,
  "memo_reference_number" INTEGER
,
FOREIGN KEY ("filer_id") REFERENCES [filer_ids](id),
    FOREIGN KEY ("filer_name") REFERENCES [filer_names](id),
    FOREIGN KEY ("committee_id") REFERENCES [committee_ids](id));
CREATE INDEX ["accrued_expenses_filer_id"] ON [accrued_expenses]("filer_id");
CREATE INDEX ["accrued_expenses_filer_name"] ON [accrued_expenses]("filer_name");
CREATE INDEX ["accrued_expenses_committee_id"] ON [accrued_expenses]("committee_id");
Powered by Datasette · Queries took 48.301ms · Data source: F_Expenses