feat: add typed tier assurance guardrails
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
codex 2026-08-19 21:32:07 +02:00
parent 3d0f614f49
commit c65a2f1ff9
13 changed files with 727 additions and 7 deletions

View file

@ -21,6 +21,7 @@ from .comparable_ltv import (
select_reference_estimate,
)
from .pricing_models import (
AssuranceClaim,
ChargeComponent,
Commitment,
PricingModel,
@ -33,6 +34,7 @@ from .pricing_models import (
__all__ = [
"BoundaryPolicy",
"AssuranceClaim",
"ChargeComponent",
"ComparableCustomerProfile",
"ComparableLTVEstimate",