Algorithms/financial
JEONGHYUN MIN 4b077c06b6
feat: create straight_line_depreciation (#12377)
Co-authored-by: Jeonghyun Min <20122791@tafe.wa.edu.au>
2025-05-31 17:11:46 -04:00
..
README.md Create GitHub Pages docs with Sphinx (#11888) 2024-10-08 19:09:28 +02:00
__init__.py Financials (#5585) 2021-10-26 18:19:00 +02:00
equated_monthly_installments.py Add equated_monthly_installments.py in Financials (#5775) 2021-11-07 15:40:23 +01:00
exponential_moving_average.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
interest.py Added apr_interest function to financial (#6025) 2023-06-19 13:46:29 +02:00
present_value.py Fix docstring in present_value.py (#8702) 2023-05-01 06:29:42 +05:30
price_plus_tax.py Calculate GST Amount (#7694) 2022-10-26 23:15:02 +02:00
simple_moving_average.py [pre-commit.ci] pre-commit autoupdate (#11322) 2024-03-13 07:52:41 +01:00
straight_line_depreciation.py feat: create straight_line_depreciation (#12377) 2025-05-31 17:11:46 -04:00
time_and_half_pay.py Adding time and a half pay calculator algorithm to financial folder (#12662) 2025-04-18 02:33:08 +03:00

README.md

Interest

  • Compound Interest: "Compound interest is calculated by multiplying the initial principal amount by one plus the annual interest rate raised to the number of compound periods minus one." Compound Interest
  • Simple Interest: "Simple interest paid or received over a certain period is a fixed percentage of the principal amount that was borrowed or lent. " Simple Interest