PrincipalBalanceType

PrincipalBalanceType class

Loan principal balance.

public class PrincipalBalanceType

Constructors

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

Properties

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