LoanInfo
Contents
[
Hide
]LoanInfo class
Loans outstanding against the account
public class LoanInfo
Constructors
Name | Description |
---|---|
LoanInfo() | Initializes a new instance of LoanInfo class. |
Properties
Name | Description |
---|---|
CurrentLoanBalance { get; set; } | Gets or sets the current loan principal balance. |
DateAsOf { get; set; } | Gets or sets the date and time of the current loan balance. |
InitialLoanBalance { get; set; } | Gets or sets the initial loan balance. |
LoanDescription { get; set; } | Gets or sets the loan description |
LoanId { get; set; } | Gets or sets the identifier of this loan. |
LoanInterestToDate { get; set; } | Gets or sets the total interested paid to date on this loan. |
LoanMaturityDate { get; set; } | Gets or sets the expected loan end date. |
LoanNextPaymentDate { get; set; } | Gets or sets the next payment due date. |
LoanPaymentAmount { get; set; } | Gets or sets the loan payment amount. |
LoanPaymentFrequency { get; set; } | Gets or sets the frequency of loan repayments. |
LoanPaymentsInitial { get; set; } | Gets or sets the initial number of loan payments. |
LoanPaymentsRemaining { get; set; } | Gets or sets the remaining number of loan payments. |
LoanRate { get; set; } | Gets or sets the loan annual interest rate. |
LoanStartDate { get; set; } | Gets or sets the start date of loan. |
LoanTotalProjectInterest { get; set; } | Gets or sets the total projected interest to be paid on this loan. |
See Also
- namespace Aspose.Finance.Ofx.Investment
- assembly Aspose.Finance