RemunerationRange
Object

A salary or compensation range for a position.

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 or commissions.
minimumAmount* 
RemunerationAmount!
The minimum amount an organization is willing to pay for a position.The value must be greater than 0.
maximumAmount 
RemunerationAmount
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.The associated RemunerationRangeInput.maximumAmount field 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
Object
ranges field