Id |
Int32 |
|
N/A |
The id of the loan |
ResortId |
String |
|
N/A |
The resort id |
ResortName |
String |
|
10 |
The name of the resort associated with this loan. |
ContractId |
Int32 |
|
N/A |
The Sales Contract Contract Id. Not to be confused with the Sales Contract Id. |
TotalAmountDue |
Decimal |
|
N/A |
The total amount due for this loan on the entry date. The entry date is typically today. |
TotalAmountDueAfterValidThroughDate |
Decimal |
|
N/A |
The total amount due after the valid through date. The valid through date is also included in this model |
EntryDate |
DateTime |
|
N/A |
The date this data was retrieved. This is typically today. |
ValidThroughDate |
DateTime |
|
N/A |
Typically 10 days after the entry date (the entry date is typically today). A given date used to show how much will be due after certain number of days (again, typically 10 days). |
MonthlyPayment |
Decimal |
|
N/A |
The monthly payment due for this loan. |
ScheduledDue |
Decimal |
|
N/A |
The total amount due, combining all monthly payments currently due, or, if the last payment, the remaining principal of the loan. This does not include late fees, other dues, or unapplied payments. |
LateFees |
Decimal |
|
N/A |
The total late fees due for this loan. |
OtherDue |
Decimal |
|
N/A |
The total amount of other fees due for this loan. These include any fees which aren't late fees or service fees, such as NSF Check fees. |
PaymentsDueCount |
Int32 |
|
N/A |
The number of payments currently due. If the loan payments are up to date, this will either be 1 or 0. |
TotalUnapplied |
Decimal |
|
N/A |
The total amount paid, but not yet applied to any specific payment. |
OtherDue1Amount |
Decimal |
|
N/A |
The amount of the first other fee due. Other fees are any fees except late fees and service fees. |
OtherDue2Amount |
Decimal |
|
N/A |
The amount of the second other fee due. |
OtherDue3Amount |
Decimal |
|
N/A |
The amount of the third other fee due. |
OtherDue4Amount |
Decimal |
|
N/A |
The amount of the fourth other fee due. |
OtherDue5Amount |
Decimal |
|
N/A |
The amount of the fifth other fee due. |
OtherDue1Label |
String |
|
N/A |
The label of the first other fee. For example: "NSF Check Fee". Other fees are any fees except late fees. |
OtherDue2Label |
String |
|
N/A |
The label of the second other fee. |
OtherDue3Label |
String |
|
N/A |
The label of the third other fee. |
OtherDue4Label |
String |
|
N/A |
The label of the fourth other fee. |
OtherDue5Label |
String |
|
N/A |
The label of the fifth other fee. |
TotalPayOffAmount |
Decimal |
|
N/A |
The total amount needed to completely pay off the loan. This takes into account unapplied payments. |
PayoffOtherDue1Amount |
Decimal |
|
N/A |
The total amount of the first other fees due in order to payoff this loan. |
PayoffOtherDue2Amount |
Decimal |
|
N/A |
The total amount of the second other fees due in order to payoff this loan. |
PayoffOtherDue3Amount |
Decimal |
|
N/A |
The total amount of the third other fees due in order to payoff this loan. |
PayoffOtherDue4Amount |
Decimal |
|
N/A |
The total amount of the fourth other fees due in order to payoff this loan. |
PayoffOtherDue5Amount |
Decimal |
|
N/A |
The total amount of the fifth other fees due in order to payoff this loan. |
AccruedInterestAmount |
Decimal |
|
N/A |
The total amount of accrued interest due. |
PayoffPrincipalBalance |
Decimal |
|
N/A |
The total principal balance remaining for payoff. |
AccountServiceFeeAmount |
Decimal |
|
N/A |
The total amount of the accrued service fees. |
Term |
Int32 |
|
N/A |
The number of months the contract is expected to initially last, given the payment schedule. |
LoanAmount |
Decimal |
|
N/A |
The initial balance of the loan. |
PrincipalRemaining |
Decimal |
|
N/A |
The total principal left unpaid on the loan. |
PrincipalPaidYTD |
Decimal |
|
N/A |
The amount paid which was applied towards the principal, year to date. |
InterestPaidYTD |
Decimal |
|
N/A |
The amount paid which was applied towards interest, year to date. |
PrincipalPaid |
Decimal |
|
N/A |
The amount paid which was applied towards the principal, since the beginning of the loan. |
InterestPaid |
Decimal |
|
N/A |
The amount paid which was applied towards interest, since the beginning of the loan. |
NextDueDate |
DateTime |
|
N/A |
The date when the next payment is due. |
NextDueAmount |
Decimal |
|
N/A |
The total amount currently due. |
AfterPayDate |
DateTime |
|
N/A |
The date when the next payment is due, plus a grace period (grace period is defined in the lrControl table). |
AfterPayAmount |
Decimal |
|
N/A |
The amount due after the after pay date. |
CurrencyCode |
String |
|
4 |
Loan provided in Currency Code. |
CurrencySymbol |
String |
|
4 |
Symbol of Local Currency set for Resort. |
InitialNextDueDate |
DateTime |
|
N/A |
The original date when the next payment is due. |
LoanExternalStatements |
List<Record> |
|
N/A |
|
LegacyKeyAsContractID |
String |
|
N/A |
|
HidePayNowForLoans |
Boolean |
|
N/A |
|
Balloon |
Decimal |
|
N/A |
|