Malee
Project description
Malee
The malee
package contains a collection of financial modeling functions.
The major goal of this package is to provide you an easy to use library that implements most of the financial modeling formulas like risk and return ready to be used. This package is using numpy
as its backend so everything is fast enough as you might expect. There are similar projects like numpy-financial
, but most of the have these two problems of 1) not having everything you might need 2) not being maintained actively. Hence this packages aims to fill this gap and be your goto library when you want financial modeling stuff.
malee
in Farsi means Financial. Tried so many other cool names, but I was late in the game
and they were already taken.
The source code of this package is available at https://github.com/RezaBehzadpour/malee
Install
To install the current release of malee
, type the following command in terminal:
$ pip install -U malee
How to use?
Here's how you can calculate simple Arithmetic Return:
>>> import malee
>>> malee.ar(100, 140)
0.4
For more information, see the documentation.
License
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
File details
Details for the file malee-0.0.4.tar.gz
.
File metadata
- Download URL: malee-0.0.4.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 630fd88add3c6d9ec64b0fe2cedcc0bcfea62c87673fecd8fb1deb4153c45458 |
|
MD5 | ea6db9498dd4c2bee8fbffd9f28b7e69 |
|
BLAKE2b-256 | b19ec8f58224a041441ebba912af5b70b18e53f48974849a259e57ba5de1623a |
File details
Details for the file malee-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: malee-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d600fb1ca6f1b314d08532bf0ead5a6de1273c3b8e4eaa8d8eb4a91a5160825 |
|
MD5 | e7349eacb06f4d4410d5a56b4c6442cf |
|
BLAKE2b-256 | d57cebbef4eca23ad917afa6dbe84f217048a445c07f1bd0dc94828bed760982 |