Skip to content

Instantly share code, notes, and snippets.

@mleglise-renew
Forked from sfletche/plan_groups_list.json
Last active February 7, 2016 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mleglise-renew/ec21525b4b3ed0b306c7 to your computer and use it in GitHub Desktop.
Save mleglise-renew/ec21525b4b3ed0b306c7 to your computer and use it in GitHub Desktop.
{
"plan_groups": [
{
"group_code": "default",
"plans": [
{
"code": "B",
"dealer_fee_percent": 2.0,
"term_months": 60,
"interest_rate": 6.99,
"approved_amount_financed": 25225.0,
"monthly_payment": 100.0
},
{
"code": "D",
"dealer_fee_percent": 2.0,
"term_months": 84,
"interest_rate": 6.99,
"approved_amount_financed": 28310.35,
"monthly_payment": 80.0
},
{
"code": "F",
"dealer_fee_percent": 2.0,
"term_months": 120,
"interest_rate": 6.99,
"approved_amount_financed": 30811.7,
"monthly_payment": 70.0
}
]
},
{
"group_code": "A600875",
"plans": [
{
"code": "A600875",
"dealer_fee_percent": 6.0,
"term_months": 60,
"interest_rate": 4.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