calculator to calculate EMI and SIP amount
Project description
Financial Calculator
1. EMI Calculator: It takes in 3 mandatory arguments along with 2 optional arguments.
amount: the total loan amount
tenure: duration of the loan in years. It can also be specified in months, but we need to then pass the optional parameter "is_year=False"
interest: the rate of interest (ROI) per annum. This is specified in per cent. It can also be specified as a decimal value, but we need to then pass the optional parameter "is_percent=False"
and returns the EMI amount
2. SIP Calculator: it takes in 3 mandatory arguments along with 3 optional arguments.
investment: monthly investment amount
tenure: duration of the loan in years. It can also be specified in months, but we need to then pass the optional parameter "is_year=False"
interest: expected investment return per annum. It is specified in terms of per cent. It can also be specified as a decimal value, but we need to then pass the optional parameter "is_percent=False"
amount: the initial amount for the investment. by default, it is set to 0
show_amount_list: if true, the output will include a detailed growth list
and returns the maturity amount of the SIP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file financial-calculator-0.0.1.tar.gz.
File metadata
- Download URL: financial-calculator-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e500e24eaf352ea0106e517ea46e02ed03a8399dfc0c3c72d0159c98aeaafcf8
|
|
| MD5 |
2fd5ae8e41b47e01bf375164f5f2cee1
|
|
| BLAKE2b-256 |
f46dd21924b9981d1012c8b7ce5d942063208becdefa3bcb07f5e6d44436dcef
|
File details
Details for the file financial_calculator-0.0.1-py3-none-any.whl.
File metadata
- Download URL: financial_calculator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ed7e0b38fe524bd2ca8e80215d2df7b3623cc86830560f18b2f2154f01a6ea7
|
|
| MD5 |
2562451dff7c6073a476d8fe7333f01b
|
|
| BLAKE2b-256 |
62319488b971d685a8b0dbd30c17653f68a91690f09fd88e52495113363aad9c
|