LoanInfo class

LoanInfo class

Loans outstanding against the account

The LoanInfo type exposes the following members:

Constructors

ConstructorDescription
LoanInfo()Initializes a new instance of LoanInfo class.

Properties

PropertyDescription
loan_idGets or sets the identifier of this loan.
loan_descriptionGets or sets the loan description
initial_loan_balanceGets or sets the initial loan balance.
loan_start_dateGets or sets the start date of loan.
current_loan_balanceGets or sets the current loan principal balance.
date_as_ofGets or sets the date and time of the current loan balance.
loan_rateGets or sets the loan annual interest rate.
loan_payment_amountGets or sets the loan payment amount.
loan_payment_frequencyGets or sets the frequency of loan repayments.
loan_payments_initialGets or sets the initial number of loan payments.
loan_payments_remainingGets or sets the remaining number of loan payments.
loan_maturity_dateGets or sets the expected loan end date.
loan_total_project_interestGets or sets the total projected interest to be paid on this loan.
loan_interest_to_dateGets or sets the total interested paid to date on this loan.
loan_next_payment_dateGets or sets the next payment due date.

See Also