home / election_finance

accrued_expenses

FPPC Form 460, Schedule F

Data source: F_Expenses

10 rows where filer_id = 75 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), 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
2644 2644 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2016-07-24 2016-05-22 2016-06-30   PAY74204 OTH Rutan & Tucker, LLP       Palo Alto CA 94306 255 0 255 0      
1122 1122 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2015-10-27 2015-01-01 2015-06-30   PAY54476 OTH Rutan & Tucker, LLP       Palo Alto CA 94306 1105 -1105 0 0      
1123 1123 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2015-09-11 2015-01-01 2015-06-30   PAY54476 OTH Rutan & Tucker, LLP       Palo Alto CA 94306 1105 -1105 0 0      
1283 1283 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2015-07-18 2015-01-01 2015-06-30   PAY54476 OTH Rutan & Tucker, LLP       Palo Alto CA 94306 1105 -1105 0 0      
1284 1284 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2015-07-18 2015-01-01 2015-06-30   PAY58375 OTH Rutan & Tucker, LLP       Palo Alto CA 94306 0 212.5 0 212.5      
610 610 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2015-02-02 2014-10-19 2014-12-31   PAY54476 OTH Rutan & Tucker, LLP       Palo Alto CA 94306 0 1105 0 1105      
508 508 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2015-01-02 2014-10-01 2014-10-18 2014-11-04 PAY49509 OTH The Henry Levy Group       Oakland CA 94618 2323.66 0 2323.66 0      
863 863 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2014-10-23 2014-10-01 2014-10-18 2014-11-04 PAY49509 OTH The Henry Levy Group       Oakland CA 94618 2323.66 0 2323.66 0      
1037 1037 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2014-10-06 2014-07-01 2014-09-30 2014-11-04 PAY48355 OTH Firefighters Print & Design       Sacramento CA 95833 2324.76 0 2324.76 0      
1038 1038 892160 75 International Association of Firefighter Local 55 Political Action, Sponsored by: Int'l Assoc. of Firefighter Local 55 73 RCP 2014-10-06 2014-07-01 2014-09-30 2014-11-04 PAY49509 OTH The Henry Levy Group       Oakland CA 94618 0 2323.66 0 2323.66      

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