Project

General

Profile

Actions

Support #837

closed

CHUBB (ABA) Rate changes

Added by Greg Krabbenhoft about 1 month ago. Updated 17 days ago.

Status:
Closed
Priority:
High
Start date:
03/28/2025
Due date:
04/04/2025
% Done:

0%

Estimated time:

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

Actions #1

Updated by Leo Esaki 25 days ago

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

Actions #2

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

Actions #3

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

Actions #4

Updated by George Howington 25 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);

Actions #5

Updated by George Howington 25 days ago

On hold until Denny and Nate's review is completed.

Actions #7

Updated by Greg Krabbenhoft 21 days ago

CHUBB has provided another spreadsheet to review. Please look at the term tab and program the discounts indicated in the new spreadsheet as attached.

Actions #9

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

Actions #10

Updated by George Howington 17 days ago

  • Status changed from QA to Closed

Merged with production. Closing

Actions

Also available in: Atom PDF