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 
2min

Cash

Cash compensation fields.

Fields

Field name

Description

Field code

Annual Cost

Returns the annual cash cost of a Job. The annual cash cost is sum of Base and Variable, where Base can have an optional multiplier applied for fully-loaded cost.

cost

Comp

(Description coming soon.)

comp

Last Comp Change %

Returns the last change in compensation as a Percent.

compChangePercent

Currency

Returns the local currency in which this person or job is compensated.

currency

Last Raise/Promotion

Returns the date of the most recent raise or promotion.

raisePromotionDate

Last Raise Amount

Returns the amount of the most recent increase to total compensation.

raiseAmount

Last Raise

Returns the date of the most recent increase to total compensation.

raiseDate

Last Raise %

Returns the percent of the most recent increase to total compensation.

raisePercent

Total Annual Comp

Returns total annual compensation.

totalComp

Total Annual Comp (Local Currency)

Returns the total annual compensation in the local currency.

totalCompLocal

Total Cash Comp

Returns the total annual cash compensation for an Org member in the primary currency. Total annual cash compensation is the sum of base and variable compensation.

cashComp

Total Cash Comp (Local Currency)

Returns the total annual cash compensation for an Org member in the local currency. Total annual cash compensation is the sum of base and variable compensation.

cashCompLocal

Variable Comp (Primary Currency)

Returns the value of variable in the primary currency of the Org.

variablePrimary

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