You are here:
InsPolicyRevenueScheduleService:createRevenueSchedule
This service creates a monthly revenue schedule for a policy, starting on the effective date of the policy and ending on the expiration date of the policy term.
This service supports Salesforce Financial Services Cloud.
Method: createRevenueSchedule
How It Works
-
The service looks for the policy Id (
assetId) and thetransactionIdthat recorded the sale of the policy. -
Creates a list of revenue schedule entries for the policy. Each entry contains the following information:
-
Date: The end of each month, starting with the effective date of the policy and ending the last month of the policy term.
-
Total Earned Revenue: Total revenue you have earned for this policy by this date.
-
Total Unearned Revenue: Revenue you have not yet earned for this policy by this date.
-
Period Earned Revenue: The revenue you earn for this policy during this month.
-
-
Returns the total policy revenue to be earned, if the policy is not canceled or modified, in the output JSON.

