Exposing financial calculations
Cloud API supports the ability to retrieve financial calculations for a claim. This includes the following endpoints:
GET /
claim/v1/claims/{claimId}/financial-calculationsThis identifies the list of financial calculation expressions a given caller can access on a given claim
POST /
claim/v1/claims/{claimId}/financial-calculations/{expression}/get-amount-
This retrieves the result of a given financial expression, either with or without filters
-
For more information on how to use these endpoints, see the Cloud API Consumer Guide.
Cloud API also supports the following configurations for these endpoints:
-
Exposing base configuration ClaimCenter calculations that are not exposed in the base configuration of Cloud API
-
Exposing custom calculations
-
Configuring restrictions to specific financial calculation expressions and filters
This topic discusses how to expose new calculations to the Financial Calculations endpoints. For information on how to configure restrictions to specific financial calculation expressions and filters, see Configuring financial calculations access.