Rate table normalization configuration parameters

In a rate table that contains a range parameter and any other parameter, the table may have ranges that overlap. For tables that fall within specified configuration parameters, PolicyCenter normalizes the rate table to speed up rate factor lookups.

In config.xml, two parameters control whether or not PolicyCenter normalizes a rate table by default. These parameters are:

  • RateTableManagementNormalizationRowThreshold

    Default: 1000

    If the number of rows in the normalized table would exceed this threshold, the user is given the option to store a non-normalized version of the table.

  • RateTableManagementNormalizationRowLimit

    Default: 10000

    PolicyCenter determines whether to normalize a rate table if the table contains this many rows or more.

    If the number of rows in the normalized table would exceed this limit, the table is automatically marked as non-normalizable. PolicyCenter stores the non-normalized version of the table.

See also