;doc: valuation: tweak
This commit is contained in:
parent
558abf4bd7
commit
07bda4105f
@ -1176,19 +1176,20 @@ in this order of preference:
|
|||||||
2. an *implied market price* -
|
2. an *implied market price* -
|
||||||
we look for the latest transaction on or before the valuation date
|
we look for the latest transaction on or before the valuation date
|
||||||
where A is converted to B,
|
where A is converted to B,
|
||||||
and use its [transaction price](journal.html#transaction-prices)
|
and use its [transaction price](journal.html#transaction-prices),
|
||||||
(assuming that this is probably close to the market price).
|
on the assumption that this is probably close to the market price.
|
||||||
(*since hledger 1.18; experimental*)
|
(*since hledger 1.18; experimental*)
|
||||||
|
|
||||||
3. a *reverse declared market price* -
|
3. a *reverse declared market price* -
|
||||||
calculated by inverting a declared market price from B to A.
|
if there is a declared market price from B to A, we invert it.
|
||||||
|
|
||||||
4. a *reverse implied market price* -
|
4. a *reverse implied market price* -
|
||||||
calculated by inverting an implied market price from B to A.
|
if there is an implied market price from B to A, we invert it.
|
||||||
|
|
||||||
5. an *indirect market price* -
|
5. an *indirect market price* -
|
||||||
calculated by combining the shortest chain of market prices (any of
|
we look for the shortest chain of market prices (any of the above
|
||||||
the above types) leading from A to B.
|
types) leading from A to B, and combine them to give an approximate
|
||||||
|
A to B price.
|
||||||
|
|
||||||
Amounts for which no suitable market price is found are not converted.
|
Amounts for which no suitable market price is found are not converted.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user