Policy motor vehicle record object model in personal auto
When an MVR is ordered in personal auto, PolicyCenter
creates a PolicyDriverMVR
entity for each PolicyDriver.
There is a way to not order an MVR (manual process). It is also defaulted
to not order when a driver is excluded.
When a policy uses an MVR, PolicyCenter creates the
PolicyDriverMVR entity.
The following diagram shows some of the policy MVR objects.
Policy driver
The PolicyDriver entity stores the number of accidents and violations entered in the tab for a policy period.
Policy driver MVR
The PolicyDriverMVR entity stores the number of accidents and violations from the motor vehicle record. The workflow updates these values.
The InternalRequestID
field on the PolicyDriverMVR
entity matches the field of the same name on an MVROrder entity. This establishes
the link between the policy driver MVR data and at the system MVR data
in the MVROrder entity.
For quick display on the Policy Drivers screen, the MVRStatus field is a copy of status
of the MVROrderStatus
field on the MVROrder
entity.
