Custom physical tables for Rating Management

The default configuration includes two physical tables that can be used as-is and as models for other custom tables that may be required for a particular implementation. These tables are:

  • A default, generic physical table that can be used to store many of the rate tables required for most lines of business. This table is the DefaultRateFactorRow entity.
  • A sample custom physical table for simple coverage-based rate tables. This table is the CoverageRateFactor entity.

If neither table is appropriate, you can configure a new custom physical table for one or a group of similar rate table definitions.

See also