Concern:
Family Rates scenario not working as expected on Billing Summary Report.
Cause:
Code implementation for family rates scenario was not working as expected.
1. For Family rate - All Children customization and Require same coverage for child set to true, coverages were getting summed up. Instead, it should be considered only once.
2. For other family rate customization too, individual coverages were getting summed up. Instead maximum coverage should be considered.
Correction:
We have done implementation changes and handled following scenarios:
1. Family Rate For All Children with Require same coverage for child set true- Consider coverage only once
2. Family Rate For All Children with Require same coverage for child set false- Consider maximum coverage elected for Children.
3. Family Rate For All Dependent - Maximum coverage of Spouse and Child elected
4. Family Rate For All Dependents-Flat - Maximum coverage of Spouse and Child elected
5. Individually Calculated rates - All coverages as per election.
Affected Files:
dbo.OES_SP_Report_GetBillingSummary.StoredProcedure
Impacted areas:
Life Plan scenarios - With and without Family Rate customization.
Known issues:
1. Records displayed for Individually Calculated rates are as per coverage levels of Employee, Spouse and child. If Employee, Spouse and Child are enrolled 3 entries appear as per their coverages but premium displayed against them is calculated by considering all the elected coverages. This is discrepancy as we do not store memberwise coverage in the system. (We need to check if the cost split up can be saved.)
2. If no rate is mapped, records are not appearing for Life Plan. This was working earlier.
cc: Satya
This will get complete in next sprint as we discovered new scenarios related to family rates.
cc: Satya