Could Y'all Add last_buy_date to the Position Object?

It would be really helpful for me to have a field in the position entity that had the date of the last buy order. I’d mainly use it to avoid hitting the PDT rule. Right now, I have a really poor workaround that breaks if I do any manual trades in the same account.

Should be possible to do a query in Python that returns this exact data. Probably about 10 lines of code or less.