uat Calculator Admin
Flex 2010
Flash 2009
Global Settings
> Principle & Interest Global Settings
<calculator> <vos> <common> <ShowStampDutyAssumption value="true" /> <AssumptionText type="cdata"><![CDATA[ <p><b><font size="+1">Calculator Information</font></b></p> <p>The Principal and Interest Calculator provides a schedule of your monthly repayments and shows you what portion goes towards interest and what portion goes toward paying off the principal amount borrowed.<br /><br /> Once finished you can keep a permanent record by printing each page of the schedule. You will also be able to save the whole schedule to your computer by clicking on the save icon.</p> <p>Calculations do not take into account any possible fees or government grants.</p> <p>Using the calculator does not guarantee you will be eligible for a loan. You will need to satisfy a lender’s loan criteria.</p> <p>Interest rate does not change over the term of the loan.</p> <p>Interest is calculated assuming monthly compounding. In practice, the compounding frequency may differ from monthly.</p> <p>The final repayment, when extra payments are made above what is required to repay the loan in full, will be a reduced (or partial) payment. This is required in order to finalise the repayment of the loan without paying above what is required to fully repay the loan.</p> <p><b><font size="+1">Calculator Assumptions</font></b></p><p><b>Length of Month</b></p><p><br />All months are assumed to be of equal length. In reality, many loans accrue on a daily basis leading to a varying number of days' interest dependent on the number of days in the particular month.<br /></p> <p><b>Rounding of Amount of Each Repayment</b></p><p><br />In practice, repayments are rounded to at least the nearer cent. 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.</p><br /> ]]></AssumptionText> <SaveTemplate type="cdata"><![CDATA[ {% block hr %}<hr/>{% endblock %} {% block resultsCell %}<p><b>{{ name }}</b> {{ value }}</p>{% endblock %} {% block resultsHeadingCell %}<p><b><u>{{ name }}</u></b> {{ value }}</p><br/>{% endblock %} {% block repaymentCell %}<td>{{ 1 }}</td><td>{{ 2 }}</td><td>{{ 3 }}</td><td>{{ 4 }}</td><td>{{ 5 }}</td><td>{{ 6 }}</td>{% endblock %} <html> <body> <h1>{{ name }}</h1> {% for r in results %} {{ r }} {% endfor %} <table border='1'> <tr> {% for r in repaymentHeaders %} <th> {{ r }} </th> {% endfor %} </tr> {% for r in repayments %} <tr> {{ r }} </tr> {% endfor %} </table> </body> </html> ]]></SaveTemplate> </common> <amortisation> <LoanAmount type="num" default="300000" min="30000" max="10000000" step="1000" /> <LoanTerm type="num" default="25" min="3" max="40" /> <InterestRate type="num" default="6.25" max="20" min="0" step="0.25" /> <ExtraAmount type="num" default="100" step="100" min="0" max="50000" /> <LoanAmountForm label="Loan Amount" /> <LoanTermForm label="Loan Period" /> <InterestRateForm label="Interest Rate" /> <ExtraAmountForm label="Extra Repayments" /> <SmartPhoneFirstPageHeading label="Your Home Loan" /> <SmartPhoneSecondPageHeading label="Results" /> </amortisation> <components> <TitleLabel text="Your Home Loan" /> </components> </vos> </calculator>