Support #837
closedCHUBB (ABA) Rate changes
0%
Description
Attached is the new rater spreadsheet for CHUBB. There are rate changes, along with limit changes and one programming change. If you have questions on how the spreadsheet is laid out, please let me know.
The programming change will be for rater results. Currently, if a customer indicates they only have liability insurance, they only receive liability coverage in the quote results. With this change that is no longer valid for CHUBB, we should return liability only and full coverage options.
Files
Updated by Leo Esaki 25 days ago
- File update_sql_query.txt update_sql_query.txt added
- Status changed from New to QA
- Assignee changed from Leo Esaki to George Howington
Hi George.
Please test this query and let me know if you find sth wrong. And Greg wants to prepare staging server with this update.
---------------------------SQL Queries------------------------------
UPDATE limits
SET
boat_maxval = 35000,
boat_trailer_maxval = 100000,
travel_trail_maxval = 100000,
pd_maxval = 100000,
combo_maxval = 200000,
rv_maxval = 200000,
motorcycle_maxval = 50000,
trailer_combo_maxval = 100000,
atv_maxval = 35000
WHERE underwriter_id IN (60, 61);
Thanks,
Leo
Updated by George Howington 25 days ago
- Status changed from QA to In Progress
- Assignee changed from George Howington to Leo Esaki
Hi Leo,
Yes, these updated limits look good and pass QA. Are you ready for me to test all the rate updates? Please include the MR.
Thanks,
--George
Updated by Leo Esaki 25 days ago
- Status changed from In Progress to QA
- Assignee changed from Leo Esaki to George Howington
Hi George.
Here is MR. Please take a look.
https://gitlab.com/nfp-cross-border/polmaker-v3/-/merge_requests/389
Thanks,
Leo
Updated by George Howington 24 days ago
UPDATE limits
SET
boat_maxval = 35000,
boat_trailer_maxval = 100000,
travel_trail_maxval = 100000,
pd_maxval = 100000,
combo_maxval = 200000,
rv_maxval = 200000,
motorcycle_maxval = 50000,
trailer_combo_maxval = 100000,
atv_maxval = 35000
WHERE underwriter_id IN (3,4,71);
Updated by George Howington 24 days ago
On hold until Denny and Nate's review is completed.
Updated by George Howington 24 days ago
Current Live rates:
https://sb.iigins.com/quote/?aff_id=CHUBB
Proposed rates:
https://13549425-review-401-chage-4gz9uu.staging.mexicoinsuranceonline.com/quote/?aff_id=CHUBB
Updated by Greg Krabbenhoft 21 days ago
- File 509.0 - Rater Requirement - ABA-CHUBB - Cotizador 20250201 Propuesta v.xlsx 509.0 - Rater Requirement - ABA-CHUBB - Cotizador 20250201 Propuesta v.xlsx added
- Status changed from QA to In Progress
- Assignee changed from George Howington to Leo Esaki
CHUBB has provided another spreadsheet to review. Please look at the term tab and program the discounts indicated in the new spreadsheet as attached.
Updated by George Howington 21 days ago
Updated by Leo Esaki 21 days ago
- Status changed from In Progress to QA
- Assignee changed from Leo Esaki to George Howington
Hi George.
I updated the codebase according to the change of new rater requirement. Please take a look.
https://gitlab.com/nfp-cross-border/polmaker-v3/-/merge_requests/389
Thanks,
Leo
Updated by George Howington 17 days ago
- Status changed from QA to Closed
Merged with production. Closing