PostedPositionProfilePreview_RemunerationRangeInput
Input object

A salary or compensation range for a position to be previewed prior to posting.Salary ranges are used to refine candidate job searches. While the monetary values in minimumAmount and maximumAmount are not visible on job ads, the currency and interval may be displayed alongside the descriptions of the remuneration package for clarity.

Fields

Name
Description
intervalCode* 
String!
The interval the remuneration amounts are calculated over.Currently three interval codes are defined:
  • Hour is used to express hourly rates.
  • Month is used to express monthly salaries.
  • Year is used to express annual salaries.
The specified value must correspond to RemunerationPackageInput.basisCode. When RemunerationPackageInput.basisCode equals Hourly, the RemunerationRangeInput.intervalCode must be Hour. When RemunerationPackageInput.basisCode equals Salaried, the RemunerationRangeInput.intervalCode must be Month or Year. For all other RemunerationPackageInput.basisCodes, the RemunerationRangeInput.intervalCode must be Year.
The minimum amount an organization is willing to pay for a position.The value must be greater than 0.
The maximum amount an organization is willing to pay for a position.The value must be greater than or equal to the value of minimumAmount and the currency must match minimumAmount.This should be a mandatory input in your software and will be required in our schema in future. Currently, omitting the field will default it to minimumAmount and harm the performance of the job ad.

Seen in

Parent name
Parent type
Description
Input Object
ranges field