Skip to main content

A simple Python package for financial valuation

Project description

Timevalue

Timevalue is a simple Python package for finding the time value of money

pip install timevalue

Future & Present Cli Commands

Find future value of money for $1000$ at $0.03%$ interest for $2$ periods:

future 1000 .03 2 #returns 1060.90

Find present value of money for $1000$ at $0.03%$ interest for $2$ periods:

present 1000 .03 2 #returns 942.60

Annuity Cli Command

Annuities are payments are that are paid to you as a steady stream of income. Heres an example annuity.

Q1. Find the future value of an annuity cash flow of $1000$ with and interest rate of $0.06$ for $3$ periods.

annuity --future_value --cash_flow 1000 --interest_rate 0.06 --time 3 # returns 2673.011949461636

Say we want calculate the annuity present value given the cash flow as the result from Q1, use the --present_value and --pv flag to get the cash flow value:

annuity --present_value --cash_flow 2673.011949461636 --interest_rate 0.06 --time 3 --pv

Heres an example of growing annuity due.

annuity --future_value --due --cash_flow 1000 --interest_rate 0.06 --time 3 --growth_rate .10

Output:

3709.576

You can access the help by using annuity --help.

Import timevalue package

In [1]: from timevalue.investing import time_value_money

In [2]: initialize = time_value_money.TimeValueOfMoney()

In [3]: initialize.future_value_of_money(1000, .03, 2)
Out[3]: 1060.9

In [4]: initialize.present_value_of_money(1000, .03, 2)
Out[4]: 942.5959091337544

See more examples.

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

timevalue-0.0.2.tar.gz (341.1 kB view details)

Uploaded Source

Built Distribution

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

timevalue-0.0.2-py3-none-any.whl (339.7 kB view details)

Uploaded Python 3

File details

Details for the file timevalue-0.0.2.tar.gz.

File metadata

  • Download URL: timevalue-0.0.2.tar.gz
  • Upload date:
  • Size: 341.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.4

File hashes

Hashes for timevalue-0.0.2.tar.gz
Algorithm Hash digest
SHA256 e47e765a6e94d9cbdc596ca034b9576204c0afd02f6ea7d1cf03453678ba94c0
MD5 8ef3c440a4885214adeb0cb119c5d47d
BLAKE2b-256 1944124736c67765f38c8dc49ac8acc4159fb5c7971561a338d6c1c4b4f1a038

See more details on using hashes here.

File details

Details for the file timevalue-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: timevalue-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 339.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.4

File hashes

Hashes for timevalue-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 570d19848807aa70e9244db35509155736f48e9df40b97cac8a3e773c56e21b2
MD5 3bc01ba175566f5d785563050fd10349
BLAKE2b-256 e2b7b99177b3818717c7477f34261bd4bf574e7a5d42696cf98abbb9d54bb51b

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