I have created a bash script to calculate the details for a hire purchase contract.
The typical user of this script would be a car salesperson filling out vehicle loan documentation. This script does not comply with New Zealand legislation, The Credit Contracts and Consumer Finance Act 2003.
Bash is a shell available on computers using the linux/unix/apple OSX operating systems. You may use this script on a computer with the Windows operating system using Cygwyn.
To run this script the following programs are required on your computer;
bc, a floating point maths program. Bash cannot do floating point calculations.