home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

12 rows where filer_name = 363 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, expenditure_description, 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
7034 7034 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2025-02-14 2023-07-01 2023-12-31   GKC3r4u2a6Do OTH California Secretary of State       Sacramento CA 95814 50 0 50 0 FIL    
7035 7035 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2025-02-14 2023-07-01 2023-12-31   XKLdFiLE2bzh OTH California Secretary of State       Sacramento CA 95814 150 0 150 0 Penalty    
7657 7657 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2025-02-14 2024-01-01 2024-06-30   ak6lIlga3hiZ OTH California Secretary of State       Sacramento CA 95814 0 50 0 50      
7658 7658 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2025-02-14 2024-01-01 2024-06-30   EMh9LXFUqdFO OTH California Secretary of State       Sacramento CA 95814 0 150 0 150 Penalty    
8082 8082 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2025-02-14 2024-07-01 2024-12-31   ak6lIlga3hiZ OTH California Secretary of State       Sacramento CA 95814 50 0 0 50      
8083 8083 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2025-02-14 2024-07-01 2024-12-31   EMh9LXFUqdFO OTH California Secretary of State       Sacramento CA 95814 150 0 0 150 Penalty    
7048 7048 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2024-02-08 2023-07-01 2023-12-31   GKC3r4u2a6Do OTH California Secretary of State       Sacramento CA 95814 50 0 50 0 FIL    
7049 7049 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2024-02-08 2023-07-01 2023-12-31   XKLdFiLE2bzh OTH California Secretary of State       Sacramento CA 95814 150 0 150 0 Penalty    
7241 7241 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2023-08-29 2023-01-01 2023-06-30   GKC3r4u2a6Do OTH California Secretary of State       Sacramento CA 95814 0 50 0 50 FIL    
7242 7242 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2023-08-29 2023-01-01 2023-06-30   XKLdFiLE2bzh OTH California Secretary of State       Sacramento CA 95814 0 150 0 150 Penalty    
6391 6391 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2023-01-30 2022-10-23 2022-12-31   DPDJd1NrBGKi IND Stalnaker Nathan     Oakland CA 94605 1650 0 1650 0      
6568 6568 1448946 280 Committee to Support Pecolia Manigo for School Board Director 2022 363 CTL 2022-10-27 2022-09-25 2022-10-22 2022-11-08 DPDJd1NrBGKi IND Stalnaker Nathan     Oakland CA 94605 0 1650 0 1650      

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