Skip to content

Educational toolkit demonstrating Asset-Liability Management (ALM) concepts for actuarial science students. Built as a personal project for illustrative purposes only — not intended for professional use, financial advice, or production decision-making.

License

Notifications You must be signed in to change notification settings

realslimslaney/ALM

Repository files navigation

ALM

Educational toolkit demonstrating Asset-Liability Management (ALM) concepts for actuarial science students. Built as a personal project for illustrative purposes only — not intended for professional use, financial advice, or production decision-making.

Quick Start

Prerequisites: Python 3.12+ and uv

git clone https://github.com/realslimslaney/ALM.git
cd ALM
uv sync
uv run pytest

New to development? See the Environment Setup guide for step-by-step instructions.

Documentation

Development

uv run pre-commit install  # install git hooks (once)
uv run ruff check .        # lint
uv run ruff format .       # format
uv run pytest              # test

License

MIT

About

Educational toolkit demonstrating Asset-Liability Management (ALM) concepts for actuarial science students. Built as a personal project for illustrative purposes only — not intended for professional use, financial advice, or production decision-making.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages