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 |
---|---|
String! | The interval the remuneration amounts are calculated over.Currently three interval codes are defined:
RemunerationPackageInput.basisCode :
|
RemunerationAmountInput! | The minimum amount an organization is willing to pay for a position.The value must be greater than 0. |
RemunerationAmountInput | 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 |