time_adj_dividends {ragtop} | R Documentation |
Find the sum of time-adjusted dividend values
Description
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
Usage
time_adj_dividends(relevant_divs, t_final, r, h, S, S0)
Arguments
relevant_divs |
A |
t_final |
Time beyond which to ignore dividends |
r |
risk-free interest rate |
h |
Default intensities |
S |
Stock prices |
S0 |
initial underlying price |
Value
Sum of dividends, at each grid node
See Also
Other Dividends:
adjust_for_dividends()
,
shift_for_dividends()
[Package ragtop version 1.1.1 Index]