Metadata-Version: 2.4
Name: pystatsfinance
Version: 0.1.0
Summary: Financial and quantitative statistical computing for Python
Project-URL: Homepage, https://sgcx.org/technology/pystatsfinance/
Project-URL: Documentation, https://sgcx.org/docs/pystatsfinance/
Project-URL: Repository, https://github.com/sgcx-org/pystatsfinance
Project-URL: Issues, https://github.com/sgcx-org/pystatsfinance/issues
Author-email: Hai-Shuo <contact@sgcx.org>
License-Expression: MIT
License-File: LICENSE
Keywords: finance,quantitative-finance,risk,statistics,value-at-risk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: numpy>=1.24
Provides-Extra: dev
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Description-Content-Type: text/markdown

# PyStatsFinance

**Financial and quantitative statistical computing for Python.**

> **Status: early / reserved (`0.0.1`).** This package reserves the
> `pystatsfinance` name within the **PyStatistics open-core ecosystem** and will
> grow into a full quantitative-finance statistics library. The public API is
> forthcoming.

PyStatsFinance is part of the open-core PyStatistics family:

| Package | Layer |
|---|---|
| [`pystatistics`](https://github.com/sgcx-org/pystatistics) | Fundamental, general statistics |
| [`pystatsbio`](https://github.com/sgcx-org/pystatsbio) | Biotech / pharma statistics |
| **`pystatsfinance`** | Financial / quantitative statistics |

Like its siblings, it builds on `pystatistics` for the general statistical layer
and adds methods specific to quantitative finance.

## Planned scope (candidates, not commitments)

- Return-series risk/performance metrics: Sharpe ratio, maximum drawdown,
  annualized volatility.
- Value-at-Risk (historical and parametric).

## Installation

```bash
pip install pystatsfinance
```

## License

MIT © Hai-Shuo. Part of the [SGCX](https://sgcx.org) open-core ecosystem.
