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
61
 
<calculator>
  <styles>
    <ResultLabelTextColor color="#DF0024" />
    <CalcTitle show-header="false" />
    <CalcOuterColor background-color="#CCCCCC" />
    <CalcColors chrome-color="@main" color="@white" />
    <resultsWindow background-color="@pepperLightBlack" />
    <GraphColors dataset1="@pepperLightRed" dataset2="@pepperLightBlack" />
    <RightBG chrome-color="@lightGrey" background-color="@lightGrey" />
    <CalcTitle color="#DF0024" font-weight="bold" />
    <EmailInput color="@black" />
    <tabBar chrome-color="@lightGrey" background-color="@white" />
    <rightTabs chrome-color="@lightGrey" background-color="@white" color="@black" />
    <TableLabelColor color="@black" />
    <table background-color="@white" />
    <CustomizePopUp background-color="" Sendbackgroudcolor="" Sendchrome-color="" Sendbordercolor="" color="" />
    <CalcFormItemText color="" />
    <CustomizeArrow background-color="" />
    <RadioMobileColor background-color="" />
  </styles>
  <vos>
    <ProtectionFee>
      <PropertyValue default="700000" min="100000" max="1000000" step="1000" />
      <LoanAmount default="550000" min="100000" max="1000000" step="1000" />
      <Product value="Essential Full Doc,Essential Full Doc PLUS,Essential Alt Doc,Essential Alt Doc PLUS" index="1" />
      <ProductType value="Full Doc, Alt Doc" index="0" />
      <LoanPurpose value="Purchase, Refinance" index="0" />
      <LoanAmountRanges value="0,1000000,2000000" />
      <LoanAmountValues value="10000,50000" />
      <LoanAmountInputMax value="2000000" />
      <PropertyValueRanges value="0,1000000,2000000,5000000,10000000" />
      <PropertyValueValues value="10000,50000,200000,500000" />
      <PropertyValueInputMax value="10000000" />
      <PolicyMaxLVRPurchaseAltDoc value="80.00" />
      <PolicyMaxLVRRefinanceAltDoc value="80.00" />
      <PolicyMaxLVRPurchaseFullDoc value="95.00" />
      <PolicyMaxLVRRefinanceFullDoc value="90.00" />
    </ProtectionFee>
  </vos>
  <components>
    <ClientName value="PepperHomeLoans" />
    <Version value="Retail" />
    <splash value="logo.jpg" />
    <IsLogoVisible value="false" />
    <ProtectionFeePanel title="Lender Protection Fee" />
    <TitleLabel text="Your Home Loan" />
    <PepperProductForm label="Pepper Product" />
    <ProductTypeForm label="Product Type" />
    <LoanPurposeForm label="Loan Purpose" />
    <LoanAmountForm label="Loan Amount" />
    <PropertyValueForm label="Property Value" />
    <FirstHomeBuyerForm label="First Home Buyer" />
    <SmartPhoneFirstPageHeading label="Your Home Loan" />
    <SmartPhoneSecondPageHeading label="Results" />
    <WarningMessage><![CDATA[This product is not available at this loan size or LVR, please contact <a href="#">1800 737 737</a> (Option 3)]]></WarningMessage>
    <PromoMessage><![CDATA[<br/><p>
            Great news, we will waive the Lender Protection Fee on this loan upon application. <br /><br /> <b>Limited Time Only !</b>
        </p>]]></PromoMessage>
    <LVRExceedingMessage><![CDATA[Please choose the Deducted From Loan for LPF payment method because adding LPF to the loan will cause the final LVR to be greater than the Max LVR limit.]]></LVRExceedingMessage>
  </components>
</calculator>

UATDev

Preview Calculator