I’m working for Fintrax and while creating a template i had some rounding problems. I wanted to round the accounts to a thousand and not al the accounts were always correctly rounded to the nearest thousand.
welcome to our community. I see that some of the fixed assets, like tangible_fixed_assets_26 and tangible fixed_assets_thousand don’t really match what is expected.
Can you provide some more of your code, where you do the rounding? Because now, unless my mistake, I don’t really see that part.
The syntax is working as should however this is not the result you wish to obtain. The use of period.accounts.return_values_in_thousands will round for each account within the range prior to making the sum of your range. See below example: