#pbf_calculator_container

config.json



                

Function call

financeCalculator({
    target: "div#pbf_calculator_container",
    config: "dist/js/pbf-calculator-config.json",
    sliders: true,
    rep_example: {
        cash_price: 8000,
        deposit: 750,
        loan_amount: 5000,
        apr: 9.9,
        interest_rate: 10,
        term: 12,
        instalment_amount: 400,
        total_term: 10,
        credit_charge: 500,
        total_amount_payable: 200
    }
});