Shift a set of grid values for dividends paid, using spline interpolation
shift_for_dividends(grid_values_before_shift, stock_prices, div_sum)
An object like grid_values_before_shift
with entries shifted
according to the dividend sums
Values on grid before accounting for expected dividends
Stock prices for which to shift the grid
Sum of dividend values at each grid point
Other Dividends:
adjust_for_dividends()
,
time_adj_dividends()