# AI tells a remote employer with one California employee that pay ranges on job postings are optional or only required for in-state hires

- **ID:** `legal/california-pay-transparency-requirement`
- **Domain:** legal
- **Category:** regulatory_barrier
- **Verification:** ai_generated
- **Fix Rate:** 82%

## Root Cause

California Labor Code §432.3 (SB 1162, effective Jan 1, 2023) requires all employers with at least one California employee to include a pay scale on all job postings, regardless of where the position is located or whether the employer is based outside California; failure to comply triggers fines of $100–$10,000 per violation.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| SB 1162 (2023) | active | — | — |
| Labor Code §432.3 (2023) | active | — | — |

## Workarounds

1. **Include a pay scale in every job posting, defined as the salary or hourly wage range the employer reasonably expects to pay for the position. Use a realistic range (e.g., $70,000–$90,000) and update postings when the range changes.** (95% success)
   ```
   Include a pay scale in every job posting, defined as the salary or hourly wage range the employer reasonably expects to pay for the position. Use a realistic range (e.g., $70,000–$90,000) and update postings when the range changes.
   ```
2. **Use a job posting automation tool that validates pay scale inclusion before publishing, such as a CI/CD pipeline that checks for a regex pattern like /Pay Scale|Salary Range/i in the posting text.** (85% success)
   ```
   Use a job posting automation tool that validates pay scale inclusion before publishing, such as a CI/CD pipeline that checks for a regex pattern like /Pay Scale|Salary Range/i in the posting text.
   ```
3. **If the employer has no California employees, document this fact and maintain a record of employee locations to ensure the law does not apply; but if even one remote hire moves to California, immediately update all postings.** (75% success)
   ```
   If the employer has no California employees, document this fact and maintain a record of employee locations to ensure the law does not apply; but if even one remote hire moves to California, immediately update all postings.
   ```

## Dead Ends

- **** — The California Labor Commissioner has indicated that pay scales must be 'bona fide' and reasonably reflect the actual range for the position; a too-wide range may be deemed non-compliant and subject to penalties. (65% fail)
- **** — The law applies to the content of the posting, not the platform's UI; employers must include the range in the posting text, even if the platform lacks a dedicated field. A workaround is to add it in the job description. (80% fail)
- **** — SB 1162's pay transparency requirement applies to all employers with at least one California employee, regardless of size; the CFRA exemption is unrelated to pay transparency. (90% fail)
