Accumulation

class tmval.growth.Accumulation(gr: Union[Callable, float, tmval.rate.Rate])[source]

Special case of Amount function where k=1, Accepts an accumulation amount function, can return valuation at time t and effective interest rate on an interval

Parameters

gr (Callable, float, Rate) – a growth object, which can either be a function that must take the parameters t for time and k for principal, or a Rate object representing an interest rate.

Returns

an accumulation object.

Return type

Accumulation