https://bugs.documentfoundation.org/show_bug.cgi?id=99308

            Bug ID: 99308
           Summary: amordegrc using obsolete values for degressive
                    amortisation
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Quite by chance I can across in the file analsishelper.cxx
line 994-1001

if( fUsePer < 3.0 )
        fAmorCoeff = 1.0;
    else if( fUsePer < 5.0 )
        fAmorCoeff = 1.5;
    else if( fUsePer <= 6.0 )
        fAmorCoeff = 2.0;
    else
        fAmorCoeff = 2.5;

these appear to be old values from 1997-2000... perhaps should be updated
(although with the exceptions that may prove complicated).

Minimally the values should probably be 1.0; 1.25; 1.75 and 2.25
but here are the references:

art 120 @ http://bofip.impots.gouv.fr/bofip/4699-PGP.html   
plus exceptions scattered in http://bofip.impots.gouv.fr/bofip/4744-PGP.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to