Schedule Roll Values
Introduction
This article lists the collections values that are used to solve for a target amount (loan.rollScheduleSolve
) and what to solve for (loan.rollScheduleSolveFor
) in schedule rolls created via the API.
For more information on collection values, take a look at our Enumerated Values Index article.
Solve Using (loan.rollScheduleSolve)
Value | Description |
---|---|
loan.rollScheduleSolve.advanced | Advanced Schedule |
loan.rollScheduleSolve.dollar | Dollar Amount |
loan.rollScheduleSolve.interestOnly | Interest Only |
loan.rollScheduleSolve.InterestOnlyOffset | Interest Offset |
loan.rollScheduleSolve.interestOnlyPlus | Interest Only Plus |
loan.rollScheduleSolve.percBalance | % of Remaining Balance |
loan.rollScheduleSolve.percPrincipal | % of Principal |
loan.rollScheduleSolve.percPrincUnder | % of Principal + Underwriting |
Solve For (loan.rollScheduleSolveFor)
Value | Description |
---|---|
loan.rollScheduleSolveFor.balance | Balance |
loan.rollScheduleSolveFor.payment | Payment |
Updated 5 months ago