Skip to main content

Student budget calculator: what to spend and how to fund it

0

View comments

 

var crsLngth; var fees; var termSpnd; var monthSpnd; var dailySpnd; var annualSpnd; var annualSpndRnd; var stuLoan; var savings; var trmWrk; var sumWork; var totalSpnd; var totalSpndRnd; var totalTermSpnd; var totalTermSpndRnd; var totalMonthSpnd; var totalMonthSpndRnd; var totalTermSpnd; var totalTermSpndRnd; var totalIncome; var annualExShrt; var annualExShrtRnd; var totalExShrt; var totalExShrtRnd; var termExShrt; var termExShrtRnd; var monthExShrt; var monthExShrtRnd; function round(number, plcs) { plcs = (!plcs ? 2 : plcs); return Math.round(number * Math.pow(10, plcs)) / Math.pow(10, plcs); } function invalChkr(Numtochk){ var ok = false; if ( !isNaN(Numtochk) && Numtochk != "" && Numtochk != undefined){ ok = true; } return ok; } function gtvls(){ fees = new Number(document.frmSF.fees.value); crsLngth = new Number(document.frmSF.crsLngth.value); stuLoan = new Number(document.frmSF.stuLoan.value); savings = new Number(document.frmSF.savings.value); trmWrk = new Number(document.frmSF.trmWrk.value); sumWork = new Number(document.frmSF.sumWork.value); termSpnd = new Number(0); monthSpnd = new Number(0); dailySpnd = new Number(0); var numEls = document["frmSF"].elements.length; for (i=0;i -1 ){ var curElVal = document["frmSF"].elements[i].value; curElValNm = new Number(curElVal); if (invalChkr(curElValNm)){ termSpnd = termSpnd + curElValNm; } } else if (curElNm.indexOf("lcMonth") > -1 ){ var curElVal = document["frmSF"].elements[i].value; curElValNm = new Number(curElVal); if (invalChkr(curElValNm)){ monthSpnd = monthSpnd + curElValNm; } } else if (curElNm.indexOf("lcDaily") > -1 ){ var curElVal = document["frmSF"].elements[i].value; curElValNm = new Number(curElVal); if (invalChkr(curElValNm)){ dailySpnd = dailySpnd + curElValNm; } } } } function dshNded(){ gtvls(); annualSpnd = new Number(0); if (invalChkr(fees)){ annualSpnd = fees; } if (invalChkr(termSpnd)){ annualSpnd = annualSpnd + termSpnd*3; } if (invalChkr(monthSpnd)){ annualSpnd = annualSpnd + monthSpnd*12; } if (invalChkr(dailySpnd)){ annualSpnd = annualSpnd + dailySpnd*160; } annualSpndRnd = round(annualSpnd,2); if (invalChkr(annualSpndRnd)){ document.frmSF.annualSpndRnd.value = annualSpndRnd; } else { document.frmSF.annualSpndRnd.value = 0; } totalSpnd = annualSpnd * crsLngth; totalSpndRnd = round(totalSpnd,2); if (invalChkr(totalSpndRnd)){ document.frmSF.totalSpndRnd.value = totalSpndRnd; } else { document.frmSF.totalSpndRnd.value = 0; } totalTermSpnd = annualSpnd /3; totalTermSpndRnd = round(totalTermSpnd,2); if (invalChkr(totalTermSpndRnd)){ document.frmSF.totalTermSpndRnd.value = totalTermSpndRnd; } else { document.frmSF.totalTermSpndRnd.value = 0; } totalMonthSpnd = annualSpnd /12; totalMonthSpndRnd = round(totalMonthSpnd,2); if (invalChkr(totalMonthSpndRnd)){ document.frmSF.totalMonthSpndRnd.value = totalMonthSpndRnd; } else { document.frmSF.totalMonthSpndRnd.value = 0; } } function shrtfEx(){ gtvls(); totalIncome = new Number(0); if (invalChkr(stuLoan)){ totalIncome = stuLoan; } if (invalChkr(savings)){ totalIncome = totalIncome + savings; } if (invalChkr(trmWrk)){ totalIncome = totalIncome + trmWrk * 32; } if (invalChkr(sumWork)){ totalIncome = totalIncome + sumWork; } annualExShrt = totalIncome - annualSpnd; annualExShrtRnd = round(annualExShrt,2); if (invalChkr(annualExShrtRnd)){ document.frmSF.annualExShrtRnd.value = annualExShrtRnd; } else { document.frmSF.annualExShrtRnd.value = 0; } totalExShrt = annualExShrt * crsLngth; totalExShrtRnd = round(totalExShrt,2); if (invalChkr(totalExShrtRnd)){ document.frmSF.totalExShrtRnd.value = totalExShrtRnd; } else { document.frmSF.totalExShrtRnd.value = 0; } termExShrt = annualExShrt/3; termExShrtRnd = round(termExShrt,2); if (invalChkr(termExShrtRnd)){ document.frmSF.termExShrtRnd.value = termExShrtRnd; } else { document.frmSF.termExShrtRnd.value = 0; } monthExShrt = annualExShrt/12; monthExShrtRnd = round(monthExShrt,2); if (invalChkr(monthExShrtRnd)){ document.frmSF.monthExShrtRnd.value = monthExShrtRnd; } else { document.frmSF.monthExShrtRnd.value = 0; } } function update(){ dshNded(); shrtfEx(); }

