PrincipalBalanceType

PrincipalBalanceType class

Loan principal balance.

public class PrincipalBalanceType

Constructors

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

Properties

NameDescription
BalanceAmount { 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.
PrincipalLoanToDate { get; set; }Gets or sets the total principal paid loan to date.
PrincipalYearToDate { get; set; }Gets or sets the total principal paid year to date.

See Also