Actuarial Learning Platform

Join our community of actuarial professionals and enhance your skills with our hands-on, exercise-based learning platform.

Start learning   ➜

Cashflower for Python

The Python package for actuarial cash flow modelling. Build production-ready models with clean, maintainable code that scales with your needs.

Explore   ➜
$ pip install cashflower
$ python
>>> from cashflower import create_model
>>> create_model("my_model")
>>> quit()
$ cd my_model
$ python run.py