LoanRateType

LoanRateType class

Loan rate class.

public class LoanRateType

Constructors

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

Properties

NameDescription
DateAsOf { get; set; }Gets or sets the date and time of the current interest rate.
LoanInterestRate { get; set; }Gets or sets the current loan interest rate.
RateType { get; set; }Gets or sets the type of rate.

See Also