website logo
ChartHop documentation
Carrot reference
Release notes
Navigate through spaces
ChartHop documentation
Carrot reference
Release notes
⌘K
Getting started
Getting started with Carrot
Operator precedence
Filtering with Carrot
Data categories
Basic Org Information
Compensation
Job Changes
Permissions
Personal
Recruiting
Structure
Time off
Data types
Address
Boolean
Comp
Comp Band
Currency
Date
DateTime
DaysOff
Enum
EnumList
File
Group
Image
Job
List
Money
Name
Number
Null
Percent
Person
PersonList
Shares
StockGrant
String
TimeOff
User
Operators
+ (add)
- (subtract)
* (multiply)
/ (divide)
% (modulus)
&& (and)
|| (or)
if
: (match)
= (equals)
!= (not-equals)
! (not)
> (greater-than)
>= (greater-than-equals)
< (less-than)
<= (less-than-equals)
[ ](array)
. (dot)
? (ternary)
?: (elvis)
Functions
abs()
asOf()
boolean()
compHistory()
compBetween()
costBetween()
date()
day()
daysOffBetween()
diffYears()
diffMonths()
distance()
monthEnd()
formatMoney()
formatRound()
formatNumber()
formatPercent()
formatDate()
grantedShares()
length()
max()
mean()
money()
month()
min()
nextAnniversary()
number()
pluralize()
percent()
random()
round()
roundUp()
roundDown()
string()
subString()
stockPrice()
monthStart()
split()
vestValue()
vestShares()
year()
Aggregators
count{}
max{}
mean{}
min{}
sum{}
Docs powered by archbee 
3min

Base

Base compensation fields.

Fields

Field name

Description

Field code

Base

The job's base pay.

baseComp

Base (org currency)

The job's base pay, in the org's default currency.

baseComp.asOrgCurency

Base - annualized

The job's annualized base pay. Hourly base pay is annualized by multiplying the hourly rate by the target hours per week and weeks per year

baseComp.annualized

Base - annualized (org currency)

The job's annualized base pay in the org's default currency. Hourly base pay is annualized by multiplying the hourly rate by the target hours per week and weeks per year.

baseComp.annualized.asOrgCurrency

Base interval

The pay interval of the base pay, for instance, yearly or hourly.

baseComp.interval

Base – yearly

For jobs compensated on a yearly interval, the job's annual salary.

baseComp.yearly

Base – yearly (org currency)

For jobs compensated on a yearly interval, the job's annual salary, in the org's default currency.

baseComp.yearly.asOrgCurrency

Base – hourly

For jobs compensated on an hourly interval, the job's hourly pay.

baseComp.hourly

Base – hourly (org currency)

For jobs compensated on an hourly interval, the job's hourly pay, in the org's default currency.

baseComp.hourly.asOrgCurrency

Base – last raise %

Percent increase of the latest change to base compensation.

baseComp.lastRaise.percent

Base – last raise amount

Amount of the latest change to base compensation.

baseComp.lastRaise.pay

Base – last raise amount (org currency)

Amount of the latest change to base compensation, in the org's default currency.

baseComp.lastRaise.pay.asOrgCurrency

Base – last raise date

Date of the latest change to base compensation.

baseComp.lastRaise.date

Base – last raise type

The type of the latest change to base compensation, e.g. promotion.

baseComp.lastRaise.type

Base – months since last raise

The number of months since the last change to base compensation.

baseComp.lastRaise.date.monthsSince

Target hours per week

For jobs compensated on an hourly interval, the target number of working hours per week.

targetHoursPerWeek

Target weeks per year

For jobs compensated on an hourly interval, the target number of working weeks per year.

targetWeeksPerYear

Updated 09 Sep 2022
Did this page help you?
Yes
No
UP NEXT
Base
Docs powered by archbee 
TABLE OF CONTENTS
Fields