home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

16 rows where filer_name = 437 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_state, 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
8931 8931 1407729 162 Pamela Price for Mayor 2018 437 CTL 2024-07-31 2024-04-01 2024-06-30 2018-11-06 PAY8 OTH Citi Cards       Louisville KY 40213 1210.31 -1210.31 0 0 Campaign Expenses   PAY8
9025 9025 1407729 162 Pamela Price for Mayor 2018 437 CTL 2024-04-30 2024-01-01 2024-03-31 2018-11-06 PAY8 OTH Citi Cards       Louisville KY 40213 1210.31 0 0 1210.31 Campaign Expenses    
7079 7079 1407729 162 Pamela Price for Mayor 2018 437 CTL 2024-01-27 2023-10-01 2023-12-31 2018-11-06 PAY8 OTH Citi Cards       Louisville KY 40213 1210.31 0 0 1210.31 Campaign Expenses    
7080 7080 1407729 162 Pamela Price for Mayor 2018 437 CTL 2024-01-27 2023-10-01 2023-12-31 2018-11-06 PAY46 OTH CJ & Associates, Inc.       Lakeport CA 95453 269.94 0 269.94 0      
7081 7081 1407729 162 Pamela Price for Mayor 2018 437 CTL 2024-01-27 2023-10-01 2023-12-31 2018-11-06 PAY47 OTH CJ & Associates, Inc.       Lakeport CA 95453 219.9 0 219.9 0      
7082 7082 1407729 162 Pamela Price for Mayor 2018 437 CTL 2024-01-27 2023-10-01 2023-12-31 2018-11-06 PAY48 OTH CJ & Associates, Inc.       Lakeport CA 95453 60 0 60 0      
7227 7227 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-10-31 2023-07-01 2023-09-30 2018-11-06 PAY8 OTH Citi Cards       Louisville KY 40213 1210.31 0 0 1210.31 Campaign Expenses    
7228 7228 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-10-31 2023-07-01 2023-09-30 2018-11-06 PAY46 OTH CJ & Associates, Inc.       Lakeport CA 95453 269.94 0 0 269.94      
7229 7229 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-10-31 2023-07-01 2023-09-30 2018-11-06 PAY47 OTH CJ & Associates, Inc.       Lakeport CA 95453 0 219.9 0 219.9      
7230 7230 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-10-31 2023-07-01 2023-09-30 2018-11-06 PAY48 OTH CJ & Associates, Inc.       Lakeport CA 95453 0 60 0 60      
7317 7317 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-07-29 2023-01-01 2023-06-30 2018-11-06 PAY8 OTH Citi Cards       Louisville KY 40213 1210.31 0 0 1210.31 Campaign Expenses    
7318 7318 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-07-29 2023-01-01 2023-06-30 2018-11-06 PAY46 OTH CJ & Associates, Inc.       Lakeport CA 95453 0 269.94 0 269.94      
7319 7319 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-07-29 2023-01-01 2023-06-30 2018-11-06 PAY4 OTH Political Reporting Plus       Inglewood CA 90301 125 0 125 0      
7320 7320 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-07-29 2023-01-01 2023-06-30 2018-11-06 PAY5 OTH Political Reporting Plus       Inglewood CA 90301 125 0 125 0      
7321 7321 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-07-29 2023-01-01 2023-06-30 2018-11-06 PAY6 OTH Political Reporting Plus       Inglewood CA 90301 125 0 125 0      
7322 7322 1407729 162 Pamela Price for Mayor 2018 437 CTL 2023-07-29 2023-01-01 2023-06-30 2018-11-06 PAY7 OTH Political Reporting Plus       Inglewood CA 90301 625 0 625 0      

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