update financial_income, remiving /100
Created by: chenzheng06
Need BlocNote to be updated accordingly. In BlocNote/apps/prelimanryFinance/views.py, Scenarios > prelim_analysis, after get_growth_rate(building_id), growth_rate needs to be divided by 100 if grouth_rate >= 0. A long-term solution for this issue should be storing actual value in DB, rater than 100x growth_rate.