Skip to content

Relationships

Schema relationships
graph LR
    EmployeeCompensations -->|"employee"| Employees

Properties

idstring
required·

The unique identifier for the compensation

amountnumber

Represents the amount of the compensation. Can be a number or percentage.

created_atstring · date-time

This represents the date when the compensation was created

currencystring

Represents the currency of the compensation

descriptionstring

The description of the compensation

employeeobject

Employee associated with this compensation

References: Employees → id
idstring

The unique identifier for employees

end_datestring · date-time

Represents the end date of the compensation

end_reasonstring

Represents why the compensation ended

payment_frequencystring

Represents how often the compensation is paid

Possible values:
hourlydailyweeklybiweeklymonthlyquarterlyannuallyfixedone_time
periodstring

Represents the period of the compensation

Possible values:
hourlydailyweeklybiweeklymonthlyquarterlyannuallyfixedone_time
remote_dataRecord<string, any>

Raw data returned from the remote API call.

start_datestring · date-time

Represents the start date of the compensation

statusstring

Represents the status of the compensation

Possible values:
activeinactive
typestring

The type of compensation

Possible values:
salaryhourlycommissionbonusequity
updated_atstring · date-time

This represents the date when the compensation was updated