Skip to content

Instantly share code, notes, and snippets.

@sfletche
Last active February 7, 2016 03:42
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/a39e2082b49d96ce2c13 to your computer and use it in GitHub Desktop.
Save sfletche/a39e2082b49d96ce2c13 to your computer and use it in GitHub Desktop.
{
"plan_groups": [
{
"group_code": "default",
"plans": [
{
"code": "A",
"term_months": 60,
"interest_rate": 6.99,
"approved_amount_financed": 20000.0
},
{
"code": "B",
"term_months": 84,
"interest_rate": 6.99,
"approved_amount_financed": 20000.0
},
{
"code": "C",
"term_months": 120,
"interest_rate": 6.99,
"approved_amount_financed": 20000.0
}
]
},
{
"group_code": "12345",
"plans": [
{
"code": "D",
"term_months": 60,
"interest_rate": 4.99,
"approved_amount_financed": 20000.0
},
{
"code": "E",
"term_months": 84,
"interest_rate": 5.49,
"approved_amount_financed": 20000.0
},
{
"code": "F",
"term_months": 120,
"interest_rate": 5.99,
"approved_amount_financed": 20000.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