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