Add audited basis to the data model

The data model must be updated with fields to hold the audited basis. First, determine which entities are to be audited. Then create a field on the entity to store the audited basis amount. You enter the audited basis in PolicyCenter in the audit Details screen when completing an audit. For more information about this screen, see Add audit details panel set.

For example, the general liability line of business supports final audit on exposures. The GLExposure entity has an AuditedBasis field. You can examine the definition of this field in Studio by opening GLExposure.eti. To open this file, press CTRL+N and type in the file name. The AuditedBasis field is defined as a column on the GLExposure entity.

Add a similar field to any entities to be audited in your line of business.