Kamatráta parancs

Kamatráta[ <Időszakok száma>, <Részlet fizetés>, <Jelen érték>, <Jövő érték (opcionális)>, <Típus (opcionális)>, <Becslés (opcionális)> ]:: Returns the interest rate per period of an annuity.

  • <Időszakok száma> Total number of payments for the loan.

  • <Részlet fizetés> The amount paid in each period.

  • <Jelen érték> Total amount that a series of future payments is worth now.

  • <Jövő érték (opcionális)> A cash balance you want to attain after the last payment. If you do not enter a future value, it is assumed to be 0.

  • <Típus (opcionális)> Indicates when payments are due. If you do not enter a value or you enter 0 the payment is due at the end of the period. If you enter 1 it is due at the beginning of the period.

  • <Becslés (opcionális)> Your guess for what the rate will be.

Kamatráta[5*12, -300, 10000] yields a monthly rate of 0.02 (2%).

Jegyzet: If you make monthly payments on a five-year loan use 5*12 for <Időszakok száma>.

Jegyzet: For all arguments, cash paid out is represented by negative numbers and cash received by positive numbers..

Jegyzet: Lásd továbbá a TörlesztőRészlet, IdőszakokSzáma, JelenÉrték és JövőbeliÉrték parancsokat.