Campaign Finance Summary
State of Washington
@usgov.state_of_washington_campaign_finance_summary
State of Washington
@usgov.state_of_washington_campaign_finance_summary
CREATE TABLE table_1 (
"id" VARCHAR,
"filer_id" VARCHAR,
"filer_type" VARCHAR,
"registered" VARCHAR,
"declared" VARCHAR,
"withdrew" VARCHAR,
"discontinued" VARCHAR,
"filing_type" VARCHAR,
"receipt_date" TIMESTAMP,
"election_year" BIGINT,
"candidate_committee_status" VARCHAR,
"filer_name" VARCHAR,
"committee_acronym" VARCHAR,
"committee_address" VARCHAR,
"committee_city" VARCHAR,
"committee_county" VARCHAR,
"committee_state" VARCHAR,
"committee_zip" VARCHAR,
"committee_email" VARCHAR,
"candidate_email" VARCHAR,
"candidate_committee_phone" VARCHAR,
"office" VARCHAR,
"office_code" DOUBLE,
"jurisdiction" VARCHAR,
"jurisdiction_code" DOUBLE,
"jurisdiction_county" VARCHAR,
"jurisdiction_type" VARCHAR,
"jurisdiction_voters" DOUBLE,
"jurisdiction_reporting_code" VARCHAR,
"jurisdiction_reporting_requirement" VARCHAR,
"committee_category" VARCHAR,
"political_committee_type" VARCHAR,
"bonafide_committee" VARCHAR,
"bonafide_type" VARCHAR,
"position" VARCHAR,
"party_code" VARCHAR,
"party" VARCHAR,
"election_date" TIMESTAMP,
"reporting_option" VARCHAR,
"active_candidate" VARCHAR,
"on_primary_election_ballot" VARCHAR,
"on_general_election_ballot" VARCHAR,
"primary_election_status" VARCHAR,
"general_election_status" VARCHAR,
"election_status" VARCHAR,
"exempt_nonexempt" VARCHAR,
"ballot_committee" VARCHAR,
"ballot_proposal_count" DOUBLE,
"ballot_number" VARCHAR,
"ballot_title" VARCHAR,
"for_or_against" VARCHAR,
"ballot_proposal_detail" VARCHAR,
"other_pac" VARCHAR,
"treasurer_address" VARCHAR,
"treasurer_city" VARCHAR,
"treasurer_state" VARCHAR,
"treasurer_zip" VARCHAR,
"treasurer_phone" VARCHAR,
"contributions_amount" DOUBLE,
"carryforward_amount" DOUBLE,
"expenditures_amount" DOUBLE,
"loans_amount" DOUBLE,
"pledges_amount" DOUBLE,
"debts_amount" DOUBLE,
"independent_expenditures_for_amount" DOUBLE,
"independent_expenditures_against_amount" DOUBLE,
"url" VARCHAR,
"committee_id" DOUBLE,
"person_id" DOUBLE,
"candidacy_id" DOUBLE,
"fund_id" DOUBLE,
"legislative_district" DOUBLE,
"treasurer_name" VARCHAR,
"pac_type" VARCHAR,
"continuing" VARCHAR,
"updated_at" VARCHAR
);
Anyone who has the link will be able to view this.