matician - v2.0.0
    Preparing search index...

    Class AnnuityDue

    Class representing an annuity-due. Pays a fixed amount at the beginning of each period for n periods.

    Index

    Constructors

    Accessors

    i n P PMT

    Methods

    Constructors

    • Parameters

      • i: number

        The interest rate per period (as a decimal, must be ≥ 0).

      • n: number

        The number of periods (must be a positive integer).

      • PMT: number = 1

        The payment amount per period (must be ≥ 0). Defaults to 1 if not provided.

      • P: number = 0

        The starting principal amount (must be ≥ 0). Defaults to 0 if not provided.

      Returns AnnuityDue

    Accessors

    Methods