The Hawaii State Judiciary Fines and Fees Calculator - Shiny Contest Submission

The Hawaii State Judiciary Fines and Fees Calculator

Authors: Adam S. Cohen

Abstract: This app is designed to help people calculate the fines and fees owed on a traffic ticket, and if eligible, request either a reduction in their fines or a conversion to community service.

Following a welcome and FAQ page, the calculator proceeds in four steps: 1) Input basic information about your role, date of offenses, and the names of the offenses; 2) Select whether you want to reduce your fines, convert them to community service, or skip ahead, and if requesting a reduction or conversion, complete an "ability to pay" form that can be submitted to the court; 3) Indicate what you are able to pay for each offense; and 4) Review and print a summary of what you can pay and follow instructions describing how to make a request to the court for a fine reduction or community service conversion.

Full Description:

The Hawaii State Judiciary Fines and Fees Calculator

Purpose

Access to Justice

This calculator is part of an Access to Justice initiative at the Hawai'i State Judiciary that seeks to lower barriers to accessing the courts. Most people lack the money, time, and legal expertise to make use of court services. The calculator is designed to help people, especially those experiencing financial hardship, calculate the fines and fees owed on a ticket, and if eligible, request either a reduction in their fines or a conversion to community service.

Calculating the fines and fees on a ticket is less straightforward than it seems. While many of the fines and fees that populate the calculator are fixed (see the rds file at top level of the repo), some of the most common offenses require a court hearing because the fine and fees vary depending on a number of factors, including the number of prior offenses and the age of the defendant. In addition, for certain offenses, the court has discretion to set the fine between a minimum and maximum penalty. This is where the calculator comes in.

For these non-static charges, the calculator allows the user to set the parameters based on their situation (e.g., 1 prior offense in the last year). The initial fines are then determined dynamically, based on user input and the underlying logic of the statutes. After seeing the initial fine or range of fines, the user can input what they are able to pay (for any fine that is not mandatory).

Transparency

In addition to increasing access to justice, the calculator is intended to bring transparency to the traffic code. It shows the monetary penalties for common traffic offenses without needing to look up statutes, analyze their logic, or translate legalese into plain language. This calculator can be used by defendants, attorneys, the court, and the general public.

RCT

The calculator is currently part of a preregistered randomized control trial studying whether people with access to the calculator are more likely than those without access to a) motion the court for a reduction, b) have their motion granted, c) receive larger fine reductions, d) pay their fines, and e) not recidivate in the future.

Data

The calculator relies on three sources of data for offenses and their monetary penalties:

  1. Hawaii Revised Statutes: State laws passed by the Legislative branch (HRS)
  2. Hawaii Administrative Rules: Rules established by the Executive branch (HAR)
  3. Local Ordinances: Local laws passed by the City Councils (e.g., ROH)

It also relies on two sources for cost of living, which can serve as a reference point in determining a defendant's ability to pay their fines and fees:

  1. 2024 Federal poverty guidelines for Hawaii
  2. 2020 ALICE survival budget for Hawaii

As of 2024, the calculator primarily focuses on traffic offenses. Most fines can be reduced or converted to community service by the court. Most fees cannot.

How it works

Following a "Welcome and FAQ" screen, the calculator proceeds in four steps.

Step 1: Charges

  1. The user indicates their role, the date of the offenses, and the name of the offenses.
    step 1

Step 2: Ability to Pay Form

  1. The user selects whether they want to reduce their fines, convert them to community service, or skip ahead. If requesting a reduction or conversion, the user completes an "ability to pay" form that can be provided to the court to determine if the person is eligible.
    step 2

Step 3: Fines and Fees

  1. The user indicates what they are able to pay.
    step 3

Step 4: Summary

  1. The user reviews and prints out a summary of what they can pay, and follows the instructions describing how to use the information provided to make a request to the court for a fine reduction or community service conversion.
    step 4

Deployment note

If you attempt to run a copy of the shinyapp locally or remotely, you will need disable code that enable persistent storage on Dropbox (using ctrl-f and "dropbox persistent storage" should locate the relevant sections). Or you can create your own Dropbox token to keep persistent storage.


Shiny app: https://adamc3.shinyapps.io/fines-and-fees-calculator/
Repo: GitHub - adamcohen3/fines-and-fees-calculator: The Hawaii State Judiciary Fines and Fees Calculator

Thumbnail:
image

Full image:

2 Likes