Expand description
Amount type representing a decimal number with a currency.
An Amount is the fundamental unit of value in Beancount, combining a decimal
number with a currency code. It supports arithmetic operations and tolerance-based
comparison for balance checking.
Structs§
- Amount
- An amount is a quantity paired with a currency.
- Amount
Parse Error - Error produced by the
FromStrimpl onAmountwhen the input doesn’t match the<number> <currency>shape thatfmt::Displayemits. - Amount
Resolver - The resolver for an archived
Amount - Archived
Amount - An archived
Amount
Enums§
- Amount
Parse Error Reason - Distinguishes the failure modes of
Amount’sFromStrimpl. - Archived
Incomplete Amount - An archived
IncompleteAmount - Incomplete
Amount - An incomplete amount specification used in postings before interpolation.
- Incomplete
Amount Resolver - The resolver for an archived
IncompleteAmount