OWH-projects / nadc

A Django app to import, standardize and display political contribution data from the Nebraska Accountability and Disclosure Commission.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Nebraska campaign finance data

A Django app to display political contribution data from the Nebraska Accountability and Disclosure Commission. Go here if you're looking for the scripts that download, parse and load the raw data.

##App overview ###Models

  • Entity: Any group, committee, donor, lender or other entity that has been assigned a unique ID by the NADC. This is the parent table.
  • Donation: Money, in-kind donations, "direct expenditures" to a committee, pledges.
  • Candidate: Candidates tied to campaign committees and ballot questions.
  • Loans
  • Expenditure: Includes both administrative expenses and "targeted" expenses that were earmarked to support or oppose a candidate or committee.

About

A Django app to import, standardize and display political contribution data from the Nebraska Accountability and Disclosure Commission.


Languages

Language:HTML 77.9%Language:Python 22.1%