by Mark » Sun Jan 28, 2018 11:13 am
Hi Djobydjoba,
There is no rounding done to the prices during "Create Investment from Investments...". Prices are stored as double precision floating point numbers. This means you have about 15 total places of precision, including the whole number portion. So, if you have a number like 1000, you will have 11 places to the right of the decimal that is stored accurately, since you have 4 places used by the whole number portion. Calculations like yields would use this full resolution, but if you're calculating something like market value, it will use the whole number, but round to the nearest 0.01 when displaying.
Sorry, no, there isn't a way to export more than 6 digits to the right of the decimal. It is stored internally to more than this, but FM limits the display to 6 maximum.