Student budgeting calculator

THE TRUE COST OF HIGHER EDUCATION For a teenager heading off for his or her first year, working out the costs of university is a little tricky. For that reason, we've produced our budgeting calculator. Adjust the figures and experiment for yourself... Course Course length(years)   Annual fees £ Living costs Enter spending per term... Books £ Clothes £ Concerts/cinema £ Travel home £ Enter monthly spending... Rent £ Bar/restaurant bills £ Food £ Mobile phone £ Transport £ Shopping £ Household bills £ 'Other'eg. £75 - for smokers with a 10-a-day habit £ Enter your daily outgoings... eg. £5 - teas, coffees, newspapers, stuff £ RESULT   Calculate To get get through college your son or daughter will need: Total £ Annual: £ Per term: £ Per month: £ INCOME Work out the shortfall depending any income your son or daughter may have Assumptions Courses run over 32 weeks a year Outgoings are consistent for full 12 months Daily spending calculated over term-time weekdays only Student loan + grant per yeareg. £6000 £ Available savingseg. £500 per year £ Part-time term-time workeg. £60 per week £ Holiday jobseg. £2500 - enter total income £ RESULT   Calculate They/you will have a shortfall/excess of: Total £ Annual £ Per term £ Per month £

Popular posts from this blog

Study Abroad USA, College of Charleston, Popular Courses, Alumni

Thinking for Study Abroad USA. School of Charleston, the wonderful grounds is situated in the actual middle of a verifiable city - Charleston. Get snatched up by the wonderful and customary engineering, beautiful pathways, or look at the advanced steel and glass building which houses the School of Business. The grounds additionally gives students simple admittance to a few major tech organizations like Amazon's CreateSpace, Google, TwitPic, and so on. The school offers students nearby as well as off-grounds convenience going from completely outfitted home lobbies to memorable homes. It is prepared to offer different types of assistance and facilities like clubs, associations, sporting exercises, support administrations, etc. To put it plainly, the school grounds is rising with energy and there will never be a dull second for students at the College of Charleston. Concentrate on Abroad USA is improving and remunerating for your future. The energetic grounds likewise houses various

Best MBA Online Colleges in the USA

“Opportunities never open, instead we create them for us”. Beginning with this amazing saying, let’s unbox today’s knowledge. Love Business and marketing? Want to make a high-paid career in business administration? Well, if yes, then mate, we have got you something amazing to do!   We all imagine an effortless future with a cozy house and a laptop. Well, well! You can make this happen. Today, with this guide, we will be exploring some of the top-notch online MBA universities and institutes in the USA. Let’s get started! Why learn Online MBA from the USA? Access to More Options This online era has given a second chance to children who want to reflect on their careers while managing their hectic schedules. In this, the internet has played a very crucial in rejuvenating schools, institutes, and colleges to give the best education to students across the globe. Graduating with Less Debt Regular classes from high reputed institutes often charge heavy tuition fees. However onl

Sickening moment maskless 'Karen' COUGHS in the face of grocery store customer, then claims she doesn't have to wear a mask because she 'isn't sick'

A woman was captured on camera following a customer through a supermarket as she coughs on her after claiming she does not need a mask because she is not sick.  Video of the incident, which has garnered hundreds of thousands of views on Twitter alone, allegedly took place in a Su per Saver in Lincoln, Nebraska according to Twitter user @davenewworld_2. In it, an unidentified woman was captured dramatically coughing as she smiles saying 'Excuse me! I'm coming through' in the direction of the customer recording her. Scroll down for video An unidentified woman was captured dramatically coughing as she smiles saying 'Excuse me! I'm coming through' in the direction of a woman recording her A woman was captured on camera following a customer as she coughs on her in a supermarket without a mask on claiming she does not need one because she is not sick @chaiteabugz #karen #covid #karens #karensgonewild #karensalert #masks we were just wearing a mask at the store. ¿ o