Overview
Configuration rating outputs define the fields that display rating engine results (e.g., annual rate, monthly rate). All rating output fields use the entity namerating_engine_display and are stored in company_fields with an association in company_entity_fields.
Each rating output field automatically gets a smart tag created with the naming convention AII{key}PrimaryInsured, enabling the field’s output to be referenced in policy and quote documents.
Key Concepts
- fieldDefinition: A JSON object defining the field’s type (
className), unique key, data path, and optional properties like label and display flag - className: Currently restricted to
InputField(the only type used for rating outputs) - Smart tag: Always auto-created with name
AII{key}PrimaryInsuredand categories["policy", "quote"]. The field key must be alphanumeric. - displayNeeded: Whether this field appears in rating output display tables
- smartTagsNeeded: Whether the auto-created smart tag can resolve a value at rating time. The smart tag row is always created, but the rater only pushes this field’s output into the smart-tag bucket when
smartTagsNeededistrue.
