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)Sum of dividends, at each grid node
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
Other Dividends:
adjust_for_dividends(),
shift_for_dividends()