Skip to main content

Refi Calculator Package.

Project description

Refi-Calculator

CI PyPI Python License Ruff Pre-commit

Refi-Calculator helps borrowers analyze whether refinancing makes sense by comparing current and proposed loan terms through breakeven, NPV, amortization, and holding-period views inside a Tkinter GUI.

Features

  • Side-by-side analysis of current vs. proposed mortgage payments (nominal and after-tax)
  • Breakeven and holding-period tables with clear recommendations
  • Accelerated payoff planning for maintaining current payment levels
  • Loan Visualizations tab with the amortization comparison table (including cumulative interest Δ) plus the refreshed cumulative savings chart (ticks, zero-line label) and a new balance comparison chart for current vs. new loans
  • Exportable CSV data for every tab
  • Live market tab (when FRED_API_KEY is configured) surfaces historical 30-year fixed rates and pre-fills the refinance rate so you start with a realistic benchmark.
  • Interactive history chart in the Market tab plus the value table below it with 30Y/15Y toggles for quick comparisons.

Getting Started

Requirements

  • Python 3.13+
  • Poetry for dependency management (the virtual environment lives in .venv/)

Installation

poetry install

This command creates the virtual environment, installs dependencies, and prepares the hooks defined in .pre-commit-config.yaml.

For a global CLI install, use pipx once the package is published, or run a local install with:

pipx install refi-calculator
# or (for development)
pip install -e .

Running the GUI

poetry run refi-calculator

The refi-calculator console script launches the Tkinter application (src/refi_calculator/ui/app.py) without invoking Python manually. When installed globally the command is available directly from the shell, and when running from the repository the same command can be executed via poetry run.

Testing & Quality

  • poetry run pre-commit run --all-files (runs formatting, linting, safety hooks, etc.)
  • poetry run pytest (not yet populated, but ready for future tests)

Market Data Tab

  • Set the FRED_API_KEY environment variable to pull historical 30-year fixed-rate data when you launch the app. The Market tab will populate a refreshable table and update the default refinance rate using the latest observation. If the key is missing or the FRED request fails, the tab keeps working but reports the reason for the skip.
  • Use the selectors inside the Market section to start with one year of history or extend the view to two years, five years, or all available data. The chart overlays both tenors with a legend, and the table below shows one column per tenor for the selected time window.

Add new tests under tests/ following the test_*.py pattern whenever you enhance functionality.

Code Structure

  • src/refi_calculator/models.py: Dataclasses for LoanParams and RefinanceAnalysis.
  • src/refi_calculator/calculations.py: All refinance math helpers (NPV, amortization, sensitivity, etc.).
  • src/refi_calculator/ui/: Tkinter GUI composed of:
    • app.py: The main application wiring.
    • chart.py: Custom savings chart canvas.
    • builders/: Tab-specific builders and helpers for clean separation of UI concerns.
  • src/refi_calculator/cli.py: CLI launcher exposed via the refi-calculator console script.
  • bin/refi-calculator.py: Entry point that runs the GUI.

Contributing

  • Keep imports grouped by functionality (allow isort to do the heavy lifting through pre-commit).
  • Update or add tests in tests/ before opening a pull request.
  • Run poetry run pre-commit run --all-files to catch formatting/lint issues early.

License

See LICENSE.txt for licensing details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

refi_calculator-0.5.8.tar.gz (37.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

refi_calculator-0.5.8-py3-none-any.whl (44.0 kB view details)

Uploaded Python 3

File details

Details for the file refi_calculator-0.5.8.tar.gz.

File metadata

  • Download URL: refi_calculator-0.5.8.tar.gz
  • Upload date:
  • Size: 37.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for refi_calculator-0.5.8.tar.gz
Algorithm Hash digest
SHA256 d3aeac697adddf7e376b43246eb6a0e989a3a3bb2b8cf30e5f07767dcfef19c1
MD5 80f8f6296e709939d20fbfc9d2599261
BLAKE2b-256 0901ae3eebd73ff891069fe5350d17314233f8d8e3a36838cf99673dc8a165d8

See more details on using hashes here.

File details

Details for the file refi_calculator-0.5.8-py3-none-any.whl.

File metadata

  • Download URL: refi_calculator-0.5.8-py3-none-any.whl
  • Upload date:
  • Size: 44.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.12.3 Linux/6.11.0-1018-azure

File hashes

Hashes for refi_calculator-0.5.8-py3-none-any.whl
Algorithm Hash digest
SHA256 20f28d9db22c4941b8b59ce67070e97e580727d78a8a589a18a571e8a5924c18
MD5 e9407fd38b5507cd91872091f2c0cec4
BLAKE2b-256 110db3502be3f9891c7c5f76d7f3bdaba4c9848e117410d5dbebb0c13dcdd5ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page