home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

14 rows where filer_id = 262 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, 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), election_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
8402 8402 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2025-01-27 2024-07-01 2024-12-31 2020-11-03 PAY121 OTH CJ & Associates, Inc.       Lakeport CA 95453 0 331 0 331      
6671 6671 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-09-29 2022-07-01 2022-09-24 2020-11-03 PAY81 OTH CJ & Associates, Inc.       Antelope CA 95843 216.87 0 216.87 0      
6911 6911 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-07-27 2022-05-22 2022-06-30 2020-11-03 PAY81 OTH CJ & Associates, Inc.       Antelope CA 95843 0 216.87 0 216.87      
5382 5382 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2021-01-01 2021-12-31 2020-11-03 PAY60 OTH Cityside       Berkeley CA 94704 0 1250 0 1250      
5383 5383 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2021-01-01 2021-12-31 2020-11-03 PAY34 OTH CJ & Associates, Inc.       Antelope CA 95843 0 274.87 0 274.87      
5384 5384 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2021-01-01 2021-12-31 2020-11-03 PAY18 IND Szczepanik Mary     San Francisco CA 94131 0 500 0 500      
5385 5385 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2021-01-01 2021-12-31 2020-11-03 PAY15 OTH The Lew Edwards Group       Oakland CA 94618 0 850 0 850      
6992 6992 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2022-01-01 2022-04-23 2020-11-03 PAY60 OTH Cityside       Berkeley CA 94704 1250 0 1250 0      
6993 6993 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2022-01-01 2022-04-23 2020-11-03 PAY34 OTH CJ & Associates, Inc.       Antelope CA 95843 274.87 0 274.87 0      
6994 6994 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2022-01-01 2022-04-23 2020-11-03 PAY18 IND Szczepanik Mary     San Francisco CA 94131 500 0 500 0      
6995 6995 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-04-27 2022-01-01 2022-04-23 2020-11-03 PAY15 OTH The Lew Edwards Group       Oakland CA 94618 850 0 850 0      
5491 5491 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-01-25 2021-01-01 2021-12-31 2020-11-03 PAY34 OTH CJ & Associates, Inc.       Antelope CA 95843 0 274.87 0 274.87      
5492 5492 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-01-25 2021-01-01 2021-12-31 2020-11-03 PAY18 IND Szczepanik Mary     San Francisco CA 94131 0 500 0 500      
5493 5493 1442274 262 Rebecca Kaplan for City Council 2020 Officeholder 339 CTL 2022-01-25 2021-01-01 2021-12-31 2020-11-03 PAY15 OTH The Lew Edwards Group       Oakland CA 94618 0 850 0 850      

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 26.109ms · Data source: F_Expenses