date_¶
- date_(i)[source]¶
Date at each projection step.
Returns a date representing each projection step as pandas Timestamp.
date_(0)
is read fromdate_init
. Fori > 0
,date_(i)
is defined recursively as:date_(i-1) + offset(i-1)
date_(i)
must always return an end-of-month date. The length of each projection step is specified byoffset()
. Items indexed withi
and representing the change of a quantity in a projection period such as cashflows, represents the change during the projection period starting from one day afterdate_(i)
and ending ondate_(i+1)
See also