Creating the rate factor matcher

Create the rate factor matcher in the new line of business. The rate factor matcher implements the methods for the MatchableEffDated interface.

Update the entity in the new line of business

Procedure

  1. In Studio, declare the EffdatedCopyable interface in an implementsInterface element:
  2. Add the MatchableEffDated delegate to the rate factor entity.
    For Golf Cart, add an implementsInterface element to the GORateFactor entity as follows:

    Property

    Value

    iface

    gw.api.logicalmatch.EffDatedLogicalMatcher

    impl

    gw.lob.go.GORateFactorMatcher

What to do next

Implement the rate factor matcher

Implement the rate factor matcher

Before you begin

Update the rate factor entity in the new line of business

About this task

Implement the rate factor matcher in the new line of business.

Procedure

  1. Use Studio to create the code for the rate factor matcher gw.lob.go.GORateFactorMatcher in configuration > gsrc. You can use gw.lob.bop.BOPRateFactorMatcher as a model.
  2. At this point, you can verify your work. For instructions, see Verify your work.