>>>>> "JR" == Jim Robinson <
jim.ro...@gmail.com> writes:
JR> Neither entry, ledger txn or pricedb entry, has a timestamp. I am
JR> inferring that ledger was coded to decide to use the last txn entry to
JR> determine the "current" price of the shares when one is available,
JR> otherwise use the last pricedb entry?
Yes, this is exactly right.
JR> One obvious way to work around this would be to add another pricedb entry
JR> using today's date, but I was wondering if there was some better way to
JR> tell ledger to prefer the pricedb entry?
It was intended taht you add a price entry with a later time. For example, a
price entry at midnight the next day or 23:59 that day, should be taken as
“truth” for all entries of that day.
John