AmortizationTransaction

AmortizationTransaction class

Amortization transaction class.

public class AmortizationTransaction

Constructors

NameDescription
AmortizationTransaction()Initializes a new instance of AmortizationTransaction class.

Properties

NameDescription
AmortizationType { get; set; }Gets or sets the amortization type.
LoanInitBalance { get; set; }Gets or sets the beginning balance before payment.
LoanRate { get; set; }Gets or sets the LoanRateType.
LoanTransactionAmount { get; set; }Gets or sets the LoanTransactionAmount.
PaymentNumber { get; set; }Gets or sets the loan payment number.
PrincipalBalance { get; set; }Gets or sets the PrincipalBalanceType.

See Also