Mortgage Payment Calculator
PITI breakdown — principal, interest, taxes, insurance — for investment loans.
Embed code (HTML)
<iframe
id="truecap-embed-mortgage-payment-calculator"
src="https://usetruecap.com/embed/mortgage-payment-calculator"
loading="lazy"
sandbox="allow-scripts allow-forms allow-same-origin allow-top-navigation-by-user-activation"
referrerpolicy="no-referrer"
style="width:100%; max-width:640px; border:0; height:700px; display:block;"
title="Mortgage Payment Calculator by TrueCap"
></iframe>
<p style="max-width:640px; margin:6px 0 0; font:12px/1.4 system-ui, sans-serif; color:#6b7280;">
Calculator by <a href="https://usetruecap.com/tools/mortgage-payment-calculator?utm_source=embed&utm_medium=referral&utm_campaign=mortgage-payment-calculator" style="color:#0070c4; text-decoration:none;">TrueCap</a> — underwrite a full property
</p>
<script>
(function(){
var f=document.getElementById("truecap-embed-mortgage-payment-calculator");
if(!f)return;
window.addEventListener("message",function(e){
var d=e.data;
if(e.origin!=="https://usetruecap.com"||e.source!==f.contentWindow)return;
if(!d||d.type!=="truecap:embed:resize"||d.slug!=="mortgage-payment-calculator"||typeof d.height!=="number"||!Number.isFinite(d.height))return;
f.style.height=Math.min(2400,Math.max(700,d.height))+"px";
});
})();
</script>