Difference between revisions of "Manuals/calci/AMORLINC"

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">AMORLINC(C, DP, FP, salvage, P, R, basis)</font>...")
 
 
(9 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">AMORLINC(C, DP, FP, salvage, P, R, basis)</font></font>'''</font>
+
<div style="font-size:25px">'''AMORLINC (Cost,DatePurchased,FirstPeriod,Salvage,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, 'salvage' is the salvage value at the end of the life of the asset, '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 the cost of the asset
 +
*<math>DatePurchased</math> is the date of purchase of asset
 +
*<math>FirstPeriod</math> is the end of first period
 +
*<math>Salvage</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
 +
**AMORLINC(), returns the depreciation for each accounting period.
  
</div>
+
== Description ==
----
 
<div id="1SpaceContent" class="zcontent" align="left"><font color="#000000"><font face="Arial, sans-serif"><font size="2">This function calculates the depreciation for each accounting period. </font></font></font></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
AMORLINC
+
*The function calculates the decrease in value of asset for the mentioned period.
 +
*If <math>DatePurchased</math> &gt; <math>FirstPeriod</math>, Calci displays #N/A error message.
 +
*<math>Salvage</math> also called as 'residual value' is the remaining value of an asset after it has been fully depreciated.
 +
*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).
 +
*<math>Basis</math> value is optional. If omitted, Calci assumes it to be 0.
 +
Below table shows the use of <math>Basis</math> values:
  
</div></div>
+
{| class="wikitable"
----
+
|-
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
+
! Basis !! Description
----
+
|-
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
+
| 0 || 360 days (NASD)
----
+
|-
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
+
| 1 || Actual
----
+
|-
<div id="5SpaceContent" class="zcontent" align="left">
+
| 3 || 365 days in a year
 +
|-
 +
| 4 || 360 days in a year (European)
 +
|}
  
{| id="TABLE1" class="SpreadSheet blue"
+
*If <math>Basis</math> value is other than 0, 1, 3 or 4, Calci displays #N/A error message.
 +
 
 +
== Examples ==
 +
 
 +
Consider the following example that shows the use of AMORLINC function:
 +
 
 +
<div id="2SpaceContent" class="zcontent" align="left">
 +
 
 +
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
 +
| class="sshl_f" | 3200
 +
| class=" " |
 
| class=" " |
 
| class=" " |
| class="  " | Column1
+
 
| class="      " | Column2
 
| Column3
 
| class="sshl_f" | Column4
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
+
| class="sshl_f" | 8/19/2010
| class="sshl_f" | 3200
+
| class=" " |
| class="sshl_f" |
+
| class=" " |
| class="                                                                                                   sshl_f  " |
+
 
|
 
 
|- class="even"
 
|- class="even"
| class=" " | Row2
+
| class="sshl_f" | 12/31/2010
| class="sshl_f" | 8/19/2010
+
| class=" " |
| class="sshl_f" |
+
| class=" " |
|
+
 
|
 
 
|- class="odd"
 
|- class="odd"
| Row3
+
| class="sshl_f" | 250
| class="sshl_f " | 12/31/2010
+
| class=" " |
| class="sshl_f" | 576
+
| class=" " |
|
+
 
|
 
 
|- class="even"
 
|- class="even"
| Row4
+
| class="sshl_f" | 1
| class="sshl_f" | 250
+
| class=" " |
| class="SelectTd  " |
+
| class=" " |
|
+
 
|
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row5
+
| class="sshl_f" | 18%
 +
| class=" " |
 +
| class=" " |
 +
 
 +
|- class="even"
 
| class="sshl_f" | 1
 
| class="sshl_f" | 1
| class="                                                                           sshl_t ChangeBGColor" |
+
| class=" " |
|
+
| class=" " |
|
 
|- class="even"
 
| class="sshl_f" | Row6
 
| class="sshl_f" | 18%
 
| class="sshl_t" |
 
|
 
|
 
|- class="odd"
 
| class="sshl_f" | Row7
 
| class="sshl_f  " | 1
 
| class="sshl_t" |
 
|
 
|
 
 
|}
 
|}
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
=AMORLINC(A1,A2,A3,A4,A5,A6,A7) ''displays 576'' as a result.
----
 
<div id="2SpaceContent" class="zcontent" align="left"> 
 
 
 
<font color="#000000"><font face="Arial, sans-serif"><font size="2">AMORLINC(C, DP, FP, salvage, P, R, basis)</font></font></font>
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''B'''</font></font></font>
+
==Related Videos==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">3200</font></font></font>
+
{{#ev:youtube|v=DQfl_5hkeYo|280|center|AMORLINC}}
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">8/19/2010</font></font></font>
+
== See Also ==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">12/31/2010</font></font></font>
+
*[[Manuals/calci/DURATION | DURATION]]
 +
*[[Manuals/calci/ACCRINT | ACCRINT]]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">250</font></font></font>
+
== References ==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''1'''</font></font></font>
+
*[http://en.wikipedia.org/wiki/Depreciation Depreciation]
 +
*[http://en.wikipedia.org/wiki/Day_count_convention Day Count Basis]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''18%'''</font></font></font>
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''1'''</font></font></font>
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=AM</nowiki>'''O'''RLINC(B2,B3,B4,B5,B6,B7,B8) is 576</font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
</div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 15:22, 15 November 2018

AMORLINC (Cost,DatePurchased,FirstPeriod,Salvage,Period,Rate,Basis)


  • where, is the 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
    • AMORLINC(), returns the depreciation for each accounting period.

Description

  • The function calculates the decrease in value of asset for the mentioned period.
  • If > , Calci displays #N/A error message.
  • also called as 'residual value' is the remaining value of an asset after it has been fully depreciated.
  • If is <=0, Calci displays #N/A error message.
  • If is omitted, Calci assumes it as 0.5 years(6 months).
  • value is optional. If omitted, Calci assumes it to be 0.

Below table shows the use of values:

Basis Description
0 360 days (NASD)
1 Actual
3 365 days in a year
4 360 days in a year (European)
  • If value is other than 0, 1, 3 or 4, Calci displays #N/A error message.

Examples

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

3200
8/19/2010
12/31/2010
250
1
18%
1
=AMORLINC(A1,A2,A3,A4,A5,A6,A7) displays 576 as a result.

Related Videos

AMORLINC

See Also

References