tmval.Loan.total_payments

Loan.total_payments(t2: float, t1: float = 0) → float[source]

Calculates the total loan payments that occurred between two points in time.

Parameters
  • t2 (float) – The second point in time.

  • t1 (float) – The first point in time.

Returns

The total loan payments.

Return type

float