home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

14 rows where filer_id = 165 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
3239 3239 1405565 165 Chris Young for City Council 2018 208 CTL 2019-07-27 2018-07-01 2018-12-31   PAY336 OTH Muir Consulting       Oakland CA 94610 349.35 0 349.35 0 Online Ads    
3240 3240 1405565 165 Chris Young for City Council 2018 208 CTL 2019-07-27 2018-07-01 2018-12-31   PAY366 OTH Clifford Moss       Oakland CA 94609 29 0 29 0      
3241 3241 1405565 165 Chris Young for City Council 2018 208 CTL 2019-07-27 2018-07-01 2018-12-31   PAY369 OTH Autumn Press, Inc.       Berkeley CA 94710 607.21 0 607.21 0      
3242 3242 1405565 165 Chris Young for City Council 2018 208 CTL 2019-07-27 2018-07-01 2018-12-31   PAY337 IND Ekstrand Kristine     San Anselmo CA 94960 1275 0 1275 0      
3305 3305 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-25 2018-07-01 2018-12-31   PAY336 OTH Muir Consulting       Oakland CA 94610 349.35 0 349.35 0 Online Ads    
3306 3306 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-25 2018-07-01 2018-12-31   PAY366 OTH Clifford Moss       Oakland CA 94609 29 0 29 0      
3307 3307 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-25 2018-07-01 2018-12-31   PAY369 OTH Autumn Press       Berkeley CA 94710 607.21 0 607.21 0      
3308 3308 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-25 2018-07-01 2018-12-31   PAY337 IND Ekstrand Kristine     San Anselmo CA 94960 1275 0 1275 0      
3002 3002 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-19 2018-01-01 2018-06-30 2018-11-06 PAY336 OTH Muir Consulting       Oakland CA 94610 0 349.35 0 349.35 Online Ads    
3003 3003 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-19 2018-01-01 2018-06-30 2018-11-06 PAY366 OTH Clifford Moss       Oakland CA 94609 0 29 0 29      
3004 3004 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-19 2018-01-01 2018-06-30 2018-11-06 PAY369 OTH Autumn Press       Berkeley CA 94710 0 607.21 0 607.21      
3005 3005 1405565 165 Chris Young for City Council 2018 208 CTL 2019-01-19 2018-01-01 2018-06-30 2018-11-06 PAY337 IND Ekstrand Kristine     San Anselmo CA 94960 0 1275 0 1275      
3814 3814 1405565 165 Chris Young for City Council 2018 208 CTL 2018-07-31 2018-01-01 2018-06-30   PAY336 OTH Muir Consulting       Oakland CA 94610 0 349.35 0 349.35 Online Ads    
3815 3815 1405565 165 Chris Young for City Council 2018 208 CTL 2018-07-31 2018-01-01 2018-06-30   PAY337 IND Ekstrand Kristine     San Anselmo CA 94960 0 1275 0 1275      

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