Skip to content

Instantly share code, notes, and snippets.

@sfletche
Last active February 8, 2016 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfletche/bceda79ffc6175ff1122 to your computer and use it in GitHub Desktop.
Save sfletche/bceda79ffc6175ff1122 to your computer and use it in GitHub Desktop.
"plan_groups": [
{
"group_code": "default",
"plans": [
{
"code": "A600400",
"term_months": 60,
"interest_rate": 7.99,
"approved_amount_financed": 20000.0
},
{
"code": "A840375",
"term_months": 84,
"interest_rate": 8.99,
"approved_amount_financed": 20000.0
},
{
"code": "A1200425",
"term_months": 120,
"interest_rate": 8.99,
"approved_amount_financed": 20000.0
},
{
"code": "A1440600",
"term_months": 144,
"interest_rate": 8.99,
"approved_amount_financed": 20000.0
}
]
},
{
"group_code": "A600625",
"plans": [
{
"code": "A600625",
"dealer_fee_percent": 6.0,
"term_months": 60,
"interest_rate": 5.99,
"approved_amount_financed": 24600.0,
"monthly_payment": 60.0
}
]
},
{
"group_code": "A120725",
"plans": [
{
"code": "A120725",
"dealer_fee_percent": 6.0,
"term_months": 10,
"interest_rate": 6.99,
"approved_amount_financed": 24600.0,
"monthly_payment": 60.0
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment