{"product_id":"actual-cash-value","title":"Actual Cash Value Calculator","description":"\u003cstyle\u003e\n.acv-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  container-name: acvcalc;\n  container-type: inline-size;\n  width: 100%;\n  max-width: 1200px;\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: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  font-size: 15px;\n  line-height: 1.55;\n  overflow-wrap: anywhere;\n}\n.acv-calculator,\n.acv-calculator *,\n.acv-calculator *::before,\n.acv-calculator *::after { box-sizing: border-box; }\n.acv-calculator * { min-width: 0; }\n.acv-calculator [hidden] { display: none !important; }\n.acv-calculator h2,\n.acv-calculator h3,\n.acv-calculator p { margin-top: 0; }\n.acv-calculator a { color: var(--primary); text-decoration-thickness: 1px; text-underline-offset: 2px; }\n.acv-calculator a:hover { text-decoration-thickness: 2px; }\n.acv-calculator button,\n.acv-calculator input,\n.acv-calculator select { font: inherit; }\n.acv-calculator button { cursor: pointer; }\n.acv-calculator button:focus-visible,\n.acv-calculator input:focus-visible,\n.acv-calculator select:focus-visible,\n.acv-calculator a:focus-visible,\n.acv-calculator summary:focus-visible {\n  outline: 3px solid rgba(29,78,216,.42);\n  outline-offset: 2px;\n}\n.acv-header {\n  padding: 24px 24px 16px;\n  border-bottom: 1px solid var(--border);\n  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);\n}\n.acv-title {\n  margin-bottom: 6px;\n  font-size: 24px;\n  line-height: 1.25;\n  font-weight: 700;\n  letter-spacing: -.02em;\n}\n.acv-subtitle { margin-bottom: 16px; color: var(--muted); }\n.acv-pills { display: flex; flex-wrap: wrap; gap: 8px; }\n.acv-pill {\n  display: inline-flex;\n  align-items: baseline;\n  gap: 6px;\n  padding: 5px 9px;\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: 500;\n}\n.acv-pill strong { color: var(--ink); font-variant-numeric: tabular-nums; }\n.acv-toolbar {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  padding: 16px 24px;\n  border-bottom: 1px solid var(--border);\n  background: var(--tint);\n}\n.acv-button {\n  min-height: 44px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  padding: 10px 16px;\n  background: var(--surface);\n  color: var(--ink);\n  font-weight: 650;\n  line-height: 1.2;\n}\n.acv-download {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 12px 18px;\n  border-color: var(--accent);\n  background: var(--accent);\n  color: #ffffff;\n  white-space: nowrap;\n}\n.acv-download:hover,\n.acv-download:active { border-color: var(--accent-hover); background: var(--accent-hover); }\n.acv-download-icon { width: 18px; height: 18px; flex: 0 0 18px; }\n.acv-button:not(.acv-download):hover { border-color: #94a3b8; box-shadow: 0 2px 6px rgba(15,23,42,.10); }\n.acv-workspace {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr);\n  gap: 24px;\n  padding: 24px;\n  background: #ffffff;\n  align-items: start;\n}\n.acv-panel {\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--surface);\n  padding: 20px;\n  box-shadow: 0 1px 2px rgba(15,23,42,.04);\n}\n.acv-section-title {\n  margin-bottom: 16px;\n  font-size: 18px;\n  line-height: 1.35;\n  font-weight: 650;\n}\n.acv-fields { display: grid; gap: 16px; }\n.acv-field { display: grid; gap: 7px; }\n.acv-field-label { font-size: 14px; font-weight: 600; color: var(--ink); }\n.acv-control,\n.acv-unit-select {\n  width: 100%;\n  min-height: 44px;\n  border: 1px solid #cbd5e1;\n  border-radius: 6px;\n  background: #ffffff;\n  color: var(--ink);\n  padding: 9px 11px;\n  font-size: 15px;\n  line-height: 1.35;\n  font-variant-numeric: tabular-nums;\n}\n.acv-control:hover,\n.acv-unit-select:hover { border-color: #94a3b8; }\n.acv-control[aria-invalid=\"true\"] { border-color: #b91c1c; }\n.acv-unit-group { display: grid; grid-template-columns: minmax(0, 1fr) minmax(104px, .38fr); gap: 8px; align-items: end; }\n.acv-subfield { display: grid; gap: 7px; }\n.acv-unit-mini-label { font-size: 13px; font-weight: 600; color: var(--muted); }\n.acv-helper,\n.acv-error {\n  min-height: 20px;\n  margin: 0;\n  font-size: 13px;\n  font-weight: 500;\n  line-height: 1.45;\n}\n.acv-helper { color: var(--muted); }\n.acv-error { color: #991b1b; }\n.acv-formula {\n  margin-top: 18px;\n  padding: 12px;\n  border: 1px solid #bfdbfe;\n  border-radius: 6px;\n  background: #eff6ff;\n  color: #1e3a8a;\n  font-size: 13px;\n  font-weight: 500;\n}\n.acv-result-primary {\n  padding: 16px;\n  border-left: 4px solid var(--primary);\n  border-radius: 6px;\n  background: #eff6ff;\n}\n.acv-result-kicker { margin: 0 0 4px; color: #1e3a8a; font-size: 13px; font-weight: 650; }\n.acv-result-main {\n  margin: 0;\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.acv-result-caption { margin: 8px 0 0; color: #334155; font-size: 13px; font-weight: 500; }\n.acv-result-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n  gap: 12px;\n  margin-top: 12px;\n}\n.acv-metric {\n  padding: 12px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--tint);\n}\n.acv-metric-label { margin: 0 0 4px; color: var(--muted); font-size: 13px; font-weight: 600; }\n.acv-metric-value { margin: 0; font-size: 20px; line-height: 1.25; font-weight: 700; font-variant-numeric: tabular-nums; }\n.acv-empty-result {\n  padding: 16px;\n  border: 1px dashed #94a3b8;\n  border-radius: 6px;\n  background: var(--tint);\n  color: var(--muted);\n}\n.acv-breakdown,\n.acv-table-section,\n.acv-education { padding: 0 24px 24px; }\n.acv-chart-card,\n.acv-table-card {\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  background: var(--surface);\n  padding: 20px;\n  box-shadow: 0 1px 2px rgba(15,23,42,.04);\n}\n.acv-chart-heading { margin-bottom: 4px; font-size: 18px; font-weight: 650; }\n.acv-chart-intro { margin-bottom: 16px; color: var(--muted); font-size: 13px; font-weight: 500; }\n.acv-chart-total {\n  display: inline-flex;\n  align-items: baseline;\n  gap: 7px;\n  margin-bottom: 16px;\n  padding: 7px 10px;\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  background: var(--tint);\n  font-size: 13px;\n  color: var(--muted);\n}\n.acv-chart-total strong { color: var(--ink); font-size: 15px; font-variant-numeric: tabular-nums; }\n.acv-chart-cluster {\n  display: grid;\n  justify-content: center;\n  align-items: stretch;\n  grid-template-columns: minmax(0, 320px);\n  gap: 20px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n.acv-chart-visual {\n  display: grid;\n  place-items: center;\n  width: min(100%, 320px);\n  min-height: 280px;\n  margin: 0 auto;\n}\n.acv-chart-svg { display: block; width: 100%; height: auto; max-width: 320px; overflow: visible; }\n.acv-chart-ring-bg { fill: none; stroke: #e2e8f0; stroke-width: 34; }\n.acv-chart-path { fill: none; stroke-width: 34; stroke-linecap: butt; }\n.acv-center-percent { fill: var(--ink); font-size: 25px; font-weight: 700; text-anchor: middle; font-variant-numeric: tabular-nums; }\n.acv-center-label { fill: var(--muted); font-size: 13px; font-weight: 600; text-anchor: middle; }\n.acv-legend { display: grid; gap: 10px; align-content: center; }\n.acv-legend-row {\n  display: grid;\n  grid-template-columns: 12px minmax(90px, max-content) max-content max-content;\n  align-items: center;\n  justify-content: start;\n  column-gap: 10px;\n  row-gap: 3px;\n  font-size: 13px;\n  font-weight: 500;\n}\n.acv-swatch { width: 12px; height: 12px; border-radius: 3px; }\n.acv-legend-name { color: var(--ink); font-weight: 650; }\n.acv-legend-value,\n.acv-legend-percent { color: var(--muted); font-variant-numeric: tabular-nums; white-space: nowrap; }\n.acv-chart-caption {\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.acv-chart-empty {\n  max-width: 520px;\n  margin: 0 auto;\n  padding: 16px;\n  border: 1px dashed #94a3b8;\n  border-radius: 6px;\n  background: var(--tint);\n  color: var(--muted);\n  text-align: center;\n}\n.acv-safe-stack .acv-chart-cluster { grid-template-columns: minmax(0, 320px); gap: 20px; }\n.acv-safe-stack .acv-chart-caption { margin-top: 20px; }\n.acv-table-heading { margin-bottom: 4px; font-size: 18px; font-weight: 650; }\n.acv-table-intro { margin-bottom: 16px; color: var(--muted); font-size: 13px; font-weight: 500; }\n.acv-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--border); border-radius: 6px; }\n.acv-table {\n  width: 100%;\n  min-width: 720px;\n  border-collapse: collapse;\n  font-size: 13px;\n  font-variant-numeric: tabular-nums;\n}\n.acv-table th,\n.acv-table td { padding: 10px 12px; border-bottom: 1px solid var(--border); text-align: right; white-space: nowrap; }\n.acv-table th:first-child,\n.acv-table td:first-child { text-align: left; }\n.acv-table th { background: #eaf0f8; color: #1e293b; font-weight: 700; }\n.acv-table tbody tr:last-child td { border-bottom: 0; }\n.acv-table tbody tr.acv-current-row td { background: #eff6ff; font-weight: 650; }\n.acv-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.acv-safe-table-stack .acv-table-note { margin-top: 20px; }\n.acv-education-card {\n  border-top: 1px solid var(--border);\n  padding-top: 24px;\n}\n.acv-education h2 { margin-bottom: 12px; font-size: 22px; line-height: 1.3; font-weight: 700; }\n.acv-education h3 { margin: 24px 0 8px; font-size: 18px; line-height: 1.35; font-weight: 650; }\n.acv-education p { margin-bottom: 12px; color: #334155; }\n.acv-education ul { margin: 0 0 16px; padding-left: 22px; color: #334155; }\n.acv-education li { margin-bottom: 8px; }\n.acv-education code {\n  padding: 2px 5px;\n  border-radius: 4px;\n  background: #eef2f7;\n  color: #1e293b;\n  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;\n  font-size: 13px;\n}\n.acv-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 acvcalc (min-width: 640px) {\n  .acv-chart-cluster { grid-template-columns: minmax(260px, 320px) max-content; gap: 28px; }\n}\n@container acvcalc (min-width: 900px) {\n  .acv-workspace { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }\n}\n@container acvcalc (max-width: 639px) {\n  .acv-header,\n  .acv-toolbar,\n  .acv-workspace { padding-left: 16px; padding-right: 16px; }\n  .acv-breakdown,\n  .acv-table-section,\n  .acv-education { padding-left: 16px; padding-right: 16px; }\n  .acv-panel,\n  .acv-chart-card,\n  .acv-table-card { padding: 16px; }\n  .acv-unit-group { grid-template-columns: minmax(0, 1fr) 104px; }\n  .acv-legend-row { grid-template-columns: 12px minmax(0, max-content) max-content; }\n  .acv-legend-percent { grid-column: 2 \/ -1; }\n  .acv-chart-caption,\n  .acv-table-note { margin-top: 16px; }\n}\n@container acvcalc (max-width: 359px) {\n  .acv-header { padding-top: 20px; }\n  .acv-title { font-size: 22px; }\n  .acv-toolbar .acv-button { width: 100%; justify-content: center; }\n  .acv-unit-group { grid-template-columns: minmax(0, 1fr); }\n  .acv-chart-visual { min-height: 250px; }\n  .acv-legend-row { grid-template-columns: 12px minmax(0, 1fr); }\n  .acv-legend-value,\n  .acv-legend-percent { grid-column: 2; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"acv-calculator\" data-calculator-root\u003e\n  \u003csection class=\"acv-header\"\u003e\n    \u003ch2 class=\"acv-title\"\u003eActual Cash Value Calculator\u003c\/h2\u003e\n    \u003cp class=\"acv-subtitle\"\u003eEstimate an item's current value after straight-line depreciation, then review the retained-value breakdown and schedule.\u003c\/p\u003e\n    \u003cdiv class=\"acv-pills\" aria-label=\"Live calculation highlights\"\u003e\n      \u003cspan class=\"acv-pill\"\u003eACV \u003cstrong class=\"acv-pill-acv\"\u003e$175,000.00\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"acv-pill\"\u003eRetained \u003cstrong class=\"acv-pill-retained\"\u003e70.00%\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"acv-pill\"\u003eRemaining life \u003cstrong class=\"acv-pill-life\"\u003e7.00 years\u003c\/strong\u003e\u003c\/span\u003e\n      \u003cspan class=\"acv-pill\"\u003eAnnual depreciation \u003cstrong class=\"acv-pill-annual\"\u003e$25,000.00\u003c\/strong\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"acv-toolbar\" aria-label=\"Calculator actions\"\u003e\n    \u003cbutton class=\"acv-button acv-download\" type=\"button\"\u003e\n      \u003csvg class=\"acv-download-icon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"\u003e\n        \u003cpath d=\"M12 3v11m0 0 4-4m-4 4-4-4M5 17v3h14v-3\" fill=\"none\" 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=\"acv-button acv-reset\" type=\"button\"\u003eReset\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"acv-workspace\"\u003e\n    \u003csection class=\"acv-panel acv-input-panel\" aria-labelledby=\"acv-input-heading\"\u003e\n      \u003ch3 class=\"acv-section-title\" id=\"acv-input-heading\"\u003eItem details\u003c\/h3\u003e\n      \u003cdiv class=\"acv-fields\"\u003e\n        \u003cdiv class=\"acv-field\"\u003e\n          \u003clabel class=\"acv-field-label\" for=\"acv-purchase-price\"\u003ePurchase price or replacement cost\u003c\/label\u003e\n          \u003cinput class=\"acv-control acv-currency-input\" id=\"acv-purchase-price\" type=\"text\" inputmode=\"decimal\" autocomplete=\"off\" value=\"$250,000.00\" aria-describedby=\"acv-price-helper acv-price-error\"\u003e\n          \u003cp class=\"acv-helper\" id=\"acv-price-helper\"\u003eEnter the item's original cost or the policy's replacement-cost basis.\u003c\/p\u003e\n          \u003cp class=\"acv-error\" id=\"acv-price-error\" aria-live=\"polite\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"acv-field\"\u003e\n          \u003cdiv class=\"acv-field-label\"\u003eExpected useful life\u003c\/div\u003e\n          \u003cdiv class=\"acv-unit-group\"\u003e\n            \u003cdiv class=\"acv-subfield\"\u003e\n              \u003clabel class=\"acv-unit-mini-label\" for=\"acv-expected-life\"\u003eValue\u003c\/label\u003e\n              \u003cinput class=\"acv-control acv-life-input acv-expected-life\" id=\"acv-expected-life\" type=\"text\" inputmode=\"decimal\" autocomplete=\"off\" value=\"10\" aria-describedby=\"acv-expected-helper acv-expected-error\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"acv-subfield\"\u003e\n              \u003clabel class=\"acv-unit-mini-label\" for=\"acv-expected-unit\"\u003eUnit\u003c\/label\u003e\n              \u003cselect class=\"acv-unit-select acv-expected-unit\" id=\"acv-expected-unit\"\u003e\n                \u003coption value=\"years\" selected\u003eYears\u003c\/option\u003e\n                \u003coption value=\"months\"\u003eMonths\u003c\/option\u003e\n              \u003c\/select\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"acv-helper\" id=\"acv-expected-helper\"\u003eUse the total period over which the item is expected to retain value.\u003c\/p\u003e\n          \u003cp class=\"acv-error\" id=\"acv-expected-error\" aria-live=\"polite\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"acv-field\"\u003e\n          \u003cdiv class=\"acv-field-label\"\u003eCurrent age\u003c\/div\u003e\n          \u003cdiv class=\"acv-unit-group\"\u003e\n            \u003cdiv class=\"acv-subfield\"\u003e\n              \u003clabel class=\"acv-unit-mini-label\" for=\"acv-current-life\"\u003eValue\u003c\/label\u003e\n              \u003cinput class=\"acv-control acv-life-input acv-current-life\" id=\"acv-current-life\" type=\"text\" inputmode=\"decimal\" autocomplete=\"off\" value=\"3\" aria-describedby=\"acv-current-helper acv-current-error\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"acv-subfield\"\u003e\n              \u003clabel class=\"acv-unit-mini-label\" for=\"acv-current-unit\"\u003eUnit\u003c\/label\u003e\n              \u003cselect class=\"acv-unit-select acv-current-unit\" id=\"acv-current-unit\"\u003e\n                \u003coption value=\"years\" selected\u003eYears\u003c\/option\u003e\n                \u003coption value=\"months\"\u003eMonths\u003c\/option\u003e\n              \u003c\/select\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"acv-helper\" id=\"acv-current-helper\"\u003eEnter how long the item has been in service. Values beyond useful life are capped at full depreciation.\u003c\/p\u003e\n          \u003cp class=\"acv-error\" id=\"acv-current-error\" aria-live=\"polite\"\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acv-formula\"\u003e\n\u003cstrong\u003eModel:\u003c\/strong\u003e Actual cash value = purchase price × remaining useful life ÷ expected useful life.\u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"acv-panel acv-results-panel\" aria-labelledby=\"acv-results-heading\"\u003e\n      \u003ch3 class=\"acv-section-title\" id=\"acv-results-heading\"\u003eLive results\u003c\/h3\u003e\n      \u003cdiv class=\"acv-results-content\"\u003e\n        \u003cdiv class=\"acv-result-primary\"\u003e\n          \u003cp class=\"acv-result-kicker\"\u003eEstimated actual cash value\u003c\/p\u003e\n          \u003cp class=\"acv-result-main acv-primary-value\"\u003e$175,000.00\u003c\/p\u003e\n          \u003cp class=\"acv-result-caption acv-primary-caption\"\u003eThe item retains 70.00% of its purchase-price basis after 3.00 years.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"acv-result-grid\"\u003e\n          \u003carticle class=\"acv-metric\"\u003e\n            \u003cp class=\"acv-metric-label\"\u003eDepreciation to date\u003c\/p\u003e\n            \u003cp class=\"acv-metric-value acv-depreciation-value\"\u003e$75,000.00\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"acv-metric\"\u003e\n            \u003cp class=\"acv-metric-label\"\u003eAnnual depreciation\u003c\/p\u003e\n            \u003cp class=\"acv-metric-value acv-annual-value\"\u003e$25,000.00\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"acv-metric\"\u003e\n            \u003cp class=\"acv-metric-label\"\u003eRemaining useful life\u003c\/p\u003e\n            \u003cp class=\"acv-metric-value acv-remaining-value\"\u003e7.00 years\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"acv-metric\"\u003e\n            \u003cp class=\"acv-metric-label\"\u003eRetained value\u003c\/p\u003e\n            \u003cp class=\"acv-metric-value acv-retained-value\"\u003e70.00%\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"acv-metric\"\u003e\n            \u003cp class=\"acv-metric-label\"\u003eDepreciated share\u003c\/p\u003e\n            \u003cp class=\"acv-metric-value acv-depreciated-share\"\u003e30.00%\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"acv-metric\"\u003e\n            \u003cp class=\"acv-metric-label\"\u003eMonthly depreciation\u003c\/p\u003e\n            \u003cp class=\"acv-metric-value acv-monthly-value\"\u003e$2,083.33\u003c\/p\u003e\n          \u003c\/article\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acv-empty-result\" hidden\u003eEnter a positive purchase price and expected useful life to calculate actual cash value.\u003c\/div\u003e\n      \u003cdiv class=\"acv-visually-hidden acv-live\" aria-live=\"polite\"\u003eEstimated actual cash value is $175,000.00.\u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"acv-breakdown\"\u003e\n    \u003cdiv class=\"acv-chart-card\"\u003e\n      \u003ch3 class=\"acv-chart-heading\"\u003ePurchase-price breakdown\u003c\/h3\u003e\n      \u003cp class=\"acv-chart-intro\"\u003eSee how much of the original cost remains as actual cash value versus accumulated depreciation.\u003c\/p\u003e\n      \u003cdiv class=\"acv-chart-total\"\u003ePurchase-price basis \u003cstrong class=\"acv-chart-total-value\"\u003e$250,000.00\u003c\/strong\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"acv-chart-content\"\u003e\n        \u003cdiv class=\"acv-chart-cluster\"\u003e\n          \u003cdiv class=\"acv-chart-visual\"\u003e\n            \u003csvg class=\"acv-chart-svg\" viewbox=\"0 0 320 320\" role=\"img\" aria-label=\"Actual cash value $175,000.00, 70.00 percent; depreciation $75,000.00, 30.00 percent.\"\u003e\n              \u003ccircle class=\"acv-chart-ring-bg\" cx=\"160\" cy=\"160\" r=\"116\"\u003e\u003c\/circle\u003e\n              \u003cg class=\"acv-chart-path-group\"\u003e\u003c\/g\u003e\n              \u003ctext class=\"acv-center-percent\" x=\"160\" y=\"156\"\u003e70.00%\u003c\/text\u003e\n              \u003ctext class=\"acv-center-label\" x=\"160\" y=\"180\"\u003eretained\u003c\/text\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"acv-legend\" aria-label=\"Breakdown legend\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"acv-chart-caption\"\u003eAt the current age, the item has depreciated by $75,000.00 and retains $175,000.00 of the original cost basis.\u003c\/div\u003e\n        \u003cp class=\"acv-visually-hidden acv-chart-summary\"\u003eActual cash value $175,000.00, 70.00 percent. Depreciation $75,000.00, 30.00 percent.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acv-chart-empty\" hidden\u003eEnter values above to see the breakdown.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"acv-table-section\"\u003e\n    \u003cdiv class=\"acv-table-card\"\u003e\n      \u003ch3 class=\"acv-table-heading\"\u003eStraight-line value schedule\u003c\/h3\u003e\n      \u003cp class=\"acv-table-intro\"\u003eThe schedule shows the estimated value at annual checkpoints and highlights the current age.\u003c\/p\u003e\n      \u003cdiv class=\"acv-table-wrap\"\u003e\n        \u003ctable class=\"acv-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eAge\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eRemaining life\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eActual cash value\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eAccumulated depreciation\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eRetained value\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody class=\"acv-table-body\"\u003e\u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"acv-table-note\"\u003eThis is a straight-line estimate with a zero residual value. Insurance policies, appraisals, taxes, and accounting records may use different depreciation methods or condition adjustments.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"acv-education\"\u003e\n    \u003cdiv class=\"acv-education-card\"\u003e\n      \u003ch2\u003eHow to use and interpret the actual cash value estimate\u003c\/h2\u003e\n      \u003cp\u003eActual cash value, commonly abbreviated as ACV, is a practical way to express an item's current value after depreciation. In this calculator, the starting point is the purchase price or replacement-cost basis, and value declines evenly over the item's expected useful life. The estimate is useful for scenario planning, comparing an ACV settlement with replacement cost, or documenting a simple depreciation assumption. It is not a binding insurance valuation, appraisal, tax computation, or legal opinion.\u003c\/p\u003e\n\n      \u003ch3\u003eWhat each input means\u003c\/h3\u003e\n      \u003cp\u003e\u003cstrong\u003ePurchase price or replacement cost\u003c\/strong\u003e is the amount from which depreciation is calculated. Use the original purchase price when you want a book-style cost estimate. Use a current replacement-cost figure when a policy or claim starts from the cost of replacing the item with one of similar kind and quality. The field is required and must be zero or positive. A higher amount increases both estimated ACV and depreciation in direct proportion. Common mistakes include entering a resale asking price, omitting major included components, or mixing a tax-inclusive price with other figures that exclude tax.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eExpected useful life\u003c\/strong\u003e is the total period over which the item is assumed to retain depreciable value. Enter it in years or months; changing the selector converts the entered value rather than merely relabeling it. This field is required and must be greater than zero. A longer useful life slows annual depreciation and usually raises ACV at a given current age. A shorter life does the opposite. Choose a period supported by the item's type, condition, maintenance history, policy language, or an appropriate depreciation guide. The \u003ca href=\"https:\/\/www.irs.gov\/publications\/p946\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eIRS Publication 946\u003c\/a\u003e explains tax depreciation concepts, although tax recovery periods are not automatically suitable for insurance claims.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eCurrent age\u003c\/strong\u003e is how long the item has been in service. It may also be entered in years or months. The value is required and cannot be negative. As current age increases, accumulated depreciation rises and ACV falls. When current age reaches or exceeds expected useful life, this calculator caps ACV at zero rather than producing a negative value. A frequent error is using the calendar year of purchase instead of the elapsed time, or failing to convert partial years consistently.\u003c\/p\u003e\n\n      \u003ch3\u003eUnderstanding every result\u003c\/h3\u003e\n      \u003cp\u003e\u003cstrong\u003eEstimated actual cash value\u003c\/strong\u003e is the primary result. It represents the remaining portion of the cost basis under straight-line depreciation. A high ACV means most of the assumed useful life remains. A low ACV means the item is near the end of that life. A zero result means the current age equals or exceeds the expected life under this model; it does not necessarily mean the item has no resale, collectible, or functional value.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eDepreciation to date\u003c\/strong\u003e is the purchase-price basis minus ACV. It measures how much value the model allocates to elapsed use. \u003cstrong\u003eAnnual depreciation\u003c\/strong\u003e divides the cost basis evenly by expected life, while \u003cstrong\u003emonthly depreciation\u003c\/strong\u003e divides the annual amount by twelve. These are rate-of-decline figures, not cash expenses or claim payments. \u003cstrong\u003eRemaining useful life\u003c\/strong\u003e is the unexpired portion of the assumed life. \u003cstrong\u003eRetained value\u003c\/strong\u003e and \u003cstrong\u003edepreciated share\u003c\/strong\u003e express ACV and accumulated depreciation as percentages of the starting basis; together they total 100% whenever the purchase price is positive.\u003c\/p\u003e\n      \u003cp\u003eThe donut chart uses the same current model data as the result cards. Its blue segment is retained value and its teal segment is accumulated depreciation. The legend lists exact amounts and percentages, so the chart never relies on color alone. The schedule applies the same formula at annual checkpoints, includes the current age when needed, and ends at the expected useful life with a zero model value.\u003c\/p\u003e\n\n      \u003ch3\u003eFormula and practical assumptions\u003c\/h3\u003e\n      \u003cp\u003eThe core formula is \u003ccode\u003eACV = price × (expected life − current age) ÷ expected life\u003c\/code\u003e. The remaining-life term is capped between zero and expected life. Depreciation equals price minus ACV. This is equivalent to straight-line depreciation with no salvage value. It assumes value is consumed evenly, which is easy to audit but may not match real-world patterns. Vehicles, electronics, fashion items, and specialized equipment can lose value faster early in life, while well-maintained or scarce items may retain more value.\u003c\/p\u003e\n      \u003cp\u003eInsurance definitions can also differ by jurisdiction and contract. Some policies define ACV as replacement cost minus depreciation; others may consider condition, obsolescence, market evidence, or additional factors. Review the declarations, endorsements, and loss-settlement provisions. The \u003ca href=\"https:\/\/content.naic.org\/consumer\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eNational Association of Insurance Commissioners consumer resources\u003c\/a\u003e provide general insurance education, while the \u003ca href=\"https:\/\/www.law.cornell.edu\/wex\/depreciation\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eCornell Legal Information Institute overview of depreciation\u003c\/a\u003e summarizes the broader concept. For a plain-language finance explanation, see \u003ca href=\"https:\/\/www.investopedia.com\/terms\/a\/actual-cash-value.asp\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eInvestopedia's actual cash value guide\u003c\/a\u003e.\u003c\/p\u003e\n\n      \u003ch3\u003eScenario tips and common tradeoffs\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eTest a shorter and longer useful life to see how sensitive the estimate is to that assumption. Useful life is often the largest judgment in a straight-line ACV model.\u003c\/li\u003e\n        \u003cli\u003eUse a current replacement-cost basis only when that matches the intended valuation framework. Replacing original cost with today's price can materially change the result.\u003c\/li\u003e\n        \u003cli\u003eDo not treat tax depreciation, accounting depreciation, insurer depreciation, and market depreciation as interchangeable. They serve different purposes and can produce different values.\u003c\/li\u003e\n        \u003cli\u003eDocument condition, maintenance, upgrades, prior damage, and comparable prices separately. This calculator does not apply condition multipliers or market premiums.\u003c\/li\u003e\n        \u003cli\u003eUse the Excel export to preserve the current assumptions, result breakdown, and full schedule. The workbook is generated from the same values displayed on screen.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eFor a claim, contract, tax return, financial statement, or disputed valuation, use the calculation as an analytical starting point and confirm the applicable method with the insurer, accountant, appraiser, or qualified adviser responsible for the final determination.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"FinancialModelsLab","offers":[{"title":"Default Title","offer_id":49909485633779,"sku":"actual-cash-value","price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0522\/6191\/2762\/files\/actual-cash-value.webp?v=1783935481","url":"https:\/\/financialmodelslab.com\/products\/actual-cash-value","provider":"Financial Models Lab","version":"1.0","type":"link"}