GPD = GPD/ca * population

deficit = (Expn-Revn)/GDP

Debt[i+1] = Debt[i] * ((100+Rate)/(100+Growth)) + deficit


interest on debt = (debt[i]*((100*Rate)/100))

primary deficit = deficit - interest on debt 
