Expand description
Agent insurance facilitation marketplace.
Re-exports the core marketplace logic from haima-core::marketplace and
adds the higher-level orchestration layer with Autonomic integration.
§Architecture
Autonomic (trust scores) ──┐
├──▶ Risk Engine ──▶ Pricing ──▶ Policy Issuance
Lago (event history) ──────┘ │
▼
Claims ◀── Verification (Lago events) ◀── Claim Submission ◀── Agent
│
▼
Pool Management ──▶ Payout ──▶ AgentModules§
- claims
- Claims submission, verification, and processing.
- marketplace
- Insurance marketplace — connects agents with insurance providers.
- pool
- Self-insurance pool management.
- pricing
- Premium calculation engine for agent insurance.
- risk
- Risk assessment engine powered by Autonomic trust scores and Lago event history.
Structs§
- Claims
History - Claims history summary used for risk assessment.
- Insurance
Dashboard - Insurance marketplace dashboard summary.
Functions§
- assess_
risk - Compute a risk assessment for an agent.
- bind_
policy - Bind a quote into an active policy.
- calculate_
premium - Calculate the premium for a coverage request.
- contribute_
to_ pool - Process a contribution to the pool.
- create_
claim - Create a claim from a request and look up the associated policy.
- create_
pool - Create a new self-insurance pool.
- default_
pool_ provider - Create the default self-insurance pool provider.
- default_
products - Create the default insurance product catalog.
- generate_
quote - Generate an insurance quote for an agent.
- pool_
payout - Process a payout from the pool for an approved claim.
- pool_
register_ policy - Register a new policy against the pool.
- verify_
claim - Verify a claim against Lago event evidence.