Metadata-Version: 2.4
Name: experience-rating
Version: 0.2.0
Summary: Deprecated — use insurance-credibility instead
Project-URL: Repository, https://github.com/burning-cost/experience-rating
Author-email: Burning Cost <pricing.frontier@gmail.com>
License: MIT
License-File: LICENSE
Keywords: NCD,actuarial,bonus-malus,experience-rating,insurance,pricing
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Requires-Dist: insurance-credibility>=0.1.0
Description-Content-Type: text/markdown

# experience-rating — Deprecated

This package has been superseded by [insurance-credibility](https://github.com/burning-cost/insurance-credibility).

All functionality — `BonusMalusSimulator`, `BonusMalusScale`, `BonusMalusLevel`, `ExperienceModFactor`, `ScheduleRating`, and `CredibilityParams` — is now part of insurance-credibility under the `insurance_credibility.experience` subpackage, alongside more advanced Bayesian experience rating models.

## Migration

```bash
pip install insurance-credibility
```

```python
# Before
from experience_rating import BonusMalusSimulator, ExperienceModFactor

# After
from insurance_credibility.experience import BonusMalusSimulator, ExperienceModFactor
```

This repository is archived and will not receive further updates.
