Extending Guidewire Rating Management to other lines of business
To use Rating Management with other lines of business, perform the following operations.
- Write additional rating engine
classes using the structure of
PARatingEngineorCPRatingEngineas a guide. You can use personal auto as a guide for personal lines of business and commercial property as a guide for commercial lines of business. - Make sure that you configure your line of business to instantiate your new rating engine class. In your PolicyLineMethods class for your line of business, find the createRatingEngine method. This method must return an instance of your new rating engine class.
See also
