Codeunit 7026398, funkce CalculateInterestAmounts s použitím funkce using CalcXIRR
Jedná se o finanční ukazatel – výpočet vnitřního výnosového procenta. Výpočet tohoto ukazatele není legislativní povinností.
Výsledná hodnota se liší od This is a financial indicator – the calculation of the internal rate of return. The calculation of this indicator is not a legislative obligation.
The resulting value differs from the Calculation Interest Rate p.a.% v případě, že smlouva obsahuje kalkulační vstup, který vstupuje pouze do úroku a nikoliv do jistiny.
Výpočet IRR probíhá vždy nezávisle na typu financování, osobě smlouvy nebo jiným parametrům v případě, ze na hlavičce smlouvy je vyplněn příznak Kalkulovat IRR (Calculate IRR) = Ano.
...
if the contract contains a calculation input that only enters the interest and not the principal.
The IRR is always calculated independently of the type of financing, the person of the contract or other parameters if the flag Calculate IRR = Yes is filled in on the contract header.
The methodology for calculating IRR % (IRR%, IRR function (microsoft.com)) ve standardu OC je následující:
Systém si do tempové tabulky sestaví cash flow smlouvy z:
Vstupní cenu Input Price) ke dni předání předmětu (záporně) se zohledněním kalkulačních vstupů typu nákladové / výnosové provize a poplatků, které jsou označeny příznakem RPSN (APR Calculation) = Ano
Splátky podle splátkového kalendáře (jistina + úrok) k datu splatnosti
Zůstatková cena jako poslední řádek cash flow (Residual Value Calculated) k Očekávanému datu ukončení
Pomocí funkce XIRR vypočte „vnitřní výnosové procento“ z tohoto cash flow
Model výpočtu je uveden zdein the OC standard is as follows:
The system compiles cash flow contracts from the following into the pace table:
Input Price) as of the day of handover of the object (negatively) taking into account calculation inputs such as cost/revenue commission and fees, which are marked with the APR Calculation flag = Yes
Payments according to the payment schedule (principal + interest) on the due date
Residual Price as Last Cash Flow Line (Residual Value Calculated) at Expected Termination Date
It uses the XIRR function to calculate the "internal rate of return" of this cash flow
The calculation model is shown here:
View file | ||
---|---|---|
|
...