This library provides tools for quantitative analysis in finance.
Reason this release was yanked:
error in code
Project description
QA
Description
The QA library is aimed to provide essential tools for quantitative finance analysis. It is a copyrighted software available only for direct use.
Available tools
The first version allows to build binomial model, random walk and brownion motion.
Instalation
For installing, run these code in terminal:
pip install QA
Usage
Available function can be used in the following ways:
- Import necessary functions:
from QA.modules import binomial_model
or
from QA.modules import *
In the code, just use the function:
paths = bin_model_simulation(N, n, S0, q, u, d)
- Import all existing modules:
from QA import modules
Use in the code in the following way:
paths = modules.bin_model_simulation(N, n, S0, q, u, d)
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 Distributions
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 quantrix-1.0.0.tar.gz.
File metadata
- Download URL: quantrix-1.0.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
578d9b31f521fecb0bfb748eecdb60e5445c77a41cc29209774f66577c4b6d93
|
|
| MD5 |
5ad24bccca6ef34f9ae4547117e165a4
|
|
| BLAKE2b-256 |
0437a66e57599944f6a246c6de6bbd4bdf0c188ab33201dc33352a9af8fcd105
|
File details
Details for the file quantrix-1.0.0-py3-none-any.whl.
File metadata
- Download URL: quantrix-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21f66a60dd3951c0c7877f9d6f092826576bf48b369a634db5951597fe1cc4fb
|
|
| MD5 |
ae2ac8f1c06578258eb0b092b1a72c65
|
|
| BLAKE2b-256 |
05d6dbb2acbccad337a83e2958253690475e19a36d568dc786d240be0a5d5cea
|
File details
Details for the file quantrix-1.0-py3-none-any.whl.
File metadata
- Download URL: quantrix-1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9e57e33d3d44be59eeed7e5646b466676e9ed685beeed24df9eb9fdf2d4a411
|
|
| MD5 |
fa1c553dc1d9f3e26dbccf1c844b6d20
|
|
| BLAKE2b-256 |
bd2ac5b87298af2589e403ab2489730cea00e08c07bff8c0309b93b5189c584a
|