|
|
|
|
|
by investbot
146 days ago
|
|
Nice work on making the hard money loan math transparent — that's often a black box. I'm building a tool in a similar "rational decision-making" space, but for stock portfolios (InvestBot). Your approach to breaking down complex financial terms into interactive inputs is exactly the UX challenge we face with risk constraints like max drawdown and concentration caps.
Question from one builder to another: How did you validate which specific loan parameters were most critical for users to control? We're constantly prioritizing which risk rules to expose first. |
|
I validated the inputs by working backward from actual Lender Term Sheets. I looked at what lenders contractually require to underwrite a deal (like Origination Points or strict LTC caps). If a variable was a "deal-breaker" for funding, I made it a primary input; everything else got tucked into "Advanced" settings to keep the UI clean.
Good luck with InvestBot!