Reinsurance ceding plugin implementations

PolicyCenter provides PCReinsuranceCedingPlugin.gs as an implementation of IReinsuranceCedingPlugin. It helps integrate Guidewire Reinsurance Management with PolicyCenter. To configure Guidewire Reinsurance Management with your own reinsurance ceding logic, modify PCReinsuranceCedingPlugin.gs. In Studio, you can modify the code directly, or you can define a subclass of PCReinsuranceCedingPlugin to override or extend specific methods.

In the base configuration, PolicyCenter calculates the ceded premiums and commissions and stores the values in a database table. You can integrate with an accounts payable system that processes the ceded premiums and commissions.

Calculations for proportional and facultative agreements only

The PCReinsuranceCedingPlugin.gs calculates ceded premiums for proportional and facultative agreements only. The implementation of the plugin does not calculate ceded premiums for non-proportional treaties. However, you can add such a calculation to the plugin.

See also