Difference between revisions of "Manuals/calci/AMORDEGRC"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''AMORDEGRC'''</font><font size="2">(</font><font ...")
 
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''AMORDEGRC'''</font><font size="2">(</font><font size="2">'''C'''</font><font size="2">, </font><font size="2">'''DP'''</font><font size="2">, </font><font size="2">'''FP'''</font><font size="2">, </font><font size="2">'''salvage'''</font><font size="2">, </font><font size="2">'''P'''</font><font size="2">, </font><font size="2">'''R'''</font><font size="2">, basis)</font></font></font>
+
<div style="font-size:30px">'''AMORDEGRC (Cost,PurchaseDate,FirstPeriod,SalvageValue,Period,Rate,Basis)'''</div><br/>
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Where 'C' is the cost of the asset, 'DP' is the date of the purchase of the asset, 'FP' is the date of the end of the first period, '</font><font size="2">Salvage' </font><font size="2">is the salvage value, 'P' is the period, 'R' is the rate of depreciation and 'basis' is the year basis to be used.</font></font></font>
+
*where, <math>Cost</math> is cost of the asset
 +
*<math>PurchaseDate</math> is the date of purchase of asset
 +
*<math>FirstPeriod</math> is the end of first period
 +
*<math>SalvageValue</math> is the salvage value at the end of life of asset
 +
*<math>Period</math> is the accounting period
 +
*<math>Rate</math> is the rate of depreciation
 +
*<math>Basis</math> is the year basis to be used
 +
**AMORDEGRC() returns the depreciation for each accounting period by using a depreciation coefficient.
  
</div>
+
== Description ==
----
 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">This function identifies the depreciation for each accounting period. </font></font></font></div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left"> 
 
  
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">This function will return the depreciation until the last period of the life of the assets or until the cumulated value of depreciation is greater than the cost of the assets minus the salvage value. The depreciation coefficients are:</font></font></font>
+
*The function calculates the decrease in value of asset for a mentioned period considering the depreciation coefficient depending on life of assets. This function is used in French accounting system.
 +
*If <math>PurchaseDate</math> &gt; <math>FirstPeriod</math>, Calci displays #N/A error message.
 +
*If <math>Rate</math> is &lt;=0, Calci displays #N/A error message.
 +
*If <math>Period</math> is omitted, Calci assumes it as 0.5 years(6 months).
 +
*'Basis' value is optional. If omitted, Calci assumes it to be 0.
 +
Below table shows the use of 'basis' values:
  
{| width="100%" border="1" cellpadding="4"
+
{| class="wikitable"
|- valign="top"
+
|-
! width="49%" |
+
! Basis !! Description
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Life of assets</font></font></font>
+
|-
! width="51%" |
+
| 0 || 360 days (NASD)
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Depreciation coefficient</font></font></font>
+
|-
|- valign="top"
+
| 1 || Actual
| width="49%" |
+
|-
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Between 3 and 4 years</font></font></font>
+
| 3 || 365 days in a year
| width="51%" |
+
|-
<font color="#000000"><font face="Arial, sans-serif"><font size="2">1.5</font></font></font>
+
| 4 || 360 days in a year (European)
|- valign="top"
 
| width="49%" |
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Between 5 and 6 years</font></font></font>
 
| width="51%" |
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">2</font></font></font>
 
|- valign="top"
 
| width="49%" |
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">More than 6 years</font></font></font>
 
| width="51%" |
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">2.5</font></font></font>
 
 
|}
 
|}
  
<br /><br />
+
*If 'basis' value is other than 0, 1, 3 or 4, Calci displays #N/A error message.
 +
*The Depreciation coefficients used in calculation are referred as follows:
 +
{| class="wikitable"
 +
|-
 +
!Life of Assets !! Depreciation Coefficient
 +
|-
 +
| Between 3 and 4 years || 1.5
 +
|-
 +
| Between 5 and 6 years || 2
 +
|-
 +
| More than 6 years || 2.5
 +
|}
 +
*If life of assets is other than above mentioned years, Calci displays an error message.
  
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
AMORDEGRC
+
== Examples ==
  
