SourcedJobPostingSalaryInput
Input Object
Structured salary information in minor currency units (cents for US, yen for Japan).
Use maximumMinor and minimumMinor for a range, set both to the same value for fixed salary, or set only minimumMinor for minimum-only salary.
currency: ISO-4217 codes (USD, JPY).
salaryFrequency: hour, day, week, month, mile, or year.
Don't pass 0 in pay fields. Zero values can affect job visibility.
Fields
currency CurrencyCode! Required
maximumMinor Int64
Maximum amount in the local minor currency. Must be greater than zero. Zero values can affect job visibility.
minimumMinor Int64! Required
Minimum amount in the local minor currency. Must be greater than zero. Zero values can affect job visibility.
period String! Required
Pay period. Applies to other fields in this input, such as working hours in fineGrainedSalaryInformation.
Values: DAY, HOUR, MILE, MONTH, WEEK, YEAR, TASK, SHIFT. If TASK, provide taskBasedSalaryInformation.
fineGrainedSalaryInformation SourcedJobPostingFineGrainedJobSalaryInput
Additional salary information.
totalSalaryMinor Int64
Total salary for the period, in minor currency units. Must be greater than zero. Zero values can affect job visibility.
Examples: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250
workingHours Float
Expected work hours per period (minimum, not maximum).
Examples:
-
If period is
HOUR, set to1. -
If period is
MONTH, set to total monthly hours.
totalOvertimeHours Float
Maximum overtime hours per period.
statutoryOvertimeHours Float
Statutory overtime hours per period. Accepts fractions.
fixedOvertimeSalaryMinor Int64
Fixed overtime pay above base pay, in minor currency units. Must be greater than zero. Zero values can affect job visibility.
Examples: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250
fixedOvertimePay Boolean! default:false
Set to true when base salary includes overtime with no extra pay.
US: Some jobs are overtime-exempt. See Fact Sheet #17A: Exemption for Executive, Administrative, Professional, Computer & Outside Sales Employees Under the Fair Labor Standards Act (FLSA).
Japan: Fixed overtime means overtime pay is included in salary. See What is Fixed Overtime Pay?.
taskBasedSalaryInformation SourcedJobPostingTaskBasedSalaryInput
Additional task information.
Example
{ "currency": "JPY", "maximumMinor": "9223372036854775807", "minimumMinor": "9223372036854775807", "period": "abc123", "fineGrainedSalaryInformation": SourcedJobPostingFineGrainedJobSalaryInput, "taskBasedSalaryInformation": SourcedJobPostingTaskBasedSalaryInput}