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

StockGrant

A Carrot datatype used by fields that store equity grant values.

The StockGrant datatype is not supported by Custom Fields. Supported uses for the StockGrants datatype are currently limited to the default fields grants, grantShares, and grantType.

Properties

The StockGrant datatype supports the following properties:

Property

Definition

StockGrant.id

Returns the grant ID.

StockGrant.stock

Returns the ticker symbol of this stock.

StockGrant.date

Returns the date of the grant.

StockGrant.vestDate

Returns the vesting start date of the grant.

StockGrant.expireDate

Returns the expiration date of the grant.

StockGrant.shares

Returns the number of shares granted.

StockGrant.price

Returns the per-share strike price.

StockGrant.type

Returns the type of grant.

StockGrant.vest

Returns the vesting schedule.

StockGrant.originalPrice

Returns the per share grant price at the time of issue.

StockGrant.currentPrice

Returns the current per share grant price.

StockGrant.vestedShares

Returns the current number of shares vested.

StockGrant.vestEndDate

Returns the vesting end date.

StockGrant.cancelDate

Returns the cancellation date.

StockGrant.originalValue

Returns the original value of the grants.

StockGrant.currentValue

Returns the current value of the grants.

Updated 07 Nov 2022
Did this page help you?
Yes
No
UP NEXT
String
Docs powered by archbee 
TABLE OF CONTENTS
Properties