Real Estate Investment Analyzer

Put RedMol Real Estate Analyzer Widget on your real estate blog / site

Try this Widget | FAQ |

Convert from this:


to this:

 


Get the embeddable RedMole Analyzer widget:

	<html>
<body>
<script type="text/javascript">
	var gpi                 = 65000;
	var opex                = 10000;
	var purchase_price      = 450000;
	var vacancy_rate        = 5;
	var holding_period      = 5;
	var gpi_growth_rate     = 2;
	var opex_growth_rate    = 1;
	var appreciation_rate   = 2;
	
	var financing 			= 
	[{"principal":350000,"interest_rate":7,"amortization_period":30,"interest_only":0}]
</script>

<script type="text/javascript" 
		language="javascript" 
		src="http://www.redmol.com/analyzer/embed/"></script>
</body>
</html>