LoanInfo class
LoanInfo class
Loans outstanding against the account
The LoanInfo type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| LoanInfo() | Initializes a new instance of LoanInfo class. |
Properties
| Property | Description |
|---|---|
| loan_id | Gets or sets the identifier of this loan. |
| loan_description | Gets or sets the loan description |
| initial_loan_balance | Gets or sets the initial loan balance. |
| loan_start_date | Gets or sets the start date of loan. |
| current_loan_balance | Gets or sets the current loan principal balance. |
| date_as_of | Gets or sets the date and time of the current loan balance. |
| loan_rate | Gets or sets the loan annual interest rate. |
| loan_payment_amount | Gets or sets the loan payment amount. |
| loan_payment_frequency | Gets or sets the frequency of loan repayments. |
| loan_payments_initial | Gets or sets the initial number of loan payments. |
| loan_payments_remaining | Gets or sets the remaining number of loan payments. |
| loan_maturity_date | Gets or sets the expected loan end date. |
| loan_total_project_interest | Gets or sets the total projected interest to be paid on this loan. |
| loan_interest_to_date | Gets or sets the total interested paid to date on this loan. |
| loan_next_payment_date | Gets or sets the next payment due date. |