New Loan
sel = indx"
>
{{l.title}}
loans[sel].title = name"
@del="del"
@update:borrowers="(b) => estimate.borrowers = b"
@update:creditScore="(c) => estimate.creditScore = c"
@update:mIncome="(m) => estimate.mIncome = m"
@update:transaction="(t) => estimate.transaction = t"
@update:price="(p) => estimate.price = p"
@update:property="(p) => estimate.property = p"
@update:loanType="(lt) => loans[sel].type = lt"
@update:term="(lt) => loans[sel].term = lt"
@update:program="(p) => loans[sel].program = p"
@update:ltv="setLtv"
@update:amount="setAmount"
@update:housingDti="setHousingDti"
@update:dti="setDti"
@update:hoa="(hoa) => loans[sel].hoa = hoa"
@update:interest="(i) => loans[sel].interest = i"
@update:interestDays="(d) => loans[sel].interestDays = d"
@update:hazardEscrow="(h) => loans[sel].hazardEscrow = h"
@update:hazard="(h) => loans[sel].hazard = h"
@update:taxEscrow="(t) => loans[sel].taxEscrow = t"
@update:tax="(t) => loans[sel].tax = t"
@update:manualMI="perc => loans[sel].mi.rate = perc"
@toggle:manualMIMonthly=
"() => loans[sel].mi.monthly = !loans[sel].mi.monthly"
@continue="generate"
/>