﻿var jsDocumentationFee = 316;
var jsMVSRfee = 10;

adminfeerates=new Array(7);
adminfeerates[0] = 135;	// <= 800
adminfeerates[1] = 165;	// 800 - 1500
adminfeerates[2] = 205;	// 1500 - 3000
adminfeerates[3] = 260;	// 3000 - 6000
adminfeerates[4] = 315;	// 6000 - 10000
adminfeerates[5] = 370;	// 10000 - 15000
adminfeerates[6] = 400;	// > 15000

interestrates=new Array(4)
interestrates[0] = 0.195 //< 25k, 0-19.99%deposit
interestrates[1] = 0.195 //25+k, 0-19.99%deposit
interestrates[2] = 0.195 //< 25K, 20+%deposit
interestrates[3] = 0.1825 //25+k, 20+%deposit

protection=new Array(6)
protection[0] = 0.0478  //06 months
protection[1] = 0.0478	//12 months
protection[2] = 0.0864	//18 months
protection[3] = 0.0864	//24 months
protection[4] = 0.1244	//30 months
protection[5] = 0.1244	//36 months




