RatingTemplate Class

Detailed Documentation

General

RatingTemplate objects are named objects that specify the lookup methods for each independent parameter of any TableRating objects using the template.

Required Information

  • name: str (RatingTemplate ID)

  • office: str

Notes

The name (RatingTemplate ID) consists of:
  1. the parameters ID:

  1. a comma (,) separated ordered list of independent parameter IDs

  2. a semicolon (;)

  3. the dependent parameter ID

  1. a dot (.)

  2. the version (separates this template from others with the same parameters ID)

For each independent parameter, lookup methods are specified for:
  • in-range the lookup method to use if the independent parameter value is within the range of the table values for the independent parameter

  • out-range-low the lookup method to use if the independent parameter value lower than all table values for the independent parameter

  • out-range-high the lookup method to use if the independent parameter value higher than all table values for the independent parameter

The available lookup methods for each are here