Underwriter issue type verifier class
The UWIssueTypeValidationRules Gosu rules enforce constraints on UWIssueType objects to prevent certain types of configuration errors. These rules are in in Studio.
In the base configuration, these rules enforce the following:
- Either the
UWIssueType.DefaultApprovalBlockingPointmust be one level higher than the issueUWIssueType.BlockingPoint, or both must be non-blocking. - The
DefaultValueAssignmentTypemust be defined if theComparatorisNumeric_LE,Numeric_GE,Monetary_LE, orMonetary_GE. These correspond to Value Comparator set to At least, At most, At least (monetary), At most (monetary) in the Underwriting Rule screen. - The
DefaultValueOffsetAmountmust be set if theDefaultValueAssignmentTypeisOffsetAmountorOffsetPercent. These correspond to Default Value Assignment Type set Offset Amount or Offset Percentage.
See also
- The UWIssueType entity in Underwriting rules object model
