{"product_id":"economic-value-added","title":"Economic Value Added Calculator","description":"\u003cstyle\u003e\n.eva-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  color: var(--ink);\n  background: var(--tint);\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  max-width: 1200px;\n  margin: 0 auto;\n  padding: 24px;\n  overflow-wrap: anywhere;\n}\n.eva-calculator, .eva-calculator *, .eva-calculator *::before, .eva-calculator *::after { box-sizing: border-box; }\n.eva-calculator .eva-header,\n.eva-calculator .eva-toolbar,\n.eva-calculator .eva-workspace,\n.eva-calculator .eva-section,\n.eva-calculator .eva-education { min-width: 0; }\n.eva-calculator .eva-header { display: grid; gap: 12px; margin-bottom: 16px; }\n.eva-calculator .eva-title { margin: 0; font-size: 24px; line-height: 1.25; font-weight: 700; letter-spacing: -.02em; }\n.eva-calculator .eva-subtitle { margin: 0; color: var(--muted); max-width: 800px; }\n.eva-calculator .eva-pills { display: flex; flex-wrap: wrap; gap: 8px; }\n.eva-calculator .eva-pill { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; padding: 6px 10px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--muted); font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }\n.eva-calculator .eva-pill-value { color: var(--ink); font-weight: 700; }\n.eva-calculator .eva-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 16px; }\n.eva-calculator .eva-button { appearance: none; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); color: var(--ink); min-height: 44px; padding: 11px 16px; font: inherit; font-weight: 650; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; box-shadow: 0 1px 2px rgba(15,23,42,.06); }\n.eva-calculator .eva-button:hover { box-shadow: 0 2px 5px rgba(15,23,42,.10); border-color: #cbd5e1; }\n.eva-calculator .eva-button:focus-visible,\n.eva-calculator .eva-input:focus-visible,\n.eva-calculator .eva-summary-button:focus-visible { outline: 3px solid rgba(29,78,216,.35); outline-offset: 2px; }\n.eva-calculator .eva-download { background: var(--accent); border-color: var(--accent); color: #ffffff; padding: 11px 18px; white-space: nowrap; }\n.eva-calculator .eva-download:hover { background: var(--accent-hover); border-color: var(--accent-hover); }\n.eva-calculator .eva-button-icon { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1; }\n.eva-calculator .eva-workspace { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin-bottom: 16px; }\n.eva-calculator .eva-card,\n.eva-calculator .eva-section { min-width: 0; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 1px 2px rgba(15,23,42,.06); padding: 20px; }\n.eva-calculator .eva-section { margin-top: 16px; }\n.eva-calculator .eva-section-title { margin: 0 0 12px; font-size: 18px; line-height: 1.35; font-weight: 650; }\n.eva-calculator .eva-section-intro { margin: -4px 0 16px; color: var(--muted); }\n.eva-calculator .eva-form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 16px; align-items: start; }\n.eva-calculator .eva-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }\n.eva-calculator .eva-label { color: var(--ink); font-size: 14px; line-height: 1.35; font-weight: 600; }\n.eva-calculator .eva-control { position: relative; min-width: 0; }\n.eva-calculator .eva-input { width: 100%; min-width: 0; min-height: 44px; border: 1px solid #cbd5e1; border-radius: 6px; background: #ffffff; color: var(--ink); padding: 10px 12px; font: inherit; font-size: 15px; font-variant-numeric: tabular-nums; }\n.eva-calculator .eva-input:hover { border-color: #94a3b8; }\n.eva-calculator .eva-helper { min-height: 40px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; font-weight: 500; }\n.eva-calculator .eva-error { min-height: 20px; margin: 0; color: #b91c1c; font-size: 13px; line-height: 1.4; font-weight: 600; }\n.eva-calculator .eva-input[aria-invalid=\"true\"] { border-color: #b91c1c; box-shadow: 0 0 0 1px #b91c1c; }\n.eva-calculator .eva-advanced { margin-top: 16px; border-top: 1px solid var(--border); padding-top: 16px; }\n.eva-calculator .eva-advanced summary { cursor: pointer; color: var(--primary); font-weight: 650; font-size: 14px; }\n.eva-calculator .eva-advanced-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 16px; margin-top: 16px; align-items: start; }\n.eva-calculator .eva-summary-button { align-self: end; min-height: 44px; border: 1px solid var(--primary); border-radius: 6px; background: #eff6ff; color: #1e3a8a; padding: 10px 14px; font: inherit; font-weight: 650; cursor: pointer; }\n.eva-calculator .eva-summary-button:hover { background: #dbeafe; }\n.eva-calculator .eva-results { display: grid; gap: 12px; align-content: start; }\n.eva-calculator .eva-primary-result { border: 1px solid #bfdbfe; border-radius: 8px; background: #eff6ff; padding: 18px; }\n.eva-calculator .eva-result-label { color: var(--muted); font-size: 13px; line-height: 1.35; font-weight: 600; }\n.eva-calculator .eva-primary-value { margin-top: 4px; font-size: 30px; line-height: 1.15; font-weight: 700; letter-spacing: -.025em; font-variant-numeric: tabular-nums; }\n.eva-calculator .eva-primary-note { margin: 8px 0 0; color: #334155; font-size: 13px; font-weight: 500; }\n.eva-calculator .eva-result-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }\n.eva-calculator .eva-result-card { min-width: 0; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); padding: 14px; }\n.eva-calculator .eva-card-value { margin-top: 4px; font-size: 20px; line-height: 1.25; font-weight: 700; font-variant-numeric: tabular-nums; }\n.eva-calculator .eva-status-positive { color: #047857; }\n.eva-calculator .eva-status-negative { color: #b91c1c; }\n.eva-calculator .eva-status-neutral { color: var(--ink); }\n.eva-calculator .eva-chart-stack { display: grid; gap: 16px; min-width: 0; width: 100%; max-width: 820px; margin: 0 auto; }\n.eva-calculator .eva-chart-plot { width: 100%; max-width: 820px; min-width: 0; display: grid; place-items: center; margin: 0 auto; }\n.eva-calculator .eva-chart-svg { display: block; width: 100%; height: auto; max-width: 820px; }\n.eva-calculator .eva-chart-empty { border: 1px dashed #cbd5e1; border-radius: 6px; background: var(--tint); color: var(--muted); padding: 16px; text-align: center; font-size: 13px; font-weight: 600; }\n.eva-calculator .eva-chart-legend { display: grid; gap: 8px; width: fit-content; max-width: 100%; }\n.eva-calculator .eva-legend-row { display: grid; grid-template-columns: 14px minmax(80px, auto) auto; gap: 10px; align-items: center; width: fit-content; max-width: 100%; font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }\n.eva-calculator .eva-legend-swatch { width: 12px; height: 12px; border-radius: 3px; }\n.eva-calculator .eva-legend-value { color: var(--ink); white-space: nowrap; }\n.eva-calculator .eva-chart-caption,\n.eva-calculator .eva-table-note { margin-top: 16px; border: 1px solid var(--border); border-radius: 6px; background: var(--tint); color: var(--muted); padding: 10px 12px; font-size: 13px; line-height: 1.5; font-weight: 500; }\n.eva-calculator .eva-safe-stack { gap: 20px; }\n.eva-calculator .eva-safe-stack .eva-chart-caption { margin-top: 20px; }\n.eva-calculator .eva-table-overflow { width: 100%; max-width: 100%; overflow-x: auto; overflow-y: visible; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); }\n.eva-calculator .eva-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13px; font-variant-numeric: tabular-nums; }\n.eva-calculator .eva-table th,\n.eva-calculator .eva-table td { padding: 11px 12px; border-bottom: 1px solid var(--border); text-align: right; white-space: nowrap; }\n.eva-calculator .eva-table th:first-child,\n.eva-calculator .eva-table td:first-child { text-align: left; }\n.eva-calculator .eva-table th { background: #0f172a; color: #ffffff; font-weight: 700; }\n.eva-calculator .eva-table tbody tr:last-child td { border-bottom: 0; }\n.eva-calculator .eva-table tbody tr:hover td { background: #f8fafc; }\n.eva-calculator .eva-safe-table-stack .eva-table-note { margin-top: 20px; }\n.eva-calculator .eva-education { margin-top: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 24px; }\n.eva-calculator .eva-education h2 { margin: 28px 0 10px; font-size: 20px; line-height: 1.35; font-weight: 700; }\n.eva-calculator .eva-education h2:first-child { margin-top: 0; }\n.eva-calculator .eva-education h3 { margin: 20px 0 8px; font-size: 17px; line-height: 1.4; font-weight: 650; }\n.eva-calculator .eva-education p { margin: 0 0 12px; color: #334155; }\n.eva-calculator .eva-education ul { margin: 0 0 14px; padding-left: 22px; color: #334155; }\n.eva-calculator .eva-education li { margin: 6px 0; }\n.eva-calculator .eva-link { color: var(--primary); text-decoration: underline; text-underline-offset: 2px; }\n.eva-calculator .eva-link:hover { color: #1e40af; }\n.eva-calculator .eva-formula { border-left: 4px solid var(--primary); background: #eff6ff; padding: 12px 14px; border-radius: 0 6px 6px 0; font-weight: 700; font-variant-numeric: tabular-nums; }\n.eva-calculator .eva-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }\n@media (min-width: 900px) {\n  .eva-calculator .eva-workspace { grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); }\n}\n@media (max-width: 639px) {\n  .eva-calculator { padding: 16px; }\n  .eva-calculator .eva-card,\n  .eva-calculator .eva-section,\n  .eva-calculator .eva-education { padding: 16px; }\n  .eva-calculator .eva-result-grid { grid-template-columns: minmax(0, 1fr); }\n  .eva-calculator .eva-button { width: 100%; }\n  .eva-calculator .eva-toolbar { align-items: stretch; }\n  .eva-calculator .eva-chart-stack { gap: 12px; }\n  .eva-calculator .eva-chart-caption,\n  .eva-calculator .eva-table-note { margin-top: 12px; }\n  .eva-calculator .eva-safe-stack .eva-chart-caption,\n  .eva-calculator .eva-safe-table-stack .eva-table-note { margin-top: 16px; }\n  .eva-calculator .eva-legend-row { grid-template-columns: 14px minmax(0, auto) auto; gap: 8px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"eva-calculator\" data-calculator-root\u003e\n  \u003cheader class=\"eva-header\"\u003e\n    \u003ch2 class=\"eva-title\"\u003eEconomic Value Added Calculator\u003c\/h2\u003e\n    \u003cp class=\"eva-subtitle\"\u003eMeasure whether operating profit exceeds the full cost of the capital employed in the business.\u003c\/p\u003e\n    \u003cdiv class=\"eva-pills\" aria-label=\"Live calculation highlights\"\u003e\n      \u003cspan class=\"eva-pill\"\u003eEVA \u003cspan class=\"eva-pill-value\" data-eva-pill=\"eva\"\u003e—\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"eva-pill\"\u003eCapital charge \u003cspan class=\"eva-pill-value\" data-eva-pill=\"charge\"\u003e—\u003c\/span\u003e\u003c\/span\u003e\n      \u003cspan class=\"eva-pill\"\u003eValue spread \u003cspan class=\"eva-pill-value\" data-eva-pill=\"spread\"\u003e—\u003c\/span\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"eva-toolbar\" aria-label=\"Calculator actions\"\u003e\n    \u003cbutton class=\"eva-button eva-download\" type=\"button\" data-eva-action=\"download\"\u003e\u003cspan class=\"eva-button-icon\" aria-hidden=\"true\"\u003e⇩\u003c\/span\u003e\u003cspan\u003eDownload Excel\u003c\/span\u003e\u003c\/button\u003e\n    \u003cbutton class=\"eva-button\" type=\"button\" data-eva-action=\"reset\"\u003e\u003cspan\u003eReset\u003c\/span\u003e\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"eva-workspace\"\u003e\n    \u003csection class=\"eva-card\" aria-labelledby=\"eva-inputs-title\"\u003e\n      \u003ch3 class=\"eva-section-title\" id=\"eva-inputs-title\"\u003eCompany inputs\u003c\/h3\u003e\n      \u003cp class=\"eva-section-intro\"\u003eUse values from the same reporting period and keep the currency basis consistent.\u003c\/p\u003e\n      \u003cdiv class=\"eva-form-grid\"\u003e\n        \u003cdiv class=\"eva-field\"\u003e\n          \u003clabel class=\"eva-label\" for=\"eva-nopat\"\u003eNet operating profit after tax (NOPAT)\u003c\/label\u003e\n          \u003cdiv class=\"eva-control\"\u003e\u003cinput class=\"eva-input\" id=\"eva-nopat\" data-eva-input=\"nopat\" inputmode=\"decimal\" type=\"text\" value=\"$750,000.00\" aria-describedby=\"eva-nopat-help eva-nopat-error\"\u003e\u003c\/div\u003e\n          \u003cp class=\"eva-helper\" id=\"eva-nopat-help\"\u003eOperating profit after tax, before financing effects.\u003c\/p\u003e\n          \u003cp class=\"eva-error\" id=\"eva-nopat-error\" data-eva-error=\"nopat\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"eva-field\"\u003e\n          \u003clabel class=\"eva-label\" for=\"eva-capital\"\u003eInvested capital\u003c\/label\u003e\n          \u003cdiv class=\"eva-control\"\u003e\u003cinput class=\"eva-input\" id=\"eva-capital\" data-eva-input=\"capital\" inputmode=\"decimal\" type=\"text\" value=\"$1,600,000.00\" aria-describedby=\"eva-capital-help eva-capital-error\"\u003e\u003c\/div\u003e\n          \u003cp class=\"eva-helper\" id=\"eva-capital-help\"\u003eDebt and equity capital committed to operations.\u003c\/p\u003e\n          \u003cp class=\"eva-error\" id=\"eva-capital-error\" data-eva-error=\"capital\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"eva-field\"\u003e\n          \u003clabel class=\"eva-label\" for=\"eva-wacc\"\u003eWeighted average cost of capital (WACC)\u003c\/label\u003e\n          \u003cdiv class=\"eva-control\"\u003e\u003cinput class=\"eva-input\" id=\"eva-wacc\" data-eva-input=\"wacc\" inputmode=\"decimal\" type=\"text\" value=\"17.00%\" aria-describedby=\"eva-wacc-help eva-wacc-error\"\u003e\u003c\/div\u003e\n          \u003cp class=\"eva-helper\" id=\"eva-wacc-help\"\u003eAnnual required return expressed as a percentage.\u003c\/p\u003e\n          \u003cp class=\"eva-error\" id=\"eva-wacc-error\" data-eva-error=\"wacc\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdetails class=\"eva-advanced\" data-eva-advanced\u003e\n        \u003csummary\u003eCalculate invested capital from the balance sheet\u003c\/summary\u003e\n        \u003cdiv class=\"eva-advanced-grid\"\u003e\n          \u003cdiv class=\"eva-field\"\u003e\n            \u003clabel class=\"eva-label\" for=\"eva-assets\"\u003eTotal assets\u003c\/label\u003e\n            \u003cinput class=\"eva-input\" id=\"eva-assets\" data-eva-input=\"assets\" inputmode=\"decimal\" type=\"text\" placeholder=\"$0.00\" aria-describedby=\"eva-assets-help eva-assets-error\"\u003e\n            \u003cp class=\"eva-helper\" id=\"eva-assets-help\"\u003eTotal assets for the same reporting date.\u003c\/p\u003e\n            \u003cp class=\"eva-error\" id=\"eva-assets-error\" data-eva-error=\"assets\"\u003e\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"eva-field\"\u003e\n            \u003clabel class=\"eva-label\" for=\"eva-liabilities\"\u003eCurrent liabilities\u003c\/label\u003e\n            \u003cinput class=\"eva-input\" id=\"eva-liabilities\" data-eva-input=\"liabilities\" inputmode=\"decimal\" type=\"text\" placeholder=\"$0.00\" aria-describedby=\"eva-liabilities-help eva-liabilities-error\"\u003e\n            \u003cp class=\"eva-helper\" id=\"eva-liabilities-help\"\u003eShort-term operating obligations deducted from assets.\u003c\/p\u003e\n            \u003cp class=\"eva-error\" id=\"eva-liabilities-error\" data-eva-error=\"liabilities\"\u003e\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cbutton class=\"eva-summary-button\" type=\"button\" data-eva-action=\"use-capital\"\u003eUse balance-sheet capital\u003c\/button\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"eva-card eva-results\" aria-labelledby=\"eva-results-title\"\u003e\n      \u003ch3 class=\"eva-section-title\" id=\"eva-results-title\"\u003eLive results\u003c\/h3\u003e\n      \u003cdiv class=\"eva-primary-result\"\u003e\n        \u003cdiv class=\"eva-result-label\"\u003eEconomic value added\u003c\/div\u003e\n        \u003cdiv class=\"eva-primary-value eva-status-neutral\" data-eva-output=\"eva\"\u003e—\u003c\/div\u003e\n        \u003cp class=\"eva-primary-note\" data-eva-output=\"interpretation\"\u003eEnter valid inputs to calculate EVA.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"eva-result-grid\"\u003e\n        \u003cdiv class=\"eva-result-card\"\u003e\n\u003cdiv class=\"eva-result-label\"\u003eCapital charge\u003c\/div\u003e\n\u003cdiv class=\"eva-card-value\" data-eva-output=\"charge\"\u003e—\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"eva-result-card\"\u003e\n\u003cdiv class=\"eva-result-label\"\u003eReturn on invested capital\u003c\/div\u003e\n\u003cdiv class=\"eva-card-value\" data-eva-output=\"roic\"\u003e—\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"eva-result-card\"\u003e\n\u003cdiv class=\"eva-result-label\"\u003eROIC minus WACC\u003c\/div\u003e\n\u003cdiv class=\"eva-card-value\" data-eva-output=\"spread\"\u003e—\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"eva-result-card\"\u003e\n\u003cdiv class=\"eva-result-label\"\u003eBreak-even WACC\u003c\/div\u003e\n\u003cdiv class=\"eva-card-value\" data-eva-output=\"breakeven\"\u003e—\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"eva-sr-only\" aria-live=\"polite\" data-eva-live\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"eva-section\" aria-labelledby=\"eva-chart-title\" data-eva-chart-card\u003e\n    \u003ch3 class=\"eva-section-title\" id=\"eva-chart-title\"\u003eValue creation bridge\u003c\/h3\u003e\n    \u003cp class=\"eva-section-intro\" data-eva-chart-intro\u003eThe chart compares operating profit, the required capital charge, and the remaining economic profit.\u003c\/p\u003e\n    \u003cdiv class=\"eva-chart-stack\" data-eva-chart-stack\u003e\n      \u003cdiv class=\"eva-chart-plot\" data-eva-chart-plot\u003e\u003c\/div\u003e\n      \u003cdiv class=\"eva-chart-legend\" data-eva-chart-legend aria-label=\"Chart legend\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eva-chart-caption\" data-eva-chart-caption\u003eChange any input to see how the value creation bridge responds.\u003c\/div\u003e\n    \u003cdiv class=\"eva-sr-only\" data-eva-chart-summary\u003e\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"eva-section\" aria-labelledby=\"eva-table-title\" data-eva-table-card\u003e\n    \u003ch3 class=\"eva-section-title\" id=\"eva-table-title\"\u003eWACC sensitivity\u003c\/h3\u003e\n    \u003cp class=\"eva-section-intro\"\u003eA two-percentage-point range shows how financing expectations affect EVA while NOPAT and invested capital remain constant.\u003c\/p\u003e\n    \u003cdiv class=\"eva-table-overflow\" data-eva-table-overflow\u003e\n      \u003ctable class=\"eva-table\"\u003e\n        \u003cthead\u003e\u003ctr\u003e\n\u003cth scope=\"col\"\u003eScenario\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eWACC\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eCapital charge\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eEVA\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eStatus\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody data-eva-scenario-body\u003e\u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eva-table-note\" data-eva-table-note\u003eThe sensitivity table isolates WACC. It is not a forecast and does not change the input values above.\u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"eva-education\"\u003e\n    \u003ch2\u003eWhat economic value added measures\u003c\/h2\u003e\n    \u003cp\u003eEconomic value added, usually abbreviated EVA, estimates the economic profit left after charging a business for all capital committed to its operations. Ordinary operating profit can look healthy even when the company earns less than investors and lenders require. EVA closes that gap by subtracting a capital charge from net operating profit after tax. A positive result indicates that the period’s operating return exceeded the required return on invested capital; a negative result indicates that accounting profit did not fully cover the opportunity cost of funding.\u003c\/p\u003e\n    \u003cp\u003eThis calculator is designed for company, business-unit, or project analysis when NOPAT, invested capital, and WACC are measured on a consistent basis. It is an analytical tool rather than personalized investment advice. Public-company users can cross-check reported figures against the \u003ca class=\"eva-link\" href=\"https:\/\/www.sec.gov\/oiea\/investor-alerts-and-bulletins\/beginners-guide-financial-statements\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eSEC’s guide to financial statements\u003c\/a\u003e, while analysts estimating a discount rate may consult the \u003ca class=\"eva-link\" href=\"https:\/\/pages.stern.nyu.edu\/~adamodar\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eNYU Stern corporate finance data resources\u003c\/a\u003e.\u003c\/p\u003e\n\n    \u003ch2\u003eHow to use each input\u003c\/h2\u003e\n    \u003ch3\u003eNet operating profit after tax (NOPAT)\u003c\/h3\u003e\n    \u003cp\u003eNOPAT is the after-tax profit generated by operations before financing costs. It should exclude interest expense because WACC already captures the cost of debt and equity. Enter a currency amount for the period being analyzed. A higher NOPAT increases EVA dollar for dollar. A negative NOPAT is allowed and will normally produce negative EVA. Common mistakes include using net income, mixing adjusted and unadjusted figures, or using a tax period that differs from the capital period.\u003c\/p\u003e\n\n    \u003ch3\u003eInvested capital\u003c\/h3\u003e\n    \u003cp\u003eInvested capital is the operating capital supplied by debt and equity holders. Depending on the analytical convention, it may be derived from operating assets less non-interest-bearing operating liabilities, or from interest-bearing debt plus equity with selected adjustments. Enter a nonnegative currency amount that corresponds to the capital supporting the NOPAT period. Higher invested capital raises the capital charge and lowers EVA when NOPAT and WACC are unchanged. A zero amount makes return-based ratios undefined, so the calculator displays a neutral result rather than dividing by zero.\u003c\/p\u003e\n\n    \u003ch3\u003eWeighted average cost of capital (WACC)\u003c\/h3\u003e\n    \u003cp\u003eWACC is the blended annual return required by debt and equity providers. Enter the percentage directly, such as 8.5 for 8.5%. The calculator accepts a percent sign and formats the field automatically. A higher WACC increases the capital charge and reduces EVA. Keep the rate consistent with the currency, inflation basis, and risk profile of the cash flows or earnings being evaluated. The \u003ca class=\"eva-link\" href=\"https:\/\/www.investopedia.com\/terms\/w\/wacc.asp\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eWACC overview from Investopedia\u003c\/a\u003e provides a practical summary of the concept and its components.\u003c\/p\u003e\n\n    \u003ch3\u003eBalance-sheet capital shortcut\u003c\/h3\u003e\n    \u003cp\u003eThe optional balance-sheet fields calculate invested capital as total assets minus current liabilities. Enter both values for the same reporting date and select “Use balance-sheet capital.” The calculated amount replaces the main invested-capital field. This shortcut is useful for a quick approximation, but analysts should review whether cash, non-operating assets, lease liabilities, and other adjustments belong in the chosen EVA framework. If current liabilities exceed total assets, the calculator rejects the shortcut because the resulting invested capital would be negative.\u003c\/p\u003e\n\n    \u003ch2\u003eHow the calculation works\u003c\/h2\u003e\n    \u003cp class=\"eva-formula\"\u003eEVA = NOPAT − (Invested capital × WACC)\u003c\/p\u003e\n    \u003cp\u003eThe term in parentheses is the capital charge. For the prefilled example, NOPAT is $750,000, invested capital is $1,600,000, and WACC is 17%. The capital charge is $272,000, leaving EVA of $478,000. The same model also calculates return on invested capital as NOPAT divided by invested capital. Subtracting WACC from that return gives the value spread. The break-even WACC is the rate at which the capital charge would exactly equal NOPAT and EVA would be zero.\u003c\/p\u003e\n\n    \u003ch2\u003eHow to interpret every result\u003c\/h2\u003e\n    \u003cp\u003e\u003cstrong\u003eEconomic value added\u003c\/strong\u003e is the main result. Positive EVA means the operating return exceeded the required return for the period. Zero means the business exactly covered its capital cost. Negative EVA means it fell short. The magnitude matters: a large company can show a larger EVA than a smaller but more efficient company, so compare EVA alongside return measures and invested capital.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eCapital charge\u003c\/strong\u003e is the dollar cost of using invested capital at the selected WACC. \u003cstrong\u003eReturn on invested capital\u003c\/strong\u003e shows operating profit as a percentage of capital. \u003cstrong\u003eROIC minus WACC\u003c\/strong\u003e is the value spread; positive spread supports positive EVA, while negative spread supports value erosion. \u003cstrong\u003eBreak-even WACC\u003c\/strong\u003e shows the maximum capital-cost rate the current NOPAT could support before EVA reaches zero.\u003c\/p\u003e\n\n    \u003ch2\u003eReading the chart and sensitivity table\u003c\/h2\u003e\n    \u003cp\u003eThe value creation bridge uses three data-backed bars: NOPAT, capital charge, and EVA. NOPAT represents the operating-profit pool, the capital charge shows the required return consumed by financing expectations, and EVA shows the remainder. When EVA is negative, its bar extends below the zero line. The legend and hidden accessible summary use the same model values as the chart.\u003c\/p\u003e\n    \u003cp\u003eThe WACC sensitivity table holds NOPAT and invested capital constant, then calculates EVA at a lower rate, the entered rate, and a higher rate. It makes the direction of risk explicit: each percentage-point increase in WACC reduces EVA by one percent of invested capital. The table is a controlled sensitivity, not a forward forecast, because real NOPAT and capital levels may also change.\u003c\/p\u003e\n\n    \u003ch2\u003eBenefits, limitations, and common mistakes\u003c\/h2\u003e\n    \u003cp\u003eEVA is useful because it recognizes the cost of equity as well as debt, creates a common language for capital allocation, and links operating performance to investor return requirements. It can help identify whether growth is actually value creating. However, EVA depends heavily on accounting adjustments, capital definitions, and WACC estimates. It may be less informative for businesses dominated by internally developed intangible assets, and one-period EVA should not be treated as a complete valuation.\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eUse the same period and currency for NOPAT and invested capital.\u003c\/li\u003e\n      \u003cli\u003eDo not subtract interest twice by using net income and then applying WACC.\u003c\/li\u003e\n      \u003cli\u003eDo not compare raw EVA across very different company sizes without supporting ratios.\u003c\/li\u003e\n      \u003cli\u003eTest a reasonable WACC range rather than relying on one precise estimate.\u003c\/li\u003e\n      \u003cli\u003eDocument any adjustments to goodwill, leases, research spending, excess cash, or non-operating assets.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"FinancialModelsLab","offers":[{"title":"Default Title","offer_id":49909481275635,"sku":"economic-value-added","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6191\/2762\/files\/economic-value-added.webp?v=1783935391","url":"https:\/\/financialmodelslab.com\/products\/economic-value-added","provider":"Financial Models Lab","version":"1.0","type":"link"}