-
-
Save mleglise-renew/ec21525b4b3ed0b306c7 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": "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