Compensation Analysis is available at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/compensation/analysis. No explicit permission gate on this route.
Overview
The Compensation Analysis page presents a tabbed interface (list view and additional views). The main data table shows analyses with columns for date, analysis type (internal_equity, market_comparison, distribution), status badge, equity score, and recommendation count. An equity analysis section rendered by EquityScoreGauge and EquityDisparityTable provides organization-wide equity visualization. A dialog (triggered by a New Analysis button) contains CompensationAnalysisForm for creating new analyses. The list is loaded via useCompensationAnalysisList and equity data via useEquityAnalysis.
Who it’s for
No explicit permission gate on this route — part of the Compensation Management module.Before you start
- Compensation data and employee records must exist for meaningful analysis results.
Steps
Review existing analyses
Check the data table for prior analyses with their dates, types, statuses, and scores.
Key concepts
| Term | Meaning in code |
|---|---|
analysis_type | internal_equity, market_comparison, distribution |
CompensationAnalysisStatus | draft, reviewed, approved, implemented |
equity_score | Numeric score displayed in the gauge; scale requires SME confirmation |
EquityDisparityTable | Component showing compensation disparities across groups |
Related
Human Resources
Human Resources core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/compensation/pages/CompensationAnalysisPage.tsx
- src/cores/hr/compensation/hooks/useCompensationAnalysisList.ts
- src/cores/hr/compensation/hooks/useEquityAnalysis.ts