</div></div>
+
Consider the following example that shows the use of AMORDEGRC function:
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font></font>
+
<div id="2SpaceContent" class="zcontent" align="left">
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">AMORDEGRC(C, DP, FP, salvage, P, R, basis)</font></font></font>
+
{| id="TABLE3" class="SpreadSheet blue"
 +
|- class="even"
 +
| class="sshl_f" | 2400
 +
| class=" " |
 +
| class=" " |
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">B</font></font></font>
+
|- class="odd"
 +
| class="sshl_f" | 8/19/2010
 +
| class=" " |
 +
| class=" " |
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">2400</font></font></font>
+
|- class="even"
 +
| class="sshl_f" | 12/31/2014
 +
| class=" " |
 +
| class=" " |
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">8/19/2010</font></font></font>
+
|- class="odd"
 +
| class="sshl_f" | 350
 +
| class=" " |
 +
| class=" " |
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">12/31/2010</font></font></font>
+
|- class="even"
 +
| class="sshl_f" | 2
 +
| class=" " |
 +
| class=" " |
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">350</font></font></font>
+
|- class="odd"
 +
| class="sshl_f" | 25%
 +
| class=" " |
 +
| class=" " |
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">2</font></font></font>
+
|- class="even"
 +
| class="sshl_f" | 1
 +
| class=" " |
 +
| class=" " |
 +
|}
 +
 
 +
=AMORDEGRC(A1,A2,A3,A4,A5,A6,A7) ''displays 564'' as a result.
 +
=AMORDEGRC(3600,DATE(2010,3,4),DATE(2012,3,4),750,1,20%,1) ''displays 1441'' as a result.
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|FMWGYCD1WHM|280|center|AMORDEGRC}}
 +
 
 +
== See Also ==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">25%</font></font></font>
+
*[[Manuals/calci/AMORLINC | AMORLINC]]
 +
*[[Manuals/calci/ACCRINT | ACCRINT]]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">1</font></font></font>
+
== References ==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=AMORDEGRC(B2,B3,B4,B5,B6,B7,B8) is 484.5</nowiki></font></font></font>
+
*[http://en.wikipedia.org/wiki/Depreciation Depreciation]
 +
*[http://en.wikipedia.org/wiki/Day_count_convention Day Count Basis]
  
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE1" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| class="  " | Column1
 
| class="      " | Column2
 
| Column3
 
| class="sshl_f" | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 2400
 
| class="sshl_f" |
 
| class="                                                                                            sshl_f  " |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 8/19/2010
 
| class="sshl_f" |
 
|
 
|
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 12/31/2010
 
| class="sshl_f  " | 484.5
 
|
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f" | 350
 
| class="SelectTd" |
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" | 2
 
| class="                                sshl_t ChangeBGColor" |
 
|
 
|
 
|- class="even"
 
| class="sshl_f" | Row6
 
| class="sshl_f" | 25%
 
| class="sshl_t" |
 
|
 
|
 
|- class="odd"
 
| class="sshl_f" | Row7
 
| class="sshl_f" | 1
 
| class="sshl_t" |
 
|
 
|
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
*[[Z_API_Functions | List of Main Z Functions]]
----
+
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 17:27, 22 August 2018

AMORDEGRC (Cost,PurchaseDate,FirstPeriod,SalvageValue,Period,Rate,Basis)


  • where, is cost of the asset
  • is the date of purchase of asset
  • is the end of first period
  • is the salvage value at the end of life of asset
  • is the accounting period
  • is the rate of depreciation
  • is the year basis to be used
    • AMORDEGRC() returns the depreciation for each accounting period by using a depreciation coefficient.

Description

  • The function calculates the decrease in value of asset for a mentioned period considering the depreciation coefficient depending on life of assets. This function is used in French accounting system.
  • If > , Calci displays #N/A error message.
  • If is <=0, Calci displays #N/A error message.
  • If is omitted, Calci assumes it as 0.5 years(6 months).
  • 'Basis' value is optional. If omitted, Calci assumes it to be 0.

Below table shows the use of 'basis' values:

Basis Description
0 360 days (NASD)
1 Actual
3 365 days in a year
4 360 days in a year (European)
  • If 'basis' value is other than 0, 1, 3 or 4, Calci displays #N/A error message.
  • The Depreciation coefficients used in calculation are referred as follows:
Life of Assets Depreciation Coefficient
Between 3 and 4 years 1.5
Between 5 and 6 years 2
More than 6 years 2.5
  • If life of assets is other than above mentioned years, Calci displays an error message.


Examples

Consider the following example that shows the use of AMORDEGRC function:

2400
8/19/2010
12/31/2014
350
2
25%
1
=AMORDEGRC(A1,A2,A3,A4,A5,A6,A7) displays 564 as a result.
=AMORDEGRC(3600,DATE(2010,3,4),DATE(2012,3,4),750,1,20%,1) displays 1441 as a result.

Related Videos

AMORDEGRC

See Also

References