quactuary package¶
Subpackages¶
- quactuary.distributions package
- quactuary.future package
- quactuary.mcp package
- quactuary.utils package
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 calculationsPortfolio- For managing collections of insurance policiesPolicyTerms- For defining individual policy characteristicsInforce- For grouping policies with similar characteristics
For LLM integration:
mcp- MCP Server for using quActuary tools in ClaudeRun
quactuary-mcporpython -m quactuary.mcp.serverto start the server
For more details, see the individual module documentation below.