Commercial package object model

This section describes the objects or entities associated with the commercial package line of business.

PolicyCenter provides a data model with entities or objects tailored to a particular line of business rather than a generic data model for all lines of business. Because PolicyCenter tailors entities to the line of business, they are easy to understand and work with. The coverage data objects for a line exist in their own database table, so you can make a change to one line of business without affecting the other lines.

The following diagram shows some of the entities related to multiline policies.



The Policy entity has a Product field which returns the product associated with the policy. The ProductCode fields for a commercial package policy returns CommercialPackage. In Product Designer, the ProductCode in the Code on the Product Model > Products page.

The PolicyPeriod entity has an LNLineExists, where LN is an abbreviation for the line. This derived property returns true if a line exists on the policy period. The LNLine derived property allows you to retrieve the policy line. The PolicyPeriod entity also has a Lines array to each PolicyLine.

See also