# Vehicle Depreciation Scenario Calculator — Canada > Explore an explicitly chosen declining-balance vehicle-value scenario, without pretending it is a market valuation or tax depreciation schedule. CAD planning view; stated limitations apply. Page: https://askcalculators.com/ca/depreciation/ Definition: https://askcalculators.com/ca/depreciation/definition.json JSON Schema: https://askcalculators.com/ca/depreciation/schema.json Version: 20.16.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/ca/depreciation/?purchasePrice=30000&decline=15&residualFloor=0&years=5 ## Inputs - purchasePrice: Starting vehicle value; type=money; required; default=30000; min=0; max=1000000000000 - decline: Assumed annual declining-balance depreciation; type=percent; required; default=15; min=0; max=100 - residualFloor: Specified residual-value floor; type=money; required; default=0; min=0; max=1000000000000 - years: Elapsed years; type=number; required; default=5; min=0; max=50 ## Outputs - resaleValue: Scenario value at selected age; format=currency; primary - valueLost: Value lost over selected period; format=currency - retainedPercent: Percentage of starting value retained; format=number ## Formula value after n years = maximum(residual floor, starting value × (1 − annual decline)^n). Inputs are converted to canonical units before evaluating this stated formula. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs. Notice: Illustrative defaults are not local quotes or verified legal rules. Dated reference components and user-entered assumptions are explicitly distinguished. Professional review is pending.