Difference between revisions of "Documentation/How Tos/Calc: SYD function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: SYD function}}
 +
{{Documentation/CalcFunc FinancialTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_SLN_function
 +
|NextPage=Documentation/How_Tos/Calc:_VDB_function
 +
}}__NOTOC__
  
 
== SYD ==
 
== SYD ==
Line 11: Line 16:
 
: <tt>'''year'''</tt>: the year number for which the depreciation is calculated.
 
: <tt>'''year'''</tt>: the year number for which the depreciation is calculated.
  
: To calculate depreciation, <tt>'''SYD'''</tt> adds the year numbers during the asset’s life; the year numbers taken backward and divided by that sum give the ratio of the total loss of value to assign to depreciation that year.
+
: To calculate depreciation, <tt>'''SYD'''</tt> adds the year numbers during the asset’s life; the year numbers taken backward and divided by that sum give the proportion of the total loss of value to assign to depreciation that year.
  
 
: For example with a 4 year depreciation, where the asset loses 5000 in value: the sum of the year numbers is 1 + 2 + 3 + 4 = 10, and the depreciation each year (in order) is 4/10<sup>ths</sup>, 3/10<sup>ths</sup>, 2/10<sup>ths</sup> then 1/10<sup>th</sup> of 5000.
 
: For example with a 4 year depreciation, where the asset loses 5000 in value: the sum of the year numbers is 1 + 2 + 3 + 4 = 10, and the depreciation each year (in order) is 4/10<sup>ths</sup>, 3/10<sup>ths</sup>, 2/10<sup>ths</sup> then 1/10<sup>th</sup> of 5000.
Line 22: Line 27:
 
:  returns <tt>'''3200'''</tt> in currency units, which is the depreciation in the first year for an asset which cost 10000 and is written down to 2000 over 4 years. The total loss of value is <tt>'''8000'''</tt>; <tt>'''3200'''</tt> is 4/10<sup>ths</sup> of this.
 
:  returns <tt>'''3200'''</tt> in currency units, which is the depreciation in the first year for an asset which cost 10000 and is written down to 2000 over 4 years. The total loss of value is <tt>'''8000'''</tt>; <tt>'''3200'''</tt> is 4/10<sup>ths</sup> of this.
  
=== See also: ===
+
{{SeeAlso|EN|
[[Documentation/How_Tos/Calc: DB function|'''DB''']],
+
* [[Documentation/How_Tos/Calc: DB function|DB]]
[[Documentation/How_Tos/Calc: DDB function|'''DDB''']],
+
* [[Documentation/How_Tos/Calc: DDB function|DDB]]
[[Documentation/How_Tos/Calc: SLN function|'''SLN''']],
+
* [[Documentation/How_Tos/Calc: SLN function|SLN]]
[[Documentation/How_Tos/Calc: VDB function|'''VDB''']]
+
* [[Documentation/How_Tos/Calc: VDB function|VDB]]
  
'''[[Documentation/How_Tos/Calc: Derivation of Financial Formulas|Derivation of Financial Formulas]]'''
+
* [[Documentation/How_Tos/Calc: Derivation of Financial Formulas|Derivation of Financial Formulas]]
  
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
+
* [[Documentation/How_Tos/Calc: Financial functions|Financial functions]]
 +
 
 +
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Financial functions]]

Latest revision as of 15:12, 30 January 2024

SYD

Returns the depreciation of an asset for a given year using the sum-of-years'-digits method.

Syntax:

SYD(originalcost; salvagevalue; lifetime; year)

originalcost: the initial cost of the asset.
salvagevalue: is the value at the end of the depreciation (sometimes called the salvage value of the asset).
lifetime: the number of years over which the asset is being depreciated.
year: the year number for which the depreciation is calculated.
To calculate depreciation, SYD adds the year numbers during the asset’s life; the year numbers taken backward and divided by that sum give the proportion of the total loss of value to assign to depreciation that year.
For example with a 4 year depreciation, where the asset loses 5000 in value: the sum of the year numbers is 1 + 2 + 3 + 4 = 10, and the depreciation each year (in order) is 4/10ths, 3/10ths, 2/10ths then 1/10th of 5000.
The formula for a year's depreciation is
(originalcost - salvagevalue)*(lifetime+1 - year)*2 / [(lifetime+1)*lifetime]

Example:

SYD(10000; 2000; 4; 1)

returns 3200 in currency units, which is the depreciation in the first year for an asset which cost 10000 and is written down to 2000 over 4 years. The total loss of value is 8000; 3200 is 4/10ths of this.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_SYD_function&oldid=259725"
Views
Personal tools
Navigation
Tools
In other languages