For each of the N elements of S/h
find the sum of the
given M dividends, discounted to t_final
by r
and h
time_adj_dividends(relevant_divs, t_final, r, h, S, S0)
A data.frame
with columns time
, fixed
,
and proportional
. Dividend size at the given time
is
then expected to be equal to fixed + proportional * S / S0
Time beyond which to ignore dividends
risk-free interest rate
Default intensities
Stock prices
initial underlying price
Sum of dividends, at each grid node
Other Dividends:
adjust_for_dividends()
,
shift_for_dividends()