by Mark » Tue Oct 06, 2015 12:21 pm
Hi David,
Thanks for the info. As you can see, FM is simply taking MKTVAL / UNITS and using that as the closing price. It looks like we will need to do something a bit more sophisticated. Since the meaning of UNITS can vary based off the investment type, we could either try to figure out all the investment types and their UNITS meaning. What may be better is to look at the value for UNITPRICE and use this information to help determine the order of magnitude. For your second example, we would compare 1.2079, 12.079, 120.79, and 1207.9 against 104.9219. Since 120.79 is the closest, we would use that scale factor, and record the price as 120.79.
If you'd like to test a pre-release with this change, please let me know.