Define entities for rate factors

About this task

Define the entities for rate factors in the new line of business.

Procedure

  1. Use Studio to define a new entity.
    For Golf Cart, define GORateFactor.eti in configuration > config > metadata > entity. Configure the entity as follows:

    Property

    Value

    entity

    GORateFactor

    table

    goratefactor

    type

    effdated

    desc

    A rate factor is a risk characteristic and its associated numeric value.

    effDatedBranchType

    PolicyPeriod

    exportable

    true

    extendable

    true

  2. Add a required foreignkey to the owning modifier. The owning modifier must implement the Modifiable delegate.
    For Golf Cart, the owning modifiable is GOModifier.eti. Configure the foreign key as follows:

    Property

    Value

    name

    GOModifier

    fkentity

    GOModifier

    nullok

    false

What to do next

Add rate factors as an array on the owning modifiable