Rate routine plugin

PolicyCenter provides the IRateRoutinePlugin to let you modify the processing of rate routines in PolicyCenter. The default configuration of PolicyCenter uses a built-in implementation of the plugin, RateRoutinePlugin.gs. You can create your own implementation of this plugin. To edit the registry for IRateRoutinePlugin, In Studio, open IRateRoutinePlugin.gwp in configuration > config > Plugins > registry.

When PolicyCenter executes a rate routine, PolicyCenter calls the rate routine plugin (IRateRoutinePlugin). The rate routine plugin:

  • Enables rating worksheets in the plugin.
  • Sets up cost data wrappers that determine which properties on the cost appear when you select an instruction or operand in a rate routine step.

See also