Skip to main content

A package for calculating Financial Services specifically for loans or investment scenarios.

Project description

FinanceCalculator2025


Documentation Status codecov Python 3.11 ci-cd [Project Status: Active – The project has reached a stable, usable state and is being actively developed.]

Project Summary

FinanceCalculator2025 is a Python package for calculating financial metrics specifically designed for loans or investment scenarios.
This package serves as a convenient tool for managing personal finances, offering functionalities such as Contributions (calculate_contribution), Future Value (future_value), Present Value (present_value), and Number of Periods (n_periods) Calculations.


Contributors


Installation

$ pip install financecalculator2025

Documentation

Our online documentation can be found here


Package Content

This package offers four key functions:

Functions:

  1. calculate_contribution: Calculates the periodic payment (contribution) required to pay off a loan or reach a specified future value over a given number of periods.
  2. future_value: Calculates the future value of an investment or loan, factoring in optional periodic contributions.
  3. present_value: Calculates the present value of an investment or loan, considering optional monthly contributions.
  4. n_periods: Calculates the number of periods (in months) required to reach a specified future value, given an initial principal, an annual interest rate, and optional monthly contributions.

Common Parameters:

  • principal (float):
    The initial investment or loan amount (also known as Present Value in financial terms).

  • future_value (float):
    The desired amount at the end of the calculation period (e.g., remaining loan balance or target savings).

  • annual_rate (float):
    Annual interest rate expressed as a percentage (e.g., 5 for 5%).

  • n_periods (int):
    Total number of periods (typically in months) over which the calculation will be performed.

  • contribution (float, optional):
    The amount paid or contributed per period (e.g., monthly contributions). Defaults to 0 if not provided.


Python Ecosystem

The FinanceCalculator2025 package situates itself within the Python ecosystem as a learning-oriented initiative aimed at developing practical skills in financial computation and programming. While the Python ecosystem already includes robust packages and applications like Loan Calculator and Financial Calculator App, this project differentiates itself by offering an accessible, user-friendly tools that simplifies core financial concepts.

With intuitive function names like calculate_contribution, future_value, present_value, and n_periods, this package allows users — especially beginners and students — to quickly grasp the essentials without needing to understand complex financial formulas. This package also serves as a hands-on exercise for those eager to deepen their understanding of both finance and Python programming, making it a valuable resource for anyone looking to deepen their understanding of financial concepts and Python development.


Developer Note

  1. Clone this repository and navigate to the project root directory.

  2. Create a new virtual environment in terminal and activate it:

conda create --name financecalculator2025 python=3.11.0
conda activate financecalculator2025
  1. To install the needed packages via poetry, run the following command. If poetry hasn't been set up yet, please following this link for installtion.
poetry install
  1. To test the package and check coverage, run the following command
pytest tests/
pytest tests/ --cov=financecalculator2025
  1. The set up is done! You can now use the FinanceCalculator2025 package! Please click on the function documentation at the top of this README on how to use the package.

Usage

The FinanceCalculator2025 package allows users to perform essential financial calculations conveniently. Below is a quick start example of how to use this package:

import pandas as pd

import financecalculator2025
from financecalculator2025.present_value import present_value
from financecalculator2025.future_value import future_value
from financecalculator2025.contribution import calculate_contribution
from financecalculator2025.n_periods import n_periods

Calculate periodic payments for a loan:

payment = calculate_contribution(principal=20000, future_value=0, annual_rate=5, n_periods=24)

Calculate future value of an investment:

fv = future_value(principal=5000, annual_rate=7, n_periods=36, contribution=200)

Calculate present value for a target amount

pv = present_value(principal=5000, annual_rate=4, n_periods=120, contribution=50)

Calculate the number of months to reach a goal

months = n_periods(principal=10000, annual_rate=6, future_value=50000, contribution=300)

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.


License

FinanceCalculator2025 was created by Meagan Gardner, Zoe Ren, Ziming Fang, and Chaoyu Ou. It is licensed under the terms of the MIT license.


Credits

FinanceCalculator2025 was created with cookiecutter and the py-pkgs-cookiecutter template.

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

financecalculator2025-0.2.2.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

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

financecalculator2025-0.2.2-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file financecalculator2025-0.2.2.tar.gz.

File metadata

  • Download URL: financecalculator2025-0.2.2.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for financecalculator2025-0.2.2.tar.gz
Algorithm Hash digest
SHA256 bafb96c0810390c97acd5cbe5ef092e917d2ce54304d8da1ba849097eb37bfd7
MD5 c11d66a113d2f97bf7b4e513c0beea93
BLAKE2b-256 c1f2051e8c270ccddd7fc7ed122ebee86507416f0f23e008a9d150f01428575e

See more details on using hashes here.

File details

Details for the file financecalculator2025-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for financecalculator2025-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6fe9b4337fb036bcade2d970f61e4c84d565412fe9dd73f3889844a391e9a0df
MD5 aef1cf91f7d7994b79d908437751c9b3
BLAKE2b-256 adf311249731082c9bf2cd1e8ece8c938160ce000beff569226e1e4e7bf465d7

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