{"product_id":"levered-free-cash-flow","title":"Levered Free Cash Flow Calculator","description":"\u003cstyle\u003e\n.lfcf-calculator {\n  --ink: #0f172a;\n  --muted: #475569;\n  --border: #e2e8f0;\n  --surface: #ffffff;\n  --tint: #f8fafc;\n  --primary: #1d4ed8;\n  --accent: #c2410c;\n  --accent-hover: #9a3412;\n  --chart-1: #1e40af;\n  --chart-2: #0d9488;\n  --chart-3: #7c3aed;\n  --chart-4: #be185d;\n  --chart-5: #334155;\n  width: 100%;\n  max-width: 1200px;\n  container-type: inline-size;\n  margin: 0 auto;\n  color: var(--ink);\n  background: var(--surface);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  box-shadow: 0 1px 2px rgba(15, 23, 42, .06);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  font-size: 15px;\n  line-height: 1.55;\n  overflow-wrap: anywhere;\n}\n.lfcf-calculator,\n.lfcf-calculator *,\n.lfcf-calculator *::before,\n.lfcf-calculator *::after {\n  box-sizing: border-box;\n}\n.lfcf-calculator * {\n  min-width: 0;\n}\n.lfcf-calculator button,\n.lfcf-calculator input,\n.lfcf-calculator select {\n  font: inherit;\n}\n.lfcf-calculator button,\n.lfcf-calculator a,\n.lfcf-calculator input,\n.lfcf-calculator select,\n.lfcf-calculator [tabindex] {\n  outline: none;\n}\n.lfcf-calculator button:focus-visible,\n.lfcf-calculator a:focus-visible,\n.lfcf-calculator input:focus-visible,\n.lfcf-calculator select:focus-visible,\n.lfcf-calculator summary:focus-visible {\n  outline: 3px solid rgba(29, 78, 216, .35);\n  outline-offset: 2px;\n}\n.lfcf-calculator h2,\n.lfcf-calculator h3,\n.lfcf-calculator p {\n  margin-top: 0;\n}\n.lfcf-header {\n  padding: 24px 24px 16px;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);\n  border-radius: 8px 8px 0 0;\n}\n.lfcf-title {\n  margin-bottom: 8px;\n  font-size: 24px;\n  line-height: 1.25;\n  font-weight: 700;\n  letter-spacing: -.02em;\n}\n.lfcf-subtitle {\n  max-width: 760px;\n  margin-bottom: 16px;\n  color: var(--muted);\n}\n.lfcf-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n.lfcf-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  min-height: 32px;\n  padding: 6px 10px;\n  border: 1px solid var(--border);\n  border-radius: 999px;\n  background: var(--surface);\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 600;\n  white-space: nowrap;\n}\n.lfcf-pill-value {\n  color: var(--ink);\n  font-variant-numeric: tabular-nums;\n}\n.lfcf-toolbar {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 8px;\n  padding: 16px 24px;\n  border-bottom: 1px solid var(--border);\n  background: var(--surface);\n}\n.lfcf-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  min-height: 44px;\n  padding: 10px 16px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--surface);\n  color: var(--ink);\n  font-size: 15px;\n  font-weight: 650;\n  line-height: 1.2;\n  cursor: pointer;\n  white-space: nowrap;\n  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;\n}\n.lfcf-button:hover {\n  border-color: #cbd5e1;\n  background: var(--tint);\n  box-shadow: 0 2px 5px rgba(15, 23, 42, .10);\n}\n.lfcf-button:active {\n  transform: translateY(1px);\n}\n.lfcf-button-primary {\n  padding: 12px 18px;\n  border-color: var(--accent);\n  background: var(--accent);\n  color: #ffffff;\n}\n.lfcf-button-primary:hover {\n  border-color: var(--accent-hover);\n  background: var(--accent-hover);\n  color: #ffffff;\n}\n.lfcf-button-icon {\n  width: 18px;\n  height: 18px;\n  flex: 0 0 18px;\n}\n.lfcf-workspace {\n  display: grid;\n  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr);\n  gap: 24px;\n  padding: 24px;\n  background: var(--tint);\n}\n.lfcf-panel,\n.lfcf-section-card {\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--surface);\n  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);\n}\n.lfcf-panel {\n  padding: 20px;\n}\n.lfcf-section-heading {\n  margin-bottom: 4px;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 650;\n}\n.lfcf-section-intro {\n  margin-bottom: 16px;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n}\n.lfcf-form-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 16px;\n}\n.lfcf-field {\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n.lfcf-field-wide {\n  grid-column: 1 \/ -1;\n}\n.lfcf-label {\n  display: block;\n  color: var(--ink);\n  font-size: 14px;\n  font-weight: 600;\n}\n.lfcf-control,\n.lfcf-select {\n  width: 100%;\n  min-height: 44px;\n  padding: 10px 12px;\n  border: 1px solid #cbd5e1;\n  border-radius: 6px;\n  background: #ffffff;\n  color: var(--ink);\n  font-size: 15px;\n  font-weight: 400;\n  font-variant-numeric: tabular-nums;\n}\n.lfcf-control:hover,\n.lfcf-select:hover {\n  border-color: #94a3b8;\n}\n.lfcf-control:focus,\n.lfcf-select:focus {\n  border-color: var(--primary);\n  box-shadow: 0 0 0 3px rgba(29, 78, 216, .14);\n}\n.lfcf-input-shell {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  align-items: stretch;\n}\n.lfcf-input-shell .lfcf-control {\n  border-radius: 6px 0 0 6px;\n}\n.lfcf-unit {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 92px;\n  padding: 8px 10px;\n  border: 1px solid #cbd5e1;\n  border-left: 0;\n  border-radius: 0 6px 6px 0;\n  background: #f1f5f9;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 600;\n  text-align: center;\n}\n.lfcf-helper,\n.lfcf-error {\n  min-height: 38px;\n  margin: 0;\n  font-size: 13px;\n  font-weight: 500;\n  line-height: 1.45;\n}\n.lfcf-helper {\n  color: var(--muted);\n}\n.lfcf-error {\n  min-height: 0;\n  color: #b91c1c;\n}\n.lfcf-results {\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n}\n.lfcf-primary-result {\n  padding: 20px;\n  border: 1px solid #bfdbfe;\n  border-radius: 8px;\n  background: #eff6ff;\n}\n.lfcf-result-kicker {\n  margin-bottom: 4px;\n  color: #1e3a8a;\n  font-size: 13px;\n  font-weight: 650;\n  text-transform: uppercase;\n  letter-spacing: .04em;\n}\n.lfcf-primary-value {\n  margin-bottom: 8px;\n  color: #172554;\n  font-size: 30px;\n  line-height: 1.15;\n  font-weight: 700;\n  letter-spacing: -.02em;\n  font-variant-numeric: tabular-nums;\n}\n.lfcf-primary-context {\n  margin-bottom: 0;\n  color: #334155;\n  font-size: 13px;\n  font-weight: 500;\n}\n.lfcf-result-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px;\n}\n.lfcf-metric-card {\n  padding: 16px;\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--surface);\n}\n.lfcf-metric-label {\n  margin-bottom: 4px;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 600;\n}\n.lfcf-metric-value {\n  margin-bottom: 4px;\n  color: var(--ink);\n  font-size: 20px;\n  line-height: 1.25;\n  font-weight: 700;\n  font-variant-numeric: tabular-nums;\n}\n.lfcf-metric-note {\n  margin-bottom: 0;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n}\n.lfcf-formula {\n  padding: 12px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--tint);\n  color: #334155;\n  font-size: 13px;\n  font-weight: 600;\n  font-variant-numeric: tabular-nums;\n}\n.lfcf-content {\n  display: grid;\n  gap: 24px;\n  padding: 24px;\n}\n.lfcf-section-card {\n  padding: 20px;\n}\n.lfcf-breakdown-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 12px;\n  margin-top: 16px;\n}\n.lfcf-breakdown-item {\n  padding: 14px;\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--tint);\n}\n.lfcf-breakdown-name {\n  margin-bottom: 4px;\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 600;\n}\n.lfcf-breakdown-value {\n  margin-bottom: 0;\n  color: var(--ink);\n  font-size: 20px;\n  line-height: 1.25;\n  font-weight: 700;\n  font-variant-numeric: tabular-nums;\n}\n.lfcf-chart-card {\n  display: grid;\n  gap: 16px;\n}\n.lfcf-chart-cluster {\n  display: grid;\n  grid-template-columns: minmax(0, 1.5fr) minmax(220px, .8fr);\n  align-items: center;\n  justify-content: center;\n  gap: 24px;\n  max-width: 920px;\n  margin: 0 auto;\n}\n.lfcf-chart-plot {\n  width: 100%;\n  min-height: 320px;\n}\n.lfcf-chart-svg {\n  display: block;\n  width: 100%;\n  height: auto;\n  min-height: 300px;\n  overflow: visible;\n}\n.lfcf-chart-svg text {\n  fill: var(--muted);\n  font-family: inherit;\n  font-size: 13px;\n  font-weight: 500;\n}\n.lfcf-chart-svg .lfcf-chart-value-label {\n  fill: var(--ink);\n  font-weight: 650;\n}\n.lfcf-chart-legend {\n  display: grid;\n  align-content: center;\n  gap: 10px;\n}\n.lfcf-legend-row {\n  display: grid;\n  grid-template-columns: 12px minmax(86px, auto) auto;\n  align-items: center;\n  justify-content: start;\n  column-gap: 10px;\n  row-gap: 2px;\n  padding: 8px 0;\n  border-bottom: 1px solid var(--border);\n}\n.lfcf-legend-row:last-child {\n  border-bottom: 0;\n}\n.lfcf-legend-swatch {\n  width: 12px;\n  height: 12px;\n  border-radius: 3px;\n}\n.lfcf-legend-name,\n.lfcf-legend-value {\n  font-size: 13px;\n  font-weight: 600;\n}\n.lfcf-legend-name {\n  color: var(--muted);\n}\n.lfcf-legend-value {\n  color: var(--ink);\n  font-variant-numeric: tabular-nums;\n  white-space: nowrap;\n}\n.lfcf-chart-caption,\n.lfcf-table-note {\n  margin-top: 16px;\n  padding: 10px 12px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--tint);\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 500;\n}\n.lfcf-chart-empty {\n  display: none;\n  max-width: 520px;\n  margin: 0 auto;\n  padding: 16px;\n  border: 1px dashed #cbd5e1;\n  border-radius: 6px;\n  background: var(--tint);\n  color: var(--muted);\n  font-size: 13px;\n  font-weight: 600;\n  text-align: center;\n}\n.lfcf-chart-summary {\n  margin-top: 4px;\n}\n.lfcf-overflow {\n  width: 100%;\n  max-width: 100%;\n  overflow-x: auto;\n  overscroll-behavior-inline: contain;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n}\n.lfcf-table {\n  width: 100%;\n  min-width: 660px;\n  border-collapse: collapse;\n  background: var(--surface);\n  font-size: 13px;\n  font-variant-numeric: tabular-nums;\n}\n.lfcf-table th,\n.lfcf-table td {\n  padding: 11px 12px;\n  border-bottom: 1px solid var(--border);\n  text-align: left;\n  vertical-align: top;\n}\n.lfcf-table th {\n  background: #172554;\n  color: #ffffff;\n  font-weight: 650;\n  white-space: nowrap;\n}\n.lfcf-table td:not(:first-child),\n.lfcf-table th:not(:first-child) {\n  text-align: right;\n}\n.lfcf-table tbody tr:last-child td {\n  border-bottom: 0;\n  background: #eff6ff;\n  color: #172554;\n  font-weight: 700;\n}\n.lfcf-table tbody tr:hover td {\n  background: #f8fafc;\n}\n.lfcf-table tbody tr:last-child:hover td {\n  background: #dbeafe;\n}\n.lfcf-education {\n  padding: 24px;\n  border-top: 1px solid var(--border);\n  background: #ffffff;\n  border-radius: 0 0 8px 8px;\n}\n.lfcf-education-inner {\n  max-width: 920px;\n  margin: 0 auto;\n}\n.lfcf-education h2 {\n  margin: 28px 0 10px;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 650;\n}\n.lfcf-education h2:first-child {\n  margin-top: 0;\n}\n.lfcf-education h3 {\n  margin: 18px 0 8px;\n  font-size: 15px;\n  line-height: 1.4;\n  font-weight: 650;\n}\n.lfcf-education p {\n  margin-bottom: 12px;\n  color: #334155;\n}\n.lfcf-education ul {\n  margin: 0 0 14px;\n  padding-left: 22px;\n  color: #334155;\n}\n.lfcf-education li {\n  margin-bottom: 7px;\n}\n.lfcf-education a {\n  color: var(--primary);\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 2px;\n}\n.lfcf-education a:hover {\n  color: #1e40af;\n}\n.lfcf-safe-stack .lfcf-chart-cluster {\n  grid-template-columns: minmax(0, 1fr);\n  gap: 20px;\n  max-width: 720px;\n}\n.lfcf-safe-stack .lfcf-chart-legend {\n  justify-self: center;\n  width: min(100%, 460px);\n}\n.lfcf-safe-stack .lfcf-chart-caption {\n  margin-top: 20px;\n}\n.lfcf-safe-table-stack .lfcf-overflow {\n  height: auto;\n  max-height: none;\n}\n.lfcf-safe-table-stack .lfcf-table-note {\n  margin-top: 20px;\n}\n.lfcf-visually-hidden {\n  position: absolute !important;\n  width: 1px !important;\n  height: 1px !important;\n  padding: 0 !important;\n  margin: -1px !important;\n  overflow: hidden !important;\n  clip: rect(0, 0, 0, 0) !important;\n  white-space: nowrap !important;\n  border: 0 !important;\n}\n@container (max-width: 899px) {\n  .lfcf-workspace {\n    grid-template-columns: minmax(0, 1fr);\n  }\n}\n@container (max-width: 639px) {\n  .lfcf-chart-cluster {\n    grid-template-columns: minmax(0, 1fr);\n    gap: 20px;\n    max-width: 680px;\n  }\n  .lfcf-chart-legend {\n    justify-self: center;\n    width: min(100%, 460px);\n  }\n}\n@media (max-width: 899px) {\n  .lfcf-workspace {\n    grid-template-columns: minmax(0, 1fr);\n  }\n}\n@media (max-width: 720px) {\n  .lfcf-header,\n  .lfcf-toolbar,\n  .lfcf-workspace,\n  .lfcf-content,\n  .lfcf-education {\n    padding-left: 16px;\n    padding-right: 16px;\n  }\n  .lfcf-form-grid,\n  .lfcf-result-grid {\n    grid-template-columns: minmax(0, 1fr);\n  }\n  .lfcf-field-wide {\n    grid-column: auto;\n  }\n  .lfcf-breakdown-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n  .lfcf-chart-cluster {\n    grid-template-columns: minmax(0, 1fr);\n    gap: 20px;\n  }\n  .lfcf-chart-legend {\n    justify-self: center;\n    width: min(100%, 460px);\n  }\n}\n@media (max-width: 420px) {\n  .lfcf-header {\n    padding-top: 20px;\n  }\n  .lfcf-toolbar {\n    align-items: stretch;\n  }\n  .lfcf-button {\n    width: 100%;\n  }\n  .lfcf-workspace,\n  .lfcf-content {\n    gap: 16px;\n    padding-top: 16px;\n    padding-bottom: 16px;\n  }\n  .lfcf-panel,\n  .lfcf-section-card {\n    padding: 16px;\n  }\n  .lfcf-breakdown-grid {\n    grid-template-columns: minmax(0, 1fr);\n  }\n  .lfcf-chart-plot {\n    min-height: 290px;\n  }\n  .lfcf-chart-svg {\n    min-height: 270px;\n  }\n  .lfcf-input-shell {\n    grid-template-columns: minmax(0, 1fr) 82px;\n  }\n  .lfcf-unit {\n    min-width: 82px;\n  }\n  .lfcf-primary-value {\n    font-size: 27px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"lfcf-calculator\" data-calculator-root\u003e\n  \u003cheader class=\"lfcf-header\"\u003e\n    \u003ch2 class=\"lfcf-title\"\u003eLevered Free Cash Flow Calculator\u003c\/h2\u003e\n    \u003cp class=\"lfcf-subtitle\"\u003eEstimate the cash remaining after capital investment, working-capital movements, and mandatory debt repayments using a transparent cash bridge.\u003c\/p\u003e\n    \u003cdiv class=\"lfcf-pills\" aria-label=\"Live calculator summary\"\u003e\n      \u003cspan class=\"lfcf-pill\"\u003eScale \u003cspan class=\"lfcf-pill-value\" data-lfcf-pill-scale\u003eUSD millions\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"lfcf-pill\"\u003eWorking capital \u003cspan class=\"lfcf-pill-value\" data-lfcf-pill-wc\u003eCash use\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"lfcf-pill\"\u003eDebt burden \u003cspan class=\"lfcf-pill-value\" data-lfcf-pill-debt\u003e0.39%\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"lfcf-pill\"\u003eStatus \u003cspan class=\"lfcf-pill-value\" data-lfcf-pill-status\u003ePositive\u003c\/span\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"lfcf-toolbar\" role=\"toolbar\" aria-label=\"Calculator actions\"\u003e\n    \u003cbutton class=\"lfcf-button lfcf-button-primary\" type=\"button\" data-lfcf-download\u003e\n      \u003csvg class=\"lfcf-button-icon\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M12 3v11m0 0 4-4m-4 4-4-4M5 17v3h14v-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003eDownload Excel\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cbutton class=\"lfcf-button\" type=\"button\" data-lfcf-reset\u003e\n      \u003csvg class=\"lfcf-button-icon\" viewbox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"\u003e\n        \u003cpath d=\"M4 4v6h6M20 20v-6h-6M5.6 15a7 7 0 0 0 11.7 2.4L20 14M4 10l2.7-3.4A7 7 0 0 1 18.4 9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003eReset\u003c\/span\u003e\n    \u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lfcf-workspace\"\u003e\n    \u003csection class=\"lfcf-panel\" aria-labelledby=\"lfcf-inputs-heading\"\u003e\n      \u003ch3 class=\"lfcf-section-heading\" id=\"lfcf-inputs-heading\"\u003eCash flow inputs\u003c\/h3\u003e\n      \u003cp class=\"lfcf-section-intro\"\u003eThe example values are stated in USD millions and reproduce a published-company style cash-flow bridge.\u003c\/p\u003e\n      \u003cdiv class=\"lfcf-form-grid\"\u003e\n        \u003cdiv class=\"lfcf-field lfcf-field-wide\"\u003e\n          \u003clabel class=\"lfcf-label\" for=\"lfcf-scale\"\u003eReporting scale\u003c\/label\u003e\n          \u003cselect class=\"lfcf-select\" id=\"lfcf-scale\" data-lfcf-input=\"scale\" aria-describedby=\"lfcf-scale-help\"\u003e\n            \u003coption value=\"1\"\u003eActual USD\u003c\/option\u003e\n            \u003coption value=\"1000\"\u003eUSD thousands\u003c\/option\u003e\n            \u003coption value=\"1000000\" selected\u003eUSD millions\u003c\/option\u003e\n          \u003c\/select\u003e\n          \u003cp class=\"lfcf-helper\" id=\"lfcf-scale-help\"\u003eChanging the scale converts every current input so the underlying dollar amounts stay unchanged.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lfcf-field\"\u003e\n          \u003clabel class=\"lfcf-label\" for=\"lfcf-ebitda\"\u003eEBITDA\u003c\/label\u003e\n          \u003cdiv class=\"lfcf-input-shell\"\u003e\n            \u003cinput class=\"lfcf-control\" id=\"lfcf-ebitda\" type=\"text\" inputmode=\"decimal\" value=\"$4,066.00\" data-lfcf-input=\"ebitda\" aria-describedby=\"lfcf-ebitda-help lfcf-ebitda-error\"\u003e\n            \u003cspan class=\"lfcf-unit\" data-lfcf-unit\u003emillions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"lfcf-helper\" id=\"lfcf-ebitda-help\"\u003eOperating earnings before interest, taxes, depreciation, and amortization. Negative EBITDA is allowed.\u003c\/p\u003e\n          \u003cp class=\"lfcf-error\" id=\"lfcf-ebitda-error\" data-lfcf-error=\"ebitda\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lfcf-field\"\u003e\n          \u003clabel class=\"lfcf-label\" for=\"lfcf-capex\"\u003eCapital expenditures\u003c\/label\u003e\n          \u003cdiv class=\"lfcf-input-shell\"\u003e\n            \u003cinput class=\"lfcf-control\" id=\"lfcf-capex\" type=\"text\" inputmode=\"decimal\" value=\"$600.00\" data-lfcf-input=\"capex\" aria-describedby=\"lfcf-capex-help lfcf-capex-error\"\u003e\n            \u003cspan class=\"lfcf-unit\" data-lfcf-unit\u003emillions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"lfcf-helper\" id=\"lfcf-capex-help\"\u003eCash paid for property, equipment, software, and other long-lived assets. Enter a positive outflow.\u003c\/p\u003e\n          \u003cp class=\"lfcf-error\" id=\"lfcf-capex-error\" data-lfcf-error=\"capex\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lfcf-field\"\u003e\n          \u003clabel class=\"lfcf-label\" for=\"lfcf-nwc\"\u003eNet change in working capital\u003c\/label\u003e\n          \u003cdiv class=\"lfcf-input-shell\"\u003e\n            \u003cinput class=\"lfcf-control\" id=\"lfcf-nwc\" type=\"text\" inputmode=\"decimal\" value=\"-$857.00\" data-lfcf-input=\"nwc\" aria-describedby=\"lfcf-nwc-help lfcf-nwc-error\"\u003e\n            \u003cspan class=\"lfcf-unit\" data-lfcf-unit\u003emillions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"lfcf-helper\" id=\"lfcf-nwc-help\"\u003eUse the cash-flow statement sign: a cash use is negative; a cash release is positive.\u003c\/p\u003e\n          \u003cp class=\"lfcf-error\" id=\"lfcf-nwc-error\" data-lfcf-error=\"nwc\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lfcf-field\"\u003e\n          \u003clabel class=\"lfcf-label\" for=\"lfcf-debt\"\u003eMandatory debt repayments\u003c\/label\u003e\n          \u003cdiv class=\"lfcf-input-shell\"\u003e\n            \u003cinput class=\"lfcf-control\" id=\"lfcf-debt\" type=\"text\" inputmode=\"decimal\" value=\"$16.00\" data-lfcf-input=\"debt\" aria-describedby=\"lfcf-debt-help lfcf-debt-error\"\u003e\n            \u003cspan class=\"lfcf-unit\" data-lfcf-unit\u003emillions\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"lfcf-helper\" id=\"lfcf-debt-help\"\u003eRequired principal repayments or a consistent disclosed proxy. Enter a positive outflow.\u003c\/p\u003e\n          \u003cp class=\"lfcf-error\" id=\"lfcf-debt-error\" data-lfcf-error=\"debt\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003caside class=\"lfcf-panel lfcf-results\" aria-labelledby=\"lfcf-results-heading\"\u003e\n      \u003cdiv\u003e\n        \u003ch3 class=\"lfcf-section-heading\" id=\"lfcf-results-heading\"\u003eLive results\u003c\/h3\u003e\n        \u003cp class=\"lfcf-section-intro\"\u003eAll figures update as assumptions change.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lfcf-primary-result\" aria-live=\"polite\" aria-atomic=\"true\"\u003e\n        \u003cp class=\"lfcf-result-kicker\"\u003eLevered free cash flow\u003c\/p\u003e\n        \u003cdiv class=\"lfcf-primary-value\" data-lfcf-primary\u003e$2,593.00 million\u003c\/div\u003e\n        \u003cp class=\"lfcf-primary-context\" data-lfcf-primary-context\u003ePositive residual cash remains after reinvestment and required debt service.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lfcf-result-grid\"\u003e\n        \u003carticle class=\"lfcf-metric-card\"\u003e\n          \u003cp class=\"lfcf-metric-label\"\u003ePre-debt free cash flow\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-value\" data-lfcf-predebt\u003e$2,609.00 million\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-note\"\u003eCash after CapEx and working capital, before required debt repayment.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"lfcf-metric-card\"\u003e\n          \u003cp class=\"lfcf-metric-label\"\u003eLFCF conversion\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-value\" data-lfcf-conversion\u003e63.77%\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-note\"\u003eLevered free cash flow divided by EBITDA.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"lfcf-metric-card\"\u003e\n          \u003cp class=\"lfcf-metric-label\"\u003eReinvestment cash use\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-value\" data-lfcf-reinvestment\u003e$1,457.00 million\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-note\"\u003eCapEx plus any working-capital cash absorption.\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"lfcf-metric-card\"\u003e\n          \u003cp class=\"lfcf-metric-label\"\u003eDebt repayment share\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-value\" data-lfcf-debt-share\u003e0.39%\u003c\/p\u003e\n          \u003cp class=\"lfcf-metric-note\"\u003eMandatory repayments as a percentage of EBITDA.\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lfcf-formula\" data-lfcf-formula\u003e4,066.00 + (-857.00) - 600.00 - 16.00 = 2,593.00\u003c\/div\u003e\n    \u003c\/aside\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lfcf-content\"\u003e\n    \u003csection class=\"lfcf-section-card\" aria-labelledby=\"lfcf-breakdown-heading\"\u003e\n      \u003ch3 class=\"lfcf-section-heading\" id=\"lfcf-breakdown-heading\"\u003eCash bridge snapshot\u003c\/h3\u003e\n      \u003cp class=\"lfcf-section-intro\"\u003eA compact view of operating earnings, cash reinvestment, debt service, and the residual available after those uses.\u003c\/p\u003e\n      \u003cdiv class=\"lfcf-breakdown-grid\"\u003e\n        \u003carticle class=\"lfcf-breakdown-item\"\u003e\n          \u003cp class=\"lfcf-breakdown-name\"\u003eStarting EBITDA\u003c\/p\u003e\n          \u003cp class=\"lfcf-breakdown-value\" data-lfcf-break-ebitda\u003e$4,066.00M\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"lfcf-breakdown-item\"\u003e\n          \u003cp class=\"lfcf-breakdown-name\"\u003eWorking-capital impact\u003c\/p\u003e\n          \u003cp class=\"lfcf-breakdown-value\" data-lfcf-break-nwc\u003e-$857.00M\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"lfcf-breakdown-item\"\u003e\n          \u003cp class=\"lfcf-breakdown-name\"\u003eCapEx + debt\u003c\/p\u003e\n          \u003cp class=\"lfcf-breakdown-value\" data-lfcf-break-fixed\u003e-$616.00M\u003c\/p\u003e\n        \u003c\/article\u003e\n        \u003carticle class=\"lfcf-breakdown-item\"\u003e\n          \u003cp class=\"lfcf-breakdown-name\"\u003eResidual LFCF\u003c\/p\u003e\n          \u003cp class=\"lfcf-breakdown-value\" data-lfcf-break-result\u003e$2,593.00M\u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"lfcf-section-card lfcf-chart-card\" data-lfcf-chart-card aria-labelledby=\"lfcf-chart-heading\"\u003e\n      \u003cdiv\u003e\n        \u003ch3 class=\"lfcf-section-heading\" id=\"lfcf-chart-heading\"\u003eCash flow progression\u003c\/h3\u003e\n        \u003cp class=\"lfcf-section-intro\" data-lfcf-chart-intro\u003eOperating cash capacity declines from EBITDA to pre-debt cash flow and then to levered free cash flow.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lfcf-chart-empty\" data-lfcf-chart-empty\u003eEnter values above to see the cash flow progression.\u003c\/div\u003e\n      \u003cdiv class=\"lfcf-chart-cluster\" data-lfcf-chart-cluster\u003e\n        \u003cdiv class=\"lfcf-chart-plot\" data-lfcf-chart-plot aria-label=\"Bar chart comparing EBITDA, pre-debt free cash flow, and levered free cash flow\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"lfcf-chart-legend\" data-lfcf-chart-legend aria-label=\"Chart legend\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lfcf-chart-summary\"\u003e\n        \u003cdiv class=\"lfcf-overflow\"\u003e\n          \u003ctable class=\"lfcf-table\" aria-label=\"Cash flow progression data\"\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003eStage\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eAmount\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eChange from EBITDA\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody data-lfcf-chart-table\u003e\u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lfcf-chart-caption\" data-lfcf-chart-caption\u003eAfter reinvestment and required debt repayment, 63.77% of EBITDA remains as levered free cash flow.\u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"lfcf-section-card\" data-lfcf-table-card aria-labelledby=\"lfcf-table-heading\"\u003e\n      \u003ch3 class=\"lfcf-section-heading\" id=\"lfcf-table-heading\"\u003eDetailed cash bridge\u003c\/h3\u003e\n      \u003cp class=\"lfcf-section-intro\"\u003eEach row shows the signed cash impact, the running cash balance, and the component’s relationship to EBITDA.\u003c\/p\u003e\n      \u003cdiv class=\"lfcf-overflow\" data-lfcf-table-wrap\u003e\n        \u003ctable class=\"lfcf-table\" aria-label=\"Levered free cash flow calculation bridge\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eComponent\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eCash impact\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eRunning cash\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eShare of EBITDA\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody data-lfcf-bridge-table\u003e\u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lfcf-table-note\" data-lfcf-table-note\u003eWorking capital follows the cash-flow statement sign convention. A negative amount reduces cash; a positive amount releases cash.\u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"lfcf-education\" aria-labelledby=\"lfcf-education-heading\"\u003e\n    \u003cdiv class=\"lfcf-education-inner\"\u003e\n      \u003ch2 id=\"lfcf-education-heading\"\u003eWhat does this calculator estimate?\u003c\/h2\u003e\n      \u003cp\u003eLevered free cash flow is a practical estimate of cash left after a business funds capital expenditures, absorbs or releases working capital, and makes required debt repayments. It is an equity-oriented residual: the figure is closer to the cash that may be available for dividends, share repurchases, acquisitions, liquidity reserves, or additional reinvestment after financing obligations have been met. It is not the same as accounting profit, and it should not be treated as a substitute for a complete statement of cash flows.\u003c\/p\u003e\n      \u003cp\u003eThe calculator uses a concise bridge: \u003cstrong\u003eEBITDA + signed working-capital cash impact − capital expenditures − mandatory debt repayments\u003c\/strong\u003e. The sign convention matters. When an increase in inventory or receivables consumes cash, enter the working-capital amount as negative. When lower inventory, faster collections, or higher operating liabilities release cash, enter it as positive. This treatment matches the way working-capital adjustments are often presented within operating cash flow.\u003c\/p\u003e\n\n      \u003ch2\u003eHow should each input be completed?\u003c\/h2\u003e\n      \u003ch3\u003eReporting scale\u003c\/h3\u003e\n      \u003cp\u003eSelect actual dollars, thousands, or millions. The scale is a presentation choice, not an economic assumption. Switching it converts every current field so the same underlying dollar values remain in the model. Use the scale that matches the financial statements you are reading. A common mistake is copying a figure stated “in millions” into an actual-dollar model without converting it.\u003c\/p\u003e\n      \u003ch3\u003eEBITDA\u003c\/h3\u003e\n      \u003cp\u003eEnter earnings before interest, taxes, depreciation, and amortization for the period. EBITDA is usually positive, but the calculator permits a negative value for loss-making operations. Higher EBITDA increases levered free cash flow dollar for dollar when the other inputs do not change. Confirm the period is consistent across all fields: do not combine annual EBITDA with quarterly capital expenditures. The \u003ca href=\"https:\/\/www.sec.gov\/about\/reports-publications\/investorpubsbegfinstmtguide\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eSEC’s guide to financial statements\u003c\/a\u003e explains how the income statement and cash flow statement relate.\u003c\/p\u003e\n      \u003ch3\u003eCapital expenditures\u003c\/h3\u003e\n      \u003cp\u003eEnter cash paid for property, plant, equipment, capitalized software, or other long-lived assets as a positive outflow. Larger capital expenditures reduce levered free cash flow. Use cash purchases from the investing section rather than depreciation expense from the income statement. CapEx can be volatile, so a single period may not represent normalized maintenance or growth investment.\u003c\/p\u003e\n      \u003ch3\u003eNet change in working capital\u003c\/h3\u003e\n      \u003cp\u003eEnter the signed cash-flow adjustment. A negative number means working capital absorbed cash; a positive number means it released cash. This is deliberately different from a balance-sheet convention where an “increase in net working capital” is usually written as a positive number and then subtracted. Do not mix those conventions. If you calculate the balance-sheet change yourself, reverse the sign before entering it here.\u003c\/p\u003e\n      \u003ch3\u003eMandatory debt repayments\u003c\/h3\u003e\n      \u003cp\u003eEnter required principal repayments as a positive outflow. Voluntary refinancing, new borrowing, and discretionary early repayment require separate analysis because they can distort the residual cash available to equity. Public filings do not always distinguish mandatory from optional principal payments, so analysts may use a consistent disclosed repayment line as a proxy. The \u003ca href=\"https:\/\/www.investor.gov\/introduction-investing\/general-resources\/news-alerts\/alerts-bulletins\/investor-bulletins\/how-read\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eInvestor.gov guide to 10-K and 10-Q reports\u003c\/a\u003e is useful when locating financing and cash-flow disclosures.\u003c\/p\u003e\n\n      \u003ch2\u003eHow should the results be interpreted?\u003c\/h2\u003e\n      \u003cp\u003e\u003cstrong\u003eLevered free cash flow\u003c\/strong\u003e is the primary residual. A positive result means the entered EBITDA and working-capital contribution exceed capital investment and mandatory debt service. A zero result means the modeled cash sources and uses exactly offset. A negative result can reflect weak operating performance, a temporary working-capital build, heavy investment, or a demanding debt schedule; the cause matters more than the sign alone.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003ePre-debt free cash flow\u003c\/strong\u003e removes CapEx and working-capital effects but stops before principal repayment. Comparing it with final LFCF isolates the effect of required debt service. \u003cstrong\u003eLFCF conversion\u003c\/strong\u003e divides residual cash by EBITDA. A high conversion rate indicates that a larger share of operating earnings survives reinvestment and financing demands, while a low or negative rate signals heavier cash requirements. The ratio is not meaningful when EBITDA is zero.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eReinvestment cash use\u003c\/strong\u003e combines capital expenditures with any working-capital cash absorption. A working-capital release does not reduce this figure below CapEx; it is shown separately as a positive cash contribution. \u003cstrong\u003eDebt repayment share\u003c\/strong\u003e compares required principal repayments with EBITDA. It is a simple burden indicator, not a debt-service coverage ratio, because it excludes interest, taxes, and other contractual payments.\u003c\/p\u003e\n\n      \u003ch2\u003eHow do the chart and detailed bridge work?\u003c\/h2\u003e\n      \u003cp\u003eThe bar chart compares three stages: starting EBITDA, pre-debt free cash flow, and final levered free cash flow. The exact same values populate the legend, the chart data table, the detailed cash bridge, the live result cards, and the Excel workbook. The table’s running cash column makes the arithmetic auditable: EBITDA is the starting point, the signed working-capital adjustment is added, CapEx is subtracted, and mandatory debt repayments are subtracted last.\u003c\/p\u003e\n      \u003cp\u003eThe chart can cross below zero. That is intentional: negative bars show a stage where the modeled uses of cash exceed the available operating earnings. After Reset, every input becomes zero and the visual switches to a compact empty state rather than drawing a meaningless chart.\u003c\/p\u003e\n\n      \u003ch2\u003eWhat are the main analytical limitations?\u003c\/h2\u003e\n      \u003cp\u003eThis bridge is intentionally simplified. EBITDA does not include cash taxes, cash interest, restructuring payments, stock-based compensation effects, asset-sale proceeds, new debt issuance, or other company-specific items unless they are already reflected in the selected inputs. Definitions of levered free cash flow vary among analysts. For a broader equity cash-flow framework, see Aswath Damodaran’s discussion of \u003ca href=\"https:\/\/pages.stern.nyu.edu\/~adamodar\/New_Home_Page\/littlebook\/cashflows.htm\" target=\"_blank\" rel=\"noopener noreferrer\"\u003ecash flows to equity\u003c\/a\u003e. A concise comparison of levered and unlevered measures is also available from \u003ca href=\"https:\/\/www.investopedia.com\/terms\/l\/levered-free-cash-flow.asp\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eInvestopedia\u003c\/a\u003e.\u003c\/p\u003e\n      \u003cp\u003eUse consistent periods, currencies, and accounting de\nfinitions. Investigate unusual one-time cash movements instead of assuming they will recur. The output is an educational analytical estimate, not personalized investment, legal, tax, or accounting advice.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"FinancialModelsLab","offers":[{"title":"Default Title","offer_id":49909486780659,"sku":"levered-free-cash-flow","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6191\/2762\/files\/levered-free-cash-flow.webp?v=1783935504","url":"https:\/\/financialmodelslab.com\/products\/levered-free-cash-flow","provider":"Financial Models Lab","version":"1.0","type":"link"}