tmval.Amount.effective_interval

Amount.effective_interval(t2: float, t1: float = 0, annualized: bool = False)tmval.rate.Rate[source]

Calculates the effective interest rate over a time period.

Parameters
  • t1 (float) – the beginning of the period.

  • t2 (float) – the end of the period.

  • annualized – whether you want the results to be annualized.

Returns

the effective interest rate over the time period.

Return type

float

Rtype annualized

bool