The offer object
uuid string
Unique identifier for the object |
product string
The Onbo product you're using to create the application |
amount float
The LOC amount of the offer, in USD |
apr float
The apr of the offer, in percent. The apr is equal to the interest rate plus any fees associated with the loan offer |
term integer
The loan term of the offer, in months |
term_frequency string
The repayment frequency of the loan offer |
interest_rate float
The interest rate of the offer, in percent |
origination_fee float
The origination fee of the loan offer, in USD |
interest_only_period nullable, integer
The period of interest only payments for the loan offer, in months |
interest_only_installment nullable, float
The installment amount of the interest only period, in USD |
interest_amount nullable, float
The interest payment amount in USD |
installment nullable, integer
The installment of the loan offer |
start_date string
The date the offer was created, formatted as YYYY-MM-DD |
explanation nullable, string
A explanation of the offer criteria |
maturity_date string
The maturity date of the loan offer, formatted as YYYY-MM-DD |
{
"uuid": "1c2d1346-539a-4609-b2d5-bf848b42f92d",
"product": "LOAN",
"apr": 0.0,
"amount": 5000.0,
"term": 6,
"term_frequency": "MONTHLY",
"interest_rate": 0.0,
"origination_fee": 0.0,
"interest_only_period": null,
"interest_only_installment": null,
"interest_amount": null,
"installment": null,
"start_date": "2022-06-28",
"explanation": null,
"maturity_date": null
}
Last modified 10mo ago