//! The `Journal` is the final product of the load pipeline. It is the
//! input every report command consumes.
use HashMap;
use crateIndex;
use crateLocated;
use crateTransaction;
/// A fully-processed journal: balanced, booked transactions in date
/// order, a ready-to-query price index, the FX-gain/loss account
/// declarations extracted during resolve, and a per-commodity
/// precision map derived from the postings.