(function($){ var __translations = gbst.namespace("gbst.loan.app.loancalculator.translations"); __translations.en = { "colors": { "primaryColor": "#EE3224", "secondaryColor": "#333333", "titleColor": "#FFFFFF", "subtitleColor": "#FFFFFF", "subtitleBgColor": "#EE3224", "textColor": "" }, "number": { "currency": { "format": { "unit": "$", "format": "%u%n", "htmlFormat": "%u%n" } }, "format": { "delimiter": ",", "separator": "." } }, "labels": { "loanCalculator": { "calculatorTitle": "Loan Repayments", "disclaimer": "Note: The results from this calculator should be used as an indication only. Results do not represent either quotes or pre-qualifications for a loan. The specific details of your loan will be provided to you in your loan contract. It is advised that you consult your financial adviser before taking out a loan." }, "controls": { "title": "Your loan details", "principal": "Loan amount", "interestRate": "Interest rate", "term": "Loan term", "termFormat": { "one": "{{count}} year", "other": "{{count}} years" }, "frequency": "Payment frequency", "repaymentType": "Loan type", "chartTableRadioButton": "" }, "results": { "regularRepayment": "{{frequencyLabel}} repayments", "totalInterest": "Total interest payable", "resultsHeader": "Your results", "showDisplayType": true, "displayType": { "graph": "Graph", "table": "Table", "borderColor": "#FFFFFF" }, "amortizationTable": { "paymentNumberHeader": "Payment #", "principalHeader": "Principal", "interestHeader": "Interest", "balanceHeader": "Balance" } }, "chart": { "totalRemaining": "Total", "principalRemaining": "Principal", "interestRemaining": "Interest", "xAxis": "Years", "yAxis": "Amount owing ({{unit}})" }, "chartTooltip": { "title": "Year {{year}}", "loanItemHeader": "Loan item", "remainingValueHeader": "Remaining value" }, "infoBox": { "title": "Calculator Information", "content": "

The Loan Repayments Calculator calculates the repayment amount depending upon the repayment frequency requested, which is dependent upon amount, term and interest rate.


The Present Value provided by this calculator is displayed as the amount labelled 'Loan amount'. This estimate does not take into account any assumed change in the cost of living between the time of the preparation for the estimate provided or the future.

Calculator Assumptions

Length of Month

Months are of equal length. However given some months are longer than others interest charged will vary depending upon the month.

Number of Weeks & Fortnights in a Year

One year is assumed to contain exactly 52 weeks or 26 fortnights. Thus each year has 364 days.

Rounding of Repayment Amounts

The calculator uses the unrounded repayment to derive the amount of interest payable over the full term of the loan, however, institutions round repayments to the nearest cent. Unrounded payments provide for constant line within the graph. Note that the final repayment after the increase in repayment amount will be a partial repayment as required to reduce the loan balance to zero.

Interest Rate

The interest rate input in the loan section of the calculator is a nominal interest rate per annum. The interest applied over each repayment period has been calculated as the nominal interest rate divided by the number of deposit periods.

Timing of Interest Conversion

The calculator assumes that interest is charged to the loan account at the same frequency as the repayments are made. In practice, there may be differences between the timing of the loan repayments and the timing of the interest charges being added to the loan balance.

" } }, "defaults": { "values": { "principal": 250000, "interestRate": 5, "term": 30, "frequency": "month", "repaymentType": "PI", "displayType": "GRAPH", "hasPoweredBy": true, "hasSaveFeature": true }, "controls": { "principal": { "min": 1000, "max": 5000000, "step": 1000, "keyboard": false }, "interestRate": { "min": 1, "max": 25, "step": 0.01, "keyboard": false }, "term": { "min": 1, "max": 30, "step": 1, "keyboard": false }, "frequency": [ { "label": "Monthly", "value": "month" }, { "label": "Fortnightly", "value": "fortnight" }, { "label": "Weekly", "value": "week" } ], "repaymentType": [ { "label": "Principal & Interest", "value": "PI" }, { "label": "Interest only", "value": "IO" } ] } } }; }(jQuery));