Python SDK for insureAI's ReserveAI API
Project description
ReserveAI SDK
By insureAI
📔 Table of Contents
🌟 About the Project
The ReserveAI SDK (by insureAI) provides exclusive access to a powerful new approach for actuarial reserving. Designed to seamlessly integrate with ReserveAI and move beyond the limitations of traditional, static analysis, this toolkit introduces a systematic framework to address the core challenges of modern reserving: eliminating subjectivity, managing volatility, and providing a robust, defensible basis for your ultimate liability estimates.
At its core, the SDK allows you to effortlessly back-test thousands of model variations against your own data. Our proprietary evaluation engine assesses each model on multiple dimensions of performance. This provides a holistic and uniquely insightful view of model quality that conventional methods fail to capture. This SDK is designed for actuaries and risk managers who need to conduct reserve reviews with greater confidence and efficiency.
To get started, we recommend visiting our documentation:
- The Tutorials provide step-by-step examples on using the SDK.
- The FAQ has quick answers to common questions.
- The Methodologies which may be accessed after contacting support@insureai.co.
🎯 Features
-
Run industry-standard actuarial methods: Run reserving methods such as Cape Cod, Chain Ladder, and Bornhuetter–Ferguson (with more methods in active development).
-
Triangle data utilities: Convenient representation of triangle datasets:
- Switch between long or wide (triangle) views.
- Plot standard reserving visuals.
- Run quick diagnostics.
-
Data science friendly: Full interoperability with Pandas and Polars: input data and results can be seamlessly converted to and from dataframes. Thus, for more complex workflows, the full Python data science ecosystem can be brought to bear by extracting the underlying dataframes.
-
Automated model exploration: Each reserving run evaluates hundreds or thousands of model variations. The models are returned for review, comparison, and deeper analysis.
-
Rich model diagnostics: Inspect detailed outputs for chosen models, including triangle projections, cubes, and performance metrics, to support robust reserve reviews.
-
Server-side computation: All reserving runs execute on ReserveAI’s secure servers; the SDK provides a lightweight yet seamless interface for managing runs and fetching results through the ReserveAI REST API.
-
Multiple-line multiple-target support: Run multiple reserving methods on multiple lines of business and multiple target variables simultaneously.
🧰 Install
The SDK is available via PyPI, and hence can be installed using your preferred package manager:
-
Using
pip:pip install reserveai[all]
-
Using
poetry:poetry add reserveai[all]
-
Using
uv:uv add reserveai[all]
There are several optional dependencies that can be installed using the [optional] extras syntax:
pandas: Installs thepandasdependency (e.g.,uv add reserveai[pandas]).polars: Installs thepolarsdependency.plotly: Installs theplotlydependency.
These can be combined, e.g., reserveai[polars,plotly]. Use reserveai[all] to install all optional dependencies.
👀 Getting Started
To use the SDK against the ReserveAI API, you'll need ReserveAI client credentials. To obtain these, please contact us at support@insureai.co. Don't have credentials yet? Not a problem — the notebooks in the tutorials and recipes section that show how to get started with the SDK are already pre-rendered!
⚠️ License
The ReserveAI SDK is distributed under the Apache License 2.0; see LICENSE.txt for more information. (That license
applies only to the SDK code; it does not grant any rights to insureAI's proprietary APIs, algorithms, or platforms.)
The use of the API (via the SDK, or directly) is subject to the API Terms of Use.
🤝 Contact
We are not actively accepting contributions at this time. However, if you encounter a bug, have a question, or wish to report a security vulnerability, please reach out to us at support@insureai.co.
💎 Acknowledgements and Citations
Full data attributions are available in The Actuary and IBNR Techniques: A Machine Learning Approach by Balona and Richman.
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 Distribution
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 reserveai-1.1.0.tar.gz.
File metadata
- Download URL: reserveai-1.1.0.tar.gz
- Upload date:
- Size: 186.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
862d4dda6cf076268227e560a445aaed4d4a10042479275c57f55b30f1ae2976
|
|
| MD5 |
c3b520d84fb5a047b64e3fc0ebe131d7
|
|
| BLAKE2b-256 |
6fa56ad66139616b594f7fc42a1074805794c6dc987ef11fe7f5c722db4befd5
|
File details
Details for the file reserveai-1.1.0-py3-none-any.whl.
File metadata
- Download URL: reserveai-1.1.0-py3-none-any.whl
- Upload date:
- Size: 208.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7da209ac3a996cd67778d726fcbfecebd83ac2d3594c31c28b4e8899940db155
|
|
| MD5 |
55ac6a9081b3fe99ca593513dbbc9a57
|
|
| BLAKE2b-256 |
c2831f8e410c85452c30174e66450dceb434f3e3d284196b87c1c1d144d8eb02
|