Finance Details Object

Information about the Finance Details used in the system.

Table of Inverter Object

Value NameDescriptionValue Type
aprThe annual percentage rate (APR) of the loan.float
termThe term of the loan in months.integer
balanceThe balance of the loan.float
termYearsThe term of the loan in years.integer
totalinterestThe total interest to be paid over the life of the loan.float
monthlypaymentThe monthly payment amount.float
monthlypaymentInitialThe initial monthly payment amount.float
monthlypaymentAdjustedThe adjusted monthly payment amount.float
monthlypaymentEscalatedThe escalated monthly payment amount.float

Example of Finance Details Object

"finance_details": {
				"apr": 0,
				"term": 0,
				"balance": 20000,
				"termYears": 0,
				"totalinterest": -20000,
				"monthlypayment": 0,
				"monthlypaymentInitial": 0,
				"monthlypaymentAdjusted": 0,
				"monthlypaymentEscalated": 0
			}