AmortizationTransaction

AmortizationTransaction class

Amortization transaction class.

public class AmortizationTransaction

Constructors

Name Description
AmortizationTransaction() Initializes a new instance of AmortizationTransaction class.

Properties

Name Description
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