Hei!
Trenger litt hjelp til å oversette denne funksjonen. Kan den oversettes med kummulativ amortering, eller samlet amortering: KUMAMORT eller SAMLET.AMORT? Har hovedstol noe med amortering å gjøre (uten at jeg vet hva noen av de er, grunnen til at jeg spør er at det også finnes en funksjon som heter CUMPRINC som er oversatt til SAMLET.HOVEDSTOL)? Kan CUMPRINC_ADD være en variant av CUMPRINC eller er det to helt forskjellige funksjoner?
Se dokumentasjon under.
Arne CUPRINC_ADD You only see this function if Analysis AddIn is installed.
Calculates the cumulative redemption of a loan in a period.
Syntax CUMPRINC_ADD(Rate;NPER;NPV;Start period;End period;M)
Rate: the interest rate for each period.
NPER: the total number of payment periods. The rate and NPER must refer to the same unit, and thus both be calculated annually or monthly.
NPV: the current value.
Start period: the first payment period for the calculation.
End period: the last payment period for the calculation.
M: the maturity of a payment at the end of each period (M = 0) or at the start of the period (M = 1).
Example The following mortgage loan is taken out on a house:
Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (payment periods = 30 * 12 = 360), NPV: 125000 currency units.
How much will you repay in the second year of the mortgage (thus from periods 13 to 24)?
CUMPRINC_ADD(0.0075;360;125000;13;24;0) returns -934.1071
In the first month you will be repaying the following amount:
CUMPRINC_ADD(0.0075;360;125000;1;1;0) returns -68.27827
Arne Christian Hårseth arnechaa@online.no skreiv i innlegget news:00e001c231c1$bb40f200$731dedd5@corp.telenor.no:
Trenger litt hjelp til å oversette denne funksjonen. Kan den oversettes med kummulativ amortering, eller samlet amortering: KUMAMORT eller SAMLET.AMORT? Har hovedstol noe med amortering å gjøre (uten at jeg vet hva noen av de er, grunnen til at jeg spør er at det også finnes en funksjon som heter CUMPRINC som er oversatt til SAMLET.HOVEDSTOL)?
PRINC = Principal (amount/sum) = hovedstol