To my Realtor Partners,

I put this together so you have a practical go-to resource whenever financing questions come up.

Inside you’ll find useful tools, clear answers, and client-ready guidance to help deals move forward with more confidence.

If a scenario gets tricky or a buyer needs a second look, reach out. I’m always happy to help.

Thanks,

John
← Back to Notebook
Buyer Questions, Better Answers
← Back to Notebook
Buyer Consultation Financing Checklist
← Back to Notebook
Offer Strength Desk
← Back to Notebook
Deal Rescue Desk
← Back to Notebook
Seller Credit + Buydown Guide
← Back to Notebook
What If the Buyer’s Payment Changes?
← Back to Notebook
What If the Appraisal Comes in Low?
← Back to Notebook
What If Closing Gets Delayed?
← Back to Notebook
Complex Buyer Scenario Guide
← Back to Notebook
What If the Buyer’s Financing Falls Apart?
← Back to Notebook
What If the Buyer’s Credit Changes Before Closing?
← Back to Notebook
What If My Buyer Wants to Waive the Financing Contingency?
← Back to Notebook
Listing Agent Financing Guide
← Back to Notebook
Financing Strategies to Help Sell Your Listing
← Back to Notebook
Before You Cut the Price Again
← Back to Notebook
Listing Appointment Financing Talking Points
← Back to Notebook
What If the Property Has an Insurance Problem?
← Back to Notebook
What If the Condo or HOA Creates a Financing Problem?
← Back to Notebook
What If the Property Needs Repairs?
← Back to Notebook
What If It’s a VA or FHA Property?
← Back to Notebook
Divorce + Home Buyout Financing Guide
← Back to Notebook
Inherited Property + Estate Sale Financing Guide
← Back to Notebook
Open House Buyer Follow-Up Guide
← Back to Notebook
Scenario of the Month
← Back to Notebook
Realtor Partner Desk
← Back to Notebook
Realtor Financing Quick Reference
← Back to Notebook
First-Time Buyer Field Guide
← Back to Notebook
Should I Buy Now or Wait?
← Back to Notebook
Payment + Purchasing Power Guide
← Back to Notebook
Preapproval vs. Prequalified Guide
← Back to Notebook
Self-Employed + Investor Financing Guide
← Back to Notebook
Buying as an Investor?
← Back to Notebook
Down Payment Assistance Quick Guide
← Back to Notebook
Relocating and Buying a Home?
← Back to Notebook
Buying a Home in or Near Retirement
← Back to Notebook
New Construction + Builder Incentive Guide
← Back to Notebook
Buying a Home You Plan to Renovate
← Back to Notebook
Using Home Equity to Make Your Next Move
← Back to Notebook
What If I Have to Sell First?
← Back to Notebook
Open House Financing Guide
Realtor Partner Desk spiral-bound handbook.
← Back to Site
Open Realtor Partner Desk handbook on a modern desk with accessories Back to Site
Resource
') : withHead + resolver; } function injectArticleSentenceCase(html){ const fixer=` ') : html + fixer; } let readerArticleBlobUrl=''; function openArticle(href,title){ const b64=EMBEDDED_ARTICLES[href]; const reader=document.getElementById('articleReader'); const frame=document.getElementById('readerFrame'); document.getElementById('readerTitle').textContent=title||'Partner Desk Resource'; if(b64){ const raw=atob(b64); const bytes=Uint8Array.from(raw,c=>c.charCodeAt(0)); let articleHtml=new TextDecoder('utf-8').decode(bytes); articleHtml=personalizeArticleHtml(articleHtml); articleHtml=injectArticleSentenceCase(articleHtml); const coralAccent=``; articleHtml=articleHtml.includes('')?articleHtml.replace('',coralAccent+''):coralAccent+articleHtml; let finalHtml=enforceArticleContrast(articleHtml); let specificCss=''; if(href==='realtor-seller-credit-buydown-guide-v1.html'){ specificCss += ``; } if(href==='realtor-offer-strength-desk-v1.html'){ specificCss += ``; } if(href==='realtor-waive-financing-contingency-guide-v1.html'){ specificCss += ``; } if(specificCss){ finalHtml=/<\/head>/i.test(finalHtml)?finalHtml.replace(/<\/head>/i,specificCss+''):specificCss+finalHtml; } if(readerArticleBlobUrl){URL.revokeObjectURL(readerArticleBlobUrl);readerArticleBlobUrl='';} frame.removeAttribute('srcdoc'); readerArticleBlobUrl=URL.createObjectURL(new Blob([finalHtml],{type:'text/html;charset=utf-8'})); frame.src=readerArticleBlobUrl; }else{ if(readerArticleBlobUrl){URL.revokeObjectURL(readerArticleBlobUrl);readerArticleBlobUrl='';} frame.removeAttribute('srcdoc'); readerArticleBlobUrl=URL.createObjectURL(new Blob(['

Resource unavailable

'],{type:'text/html;charset=utf-8'})); frame.src=readerArticleBlobUrl; } reader.classList.add('open'); } function closeArticle(){ const reader=document.getElementById('articleReader'); reader.classList.remove('open'); const frame=document.getElementById('readerFrame'); frame.removeAttribute('srcdoc'); frame.src='about:blank'; if(readerArticleBlobUrl){URL.revokeObjectURL(readerArticleBlobUrl);readerArticleBlobUrl='';} } applyPartnerProfile(); requestAnimationFrame(()=>normalizeSentenceCase(document.body)); const sentenceCaseObserver=new MutationObserver(()=>normalizeSentenceCase(document.body)); sentenceCaseObserver.observe(document.body,{childList:true,subtree:true}); document.getElementById('flipPage').onclick=openBook; document.getElementById('coverHome').onclick=resetToCover; document.getElementById('homeBtn').onclick=resetToCover; document.getElementById('startBtn').onclick=goToInteriorStart; document.getElementById('prevBtn').onclick=prevPage; document.getElementById('nextBtn').onclick=nextPage; document.getElementById('readerBack').addEventListener('click',closeArticle); document.getElementById('readerPrint').addEventListener('click',()=>{ const frame=document.getElementById('readerFrame'); try{ frame.contentWindow.focus(); frame.contentWindow.print(); }catch(err){ window.print(); } }); backCoverStageV89.addEventListener('click',e=>{if(e.target.closest('[data-back-front]')) cleanFromBackCoverToStart();}); overlay.addEventListener('click',e=>{ const front=e.target.closest('[data-front]'); if(front){goToInteriorStart();return} const library=e.target.closest('[data-library]'); if(library){turnSpread('forward',()=>renderLibrary(library.dataset.library));return} const section=e.target.closest('[data-section]'); if(section){turnSpread('forward',()=>renderSection(+section.dataset.section));return} const article=e.target.closest('[data-article]'); if(article){openArticle(article.dataset.article,article.dataset.title);return} }); document.addEventListener('keydown',e=>{if(e.key==='Escape')closeArticle()});