Details regarding the employment the employee had at a given employer.
Belvo's unique identifier for the current item.
The link.id
the data belongs to.
The ISO-8601 timestamp of when the data point was created in Belvo's database.
The ISO-8601 timestamp when the data point was collected.
The employee's start date at the employer, in YYYY-MM-DD
format.
The employee's end date at the employer, in YYYY-MM-DD
format. If null
, the employee is still working at the employer.
Details regarding the employer.
The institution's unique code for the employer.
The employee's occupations at the employer.
The date that the employee started the position, in YYYY-MM-DD
format.
The date that the employee stopped working in this position, in YYYY-MM-DD
format. If null
, this means that the employee is still holds this position.
The position the employee held. For Brazil, this description must be according to the Ministry of Labour and listed in the Classificação Brasileira de Ocupações (CBO).
The employees occupation, as provided by the employer.
The salaries the employee received from the employer.
The base amount of the salary, before any deductions or bonuses.
The amount retained by Brazil's Instituto Nacional do Seguro Social (INSS).
The type of salary.
We return one of the following values:
REGULAR
THIRTEENTH
null
The month that the employee received their salary, in YYYY-MM
format.
{ "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d", "link": "30cb4806-6e00-48a4-91c9-ca55968576c8", "created_at": "2022-02-09T08:45:50.406032Z", "collected_at": "2022-02-09T08:45:50.406032Z", "start_date": "2022-01-01", "end_date": "2023-01-01", "employer_data": { "name": "Wayne Industries", "code": "49430669", "economic_activity": "6421-2 - BANCOS COMERCIAIS" }, "occupations": [ { … } ], "salaries": [ { … } ] }