A salary or compensation range for a position.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 |
|---|---|
RemunerationAmountInput! | The minimum amount an organization is willing to pay for a position.The value must be greater than 0. |
String | The interval the remuneration amounts are calculated over.Currently three interval codes are defined:
interval and basis are not one of the supported combinations above, the salary will not be included on the job ad.When provided, it must correspond to SyncPositions_RemunerationPackageInput.basis:
|
RemunerationAmountInput | The maximum amount an organization is willing to pay for a position.When provided, 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. |
String | Deprecated: Use interval instead.The interval the remuneration amounts are calculated over.Currently three interval codes are defined:
RemunerationPackageInput.basisCode:
|
Seen in
| Parent name | Parent type | Description |
|---|---|---|
| SyncPositions_RemunerationPackageInput | Input Object | ranges field |