Rate table update validations

When you click Update after modifying rate table content, PolicyCenter performs the following validations:

Validation

Description

Min/Max

If two parameters make up a range operation, check that the value for the min column is:

  • For Range Max Excluded – Less than the value of the max column.
  • For Range Max Included – Less than or equal to the value of the max column.

Range overlap

Do not allow a range in one row to be a subset or a disjointed set from a range in a different row. For example, row 1: 2 - 5, row 2: 4 - 8.

Duplicate row

Do not allow a row to contain the same parameter values as another row.

See also