tmval.Loan.principal_paid

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

Calculates the principal paid between two points in time..

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

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

Returns

The principal paid.

Return type

float