Policy foreign exchange rates
When multicurrency is enabled and you create a policy transaction, PolicyCenter performs currency conversions based on the settlement currency and coverage currency defined for each policy. You can use the Cloud API to view the exchange rates associated with a given policy job.
For information on configuring preferred currencies, see Application Guide. For the steps to configure multicurrency, see Configuration Guide
Querying the foreign exchange rate set for a policy
- GET
job/v1/jobs/{job id}/foreign-exchange-rates
For example, the following request returns the foreign exchange rates available for job pc:S3bK17:
You can sort the results by fromCurrency
, market
,
rate
retrievedAt
, and
toCurrency
. You can filter the results by
fromCurrency
, market
, or
toCurrency
. For more information, see The sort query parameter and
The filter query parameter.
Querying a specific foreign exchange rate for a policy
You can view the foreign exchange rate for the policy associated with a given job if you have access to view the job. Users with the Account holder role can view the foreign exchange rates on policies with the following statuses: cancellation, policy change, renewal, and submission.
- GET
job/v1/jobs/{job id}/foreign-exchange-rates/{foreignExchangeRateId}
For example, the following request returns foreign exchange rate pc:S1W-nP4 which is associated with job pc:S3bK17:
Response payload