@gibme/finance
    Preparing search index...

    Interface AmortizationPayment

    interface AmortizationPayment {
        balance: number;
        interest: number;
        payment: number;
        principal: number;
        [key: string]: number;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: number
    Index

    Properties

    balance: number

    The new balance after the payment has been made

    interest: number

    The amount of interest included in the payment amount

    payment: number

    The payment amount

    principal: number

    The amount of principal included in the payment amount