-
Notifications
You must be signed in to change notification settings - Fork 1
endpoints.Equities.Equities
Yaroslav Surzhikov edited this page Aug 7, 2020
·
1 revision
| list(employee_id)Returns a list of equity grants for a given employee.
Arguments:
-
employee_idstr - employee id
References:
| create_entry(
employee_id,
reason,
effective_date,
quantity,
equity_type,
vesting_commencement_date,
consent_number,
grant_date,
exercise_price_value,
exercise_price_currency,
vesting_term,
grant_type,
option_expiration=None
)Creates a new equity grant for a given employee
Arguments:
-
employee_idstr - employee id -
reasonstr - reason for this change -
effective_datedate - the date this entry becomes effective -
quantityfloat - number of equities granted -
equity_typestr - The type of the grant -
vesting_commencement_datedate - Vesting commencement date -
consent_numberstr - Consent number -
grant_datedate - Date the equity was granted -
exercise_price_valuefloat -
exercise_price_currencystr - 3 letter currency code -
vesting_termstr - Terms for exercising this grant -
grant_typestr - Grant type. One of:Initial GrantMerit Grant
-
option_expirationdate - Date the options expire
References:
| delete_entry(employee_id, entry_id)Deletes an equity grant for an employee
Arguments:
-
employee_idstr - employee id -
entry_idint - the entry id to delete
References: