A financial institution provides 50% of funding for project costs
SBA/BLP provides a direct loan for up to 40% of financing for project costs
Borrower provides a minimum of 10% equity towards project costs
var LoanStructureOps = {
animation: true,}; var LoanStructureData = [{
value : 50,
color : "#657aba"
},{
value : 40,
color : "#b4131b"
},{
value : 10,
color : "#54595f"
}];
window.wp_charts = window.wp_charts || {};
window.wp_charts["LoanStructure"] = { options: LoanStructureOps, data: LoanStructureData, type: "Pie" };
50% Lender 40% SBA 10% Borrower
Sorry, the comment form is closed at this time.