Carrot reference
Functions
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 docid ks5d2xbfor9d8wfrivny 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 docid\ xtaqdzvlbtakjxrnpfwe9 docid ks5d2xbfor9d8wfrivny if two dates are passed, the share price value of stock over that date range will be returned unsupported data types docid\ n9trvqonnbknql9drnbp6 unsupported data types return null
