You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a Python script to calculate and compare SLCSP values for 2022 and 2025. The script creates a simulation for a 40-year-old in ZIP code 90210 with ,000 income, for both 2022 and 2025, and compares the results.
The output confirms that our model:
Uses the correct rating area (16) for Beverly Hills
Uses a base SLCSP value of .00/month for age 0
Applies an age multiplier of 1.6706 for age 40
Calculates .45/month for a 40-year-old in 2025
This is significantly higher than KFF's /month estimate, suggesting our base premium data may be outdated compared to KFF's recently updated data from October 29, 2024.
The key parameters used:
CA rating area 16 base premium: .00/month (from state_rating_area_cost.yaml)
Age 40 multiplier: 1.6706 (from age_curves/default.yaml)
ZIP code 902xx mapping to rating area 16 (from la_county_rating_area.yaml)
The full script with detailed outputs is too large to paste here but can be added if needed.
This confirms our finding that the model is using a premium of .45/month, which differs significantly from KFF's /month. The issue appears to be with the base premium data in our parameters, not with the calculation logic itself.
MaxGhenis
changed the title
Discrepancy in SLCSP premium calculations for 2025
Discrepancy against KFF in SLCSP premium calculations for 2025
Feb 25, 2025
Issue Description
There is a significant discrepancy between our model's calculated SLCSP premium and KFF's calculator for ZIP code 90210 (Beverly Hills, CA) in 2025:
Technical Details
Our calculation:
KFF calculation:
Potential Causes
Recommendation
Note: There doesn't appear to be an automated method to update SLCSP data in the codebase; values are stored in
The text was updated successfully, but these errors were encountered: