Skip to main content

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


Download files

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

Source Distribution

financial-calculator-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

financial_calculator-0.0.1-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

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