Prod Calculator Admin

Edit Calculator
Custom
 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
 
<calculator>
  <vos>
    <loanComparison>
      <LoanAmount type="num" default="300000" min="30000" max="3000000" step="50000" />
      <LoanAmountRanges value="0,3000000" />
      <LoanAmountValues value="50000" />
      <LoanAmountInputMax value="10000000" />
      <InterestRate default="4.63" />
      <LoanTerm type="num" default="30" min="2" max="30" />
      <IntroPeriod type="num" default="3" max="40" />
      <FixedRate type="num" default="4.49" max="20" />
      <IntroRate type="num" default="4.34" max="20" />
      <OngoingRate type="num" default="5.64" max="20" />
      <OngoingRate2 type="num" default="5.64" max="20" />
      <InterestRate2 default="4.63" />
      <FixedRate2 type="num" default="4.49" max="20" />
      <IntroRate2 type="num" default="4.34" max="20" />
      <UpfrontFees type="num" max="10000" default="0" min="0" step="500" />
      <UpfrontFees2 type="num" max="10000" default="700" min="0" step="500" />
      <MonthlyFees type="num" max="100" default="0" min="0" step="5" />
      <MonthlyFees2 type="num" max="100" default="15" min="0" step="5" />
      <LoanTerm min="2" />
      <FixedPeriod type="num" min="1" default="3" max="5" />
      <FixedPeriod2 type="num" min="1" default="3" max="5" />
      <IntroPeriod2 type="num" default="3" min="0" max="40" />
    </loanComparison>
    <common>
      <Footer type="cdata"><![CDATA[Note: The results from this calculator should be used as an indication only. The calculations do not take into account any product features or fees and charges, e.g. application fees. Results do not represent either quotes or pre-qualification for a credit product. Individual institutions apply different formulas. Information such as interest rates quoted and default figures used in the assumptions are subject to change. Calculator© InfoChoice 2013.]]></Footer>
    </common>
  </vos>
  <components>
    <LoanComparisonPanel title=" " />
    <Loan1Label type="string" value="loan 1" />
    <Loan2Label type="string" value="loan 2" />
    <Loan1TableHeading type="string" value="loan 1" />
    <Loan2TableHeading type="string" value="loan 2" />
    <LoanComparisonResultHeadingPostfix type="string" value="" />
    <LoanTypeForm label="loan type" />
    <LoanType2Form label="loan type" />
    <InterestRateForm label="interest rate" />
    <InterestRate2Form label="interest rate" />
    <FixedPeriodForm label="fixed term" />
    <FixedPeriod2Form label="fixed term" />
    <FixedRateForm label="fixed rate" />
    <FixedRate2Form label="fixed rate" />
    <IntroPeriodForm label="intro term" />
    <IntroPeriod2Form label="intro term" />
    <IntroRateForm label="intro rate" />
    <IntroRate2Form label="intro rate" />
    <OngoingRateForm label="ongoing rate" />
    <OngoingRate2Form label="ongoing rate" />
    <UpfrontFeesForm label="upfront fee" />
    <UpfrontFees2Form label="upfront fee" />
    <MonthlyFeesForm label="monthly fee" />
    <MonthlyFees2Form label="monthly fee" />
    <LoanAmountForm label="loan amount" />
    <LoanTermForm label="loan term" />
    <RepaymentsForm label="repayment frequency" />
  </components>
</calculator>

UATDev

Preview Calculator