Forked from mleglise-renew/plan_groups_list.json
Last active
February 7, 2016 03:36
-
-
Save sfletche/a42494572967a1b81c91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment