summaryrefslogtreecommitdiff
path: root/help/C/financial.page
blob: d410700a27ec0d48218d62c3bac4e89f9e18157b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="financial">

    <info>
        <link type="guide" xref="index#financial"/>
    </info>

	<title>Financial Functions</title>
    <p>
    When in financial mode the following buttons are available.
    </p>
    <table>
    <tr>
    <td><p>Ctrm</p></td>
    <td><p>Calculate the number of compounding periods necessary to increase an investment of present value to a future value, at a fixed interest rate per compounding period.</p></td>
    </tr>
    <tr>
    <td><p>Ddb</p></td>
    <td><p>Calculate the depreciation allowance on an asset for a specified period of time, using the double-declining balance method.</p></td>
    </tr>
    <tr>
    <td><p>Fv</p></td>
    <td><p>Calculate the future value of an investment based on a series of equal payments at a periodic interest rate over the number of payment periods in the term.</p></td>
    </tr>
    <tr>
    <td><p>Gpm</p></td>
    <td><p>Calculate the resale price of a product, based on the product cost and the wanted gross profit margin.</p></td>
    </tr>
    <tr>
    <td><p>Pmt</p></td>
    <td><p>Calculate the amount of the periodic payment of a loan, where payments are made at the end of each payment period.</p></td>
    </tr>
    <tr>
    <td><p>Pv</p></td>
    <td><p>Calculate the present value of an investment based on a series of equal payments discounted at a periodic interest rate over the number of payment periods in the term.</p></td>
    </tr>
    <tr>
    <td><p>Rate</p></td>
    <td><p>Calculate the periodic interest necessary to increase an investment to a future value, over the number of compounding periods.</p></td>
    </tr>
    <tr>
    <td><p>Sln</p></td>
    <td><p>Calculate the straight-line depreciation of an asset for one period. The straight-line method of depreciation divides the depreciable cost evenly over the useful life of an asset. The useful life is the number of periods, typically years, over which an asset is depreciated.</p></td>
    </tr>
    <tr>
    <td><p>Syd</p></td>
    <td><p>Calculate the depreciation allowance on an asset for a specified period of time, using the Sum-of-the-Years'-Digits method. This method of depreciation accelerates the rate of depreciation, so that more depreciation expense occurs in earlier periods than in later ones. The useful life is the number of periods, typically years, over which an asset is depreciated.</p></td>
    </tr>
    <tr>
    <td><p>Term</p></td>
    <td><p>Calculate the number of payment periods that are necessary during the term of an ordinary annuity, to accumulate a future value, at a periodic interest rate.</p></td>
    </tr>
    </table>
    <note>
    <p>
    Financial functions cannot be performed using the keyboard.
    </p>
    </note>
</page>