RatingTemplate Class
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:
the parameters ID:
a comma (
,) separated ordered list of independent parameter IDsa semicolon (
;)the dependent parameter ID
a dot (
.)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