Configuring financial calculations access

Cloud API supports the ability to retrieve financial calculations for a claim. This includes the following endpoints:
  • GET /claim/v1/claims/{claimId}/financial-calculations

    • This 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 exposure in the base configuration of Cloud API

  • Exposing custom calculations

  • Configuring restrictions to specific financial calculation expressions and filters

This topic discusses how to configure restrictions to specific financial calculation expressions and filters. For information on how to expose new calculations to the Financial Calculations endpoints, see Exposing financial calculations.