Difference between revisions of "Manuals/calci/cumprinc"
Jump to navigation
Jump to search
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">'''CUMPRINC(R, | + | <div style="font-size:30px">'''CUMPRINC(R,PP,PV,SP,EP,Type)'''</div><br/> |
*<math>R</math> is the interest rate. | *<math>R</math> is the interest rate. | ||
− | *<math> | + | *<math>PP</math> is the total number of payment periods. |
*<math>PV</math> is the present value. | *<math>PV</math> is the present value. | ||
− | *<math>SP</math> is | + | *<math>SP</math> is the Start period beginning with 1. |
− | *<math>EP</math> is | + | *<math>EP</math> is the End period. |
*<math>Type</math> is the timing of the payment. | *<math>Type</math> is the timing of the payment. | ||
Line 22: | Line 22: | ||
==Examples== | ==Examples== | ||
− | =CUMPRINC(0.03/12, | + | =CUMPRINC(0.03/12,12*12,12000,13,24,0) |
+ | -869.2062289 | ||
+ | =CUMPRINC(0.02/12,10*12,200000,10,20,1) | ||
+ | -16939.2946. | ||
− | + | ==Related Videos== | |
− | + | {{#ev:youtube|1jQp96xzkhY|280|center|CUMPRINC}} | |
− | |||
− | |||
− | + | ==See Also== | |
+ | *[[Manuals/calci/cumipmt | CUMIPMT]] | ||
+ | *[[Manuals/calci/couppcd | COUPPCD]] | ||
+ | *[[Manuals/calci/coupncd | COUPNCD]] | ||
==References== | ==References== | ||
+ | [https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_CUMPRINC_function CUMPRINC] |
Latest revision as of 12:03, 19 July 2015
CUMPRINC(R,PP,PV,SP,EP,Type)
- is the interest rate.
- is the total number of payment periods.
- is the present value.
- is the Start period beginning with 1.
- is the End period.
- is the timing of the payment.
Description
- This function gives the cumulative interest paid on a loan between and .
- CUMIPMT shows the ERROR value when
1. Interest Rate 2. Payment Periods 3. Present Value 4. Start PeriodFailed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (SP)\lt 1} 5. End PeriodFailed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (EP)\lt 1} 6. Failed to parse (unknown function "\gt"): {\displaystyle SP \gt EP}
- should be 0 or 1.
TYPE TIMIING 0 Payment at the end of the period 1 Payment at the beginning of the period
Examples
=CUMPRINC(0.03/12,12*12,12000,13,24,0)
-869.2062289
=CUMPRINC(0.02/12,10*12,200000,10,20,1)
-16939.2946.