quactuary package

Subpackages

Package Overview

The quactuary package provides a comprehensive framework for quantum-accelerated actuarial modeling. For detailed documentation of individual modules, see the API reference sections below.

Key Features:
  • Classical and quantum-accelerated pricing models

  • Comprehensive frequency and severity distributions

  • High-performance parallel and vectorized simulations

  • Memory-efficient algorithms for large-scale portfolios

  • Integration with quantum computing frameworks

  • MCP Server for LLM integration (Claude, etc.)

Quick Start

The main entry points for users are:

  • PricingModel - For portfolio pricing and risk calculations

  • Portfolio - For managing collections of insurance policies

  • PolicyTerms - For defining individual policy characteristics

  • Inforce - For grouping policies with similar characteristics

For LLM integration:

  • mcp - MCP Server for using quActuary tools in Claude

  • Run quactuary-mcp or python -m quactuary.mcp.server to start the server

For more details, see the individual module documentation below.