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
Articles
We're excited to share that we've just launched the beta version of our actuarial learning platform.
The platform is designed …
2025-07-28 Visualizing actuarial models with the Graph View
Actuarial cash flow models can quickly become complex, with dozens of interdependent variables.
When that happens, it's easy to get …
In this series of posts, we explore how to calculate various capital requirements that make up the Solvency Capital Requirement …