Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 962 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 962 Bytes

Python Sandbox

Default site: calculating the TMC (Tasa Máxima Convencional) of a credit.

Installation

Use the package manager pip the django project from the requirements.

pip install -r requirements.txt

Usage

  • Check the site here live on Heroku.
  • Enter an UF amount.
  • Set the deadline of days.
  • Set the day you want to know how much you will have to pay due to the TMC.
  • Check the UF of the day (Chile).
  • Check the UTM of the month (Chile).

Considerations

  • Conventional rate and CAE are 0.
  • Max number of days is 90.
  • Usign Python 3.8.4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Docker Hub

You can get my latest build here.

License

UNLICENSE