website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop for Employees
Implementing ChartHop
ChartHop for Administrators
Carrot reference
ChartHop for Developers
Partners
Release notes
Resources
Docs powered by archbee 
website logo

vestValue()

Given a start date and end date, returns the share price value of stock that will vest over that period of time.

Syntax

vestValue(fromDate, untilDate)

  • fromDate - the first date in the range
  • untilDate - the second date in the range
  • Return type: Money

Sample usage

vestValue('2020-01-01', '2021-01-01') returns the share price value of stock over the defined date range

Supported data types

Input type

Return type

Logic

Date

Money

If two Dates are passed, the share price value of stock over that date range will be returned.

Unsupported data types

Null

Unsupported data types return Null.



Updated 03 May 2023
Did this page help you?
Yes
No
PREVIOUS
split()
NEXT
vestShares()
Docs powered by archbee 
TABLE OF CONTENTS
Syntax
Sample usage
Supported data types