Calculate Employee Costs Globally

Calculates the total employment cost for an EOR arrangement in a specified country, returning a breakdown that includes employer costs, benefits, platform fees, and severance accrual.

Authentication

AuthorizationBearer
## Authentication The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail. ```curl curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` [Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Request

This endpoint expects an object.
dataobjectRequired

Response

Successfully calculated employee costs.
costslist of objectsOptional
salarystringOptional
The base salary for the employee.
countrystringOptional
The country where the employee is based.
currencystringOptional
The currency used for cost calculation.
deel_feestringOptional
The Deel fee for managing the employee.
frequencystringOptional

Frequency of the salary payment (e.g., monthly).

total_costsstringOptional
Total employment costs.
country_codestringOptional

ISO Alpha-2 code of the country.

benefits_datalist of objectsOptional
employer_costsstringOptional
Costs incurred by the employer.
additional_dataobjectOptional
severance_accuralstringOptional
Severance accrual costs.
employer_annual_costsstringOptional
Costs incurred by the employer for cost items with an annual payment frequency.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error