What APR includes and excludes
APR includes the interest rate plus finance charges that are considered part of the loan cost. The specific fees included in APR are determined by federal regulations (Regulation Z) and must be fees that are:- Paid to secure the loan
- Required to obtain the loan
- Not paid to third parties for services that could be obtained independently
Fees typically included in APR
Fees typically excluded from APR
Querying APR fees in GraphQL
To see which fees are included in APR for a specific loan, query the loan’s fees and check thepaymentIncludedInAprIndicator field:
paymentIncludedInAprIndicator field on each FeePayment indicates whether that specific fee payment is included in the APR calculation. Only fees where this field is true are included in APR.
Example response:
LOAN_ORIGINATION_FEE has paymentIncludedInAprIndicator: true, so it’s included in APR. The APPRAISAL_FEE has paymentIncludedInAprIndicator: false, so it’s excluded from APR.
APR vs. interest rate
The interest rate represents the cost of borrowing the principal amount, expressed as an annual percentage. It directly determines the monthly principal and interest payment and is the most visible cost component for borrowers. The APR provides a more comprehensive view by incorporating upfront fees and costs, giving borrowers a better sense of the total cost of the loan. APR is typically higher than the interest rate because it includes additional costs beyond just the interest. The difference between APR and interest rate can vary significantly depending on the loan’s fee structure. Loans with high origination fees or multiple discount points will have a larger gap between the interest rate and APR, while loans with minimal fees will have rates and APRs that are very close together. APR is particularly useful for comparing loans with different fee structures, as it normalizes the comparison by accounting for both ongoing and upfront costs. However, borrowers should also consider their specific situation, including how long they plan to keep the loan, when evaluating APR versus interest rate.Related concepts
- Points vs. rate - How points affect APR
- Loan - How APR is calculated for loans