package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.git
Documentation: pkg.go.dev

# Functions

Date queries the units that were in use at the given point in history.
FromRegion reports the currency unit that is currently legal tender in the given region according to CLDR.
FromTag reports the most likely currency for the given tag.
MustParseISO is like ParseISO, but panics if the given currency unit cannot be parsed.
ParseISO parses a 3-letter ISO 4217 currency code.
Query represents a set of Units.
Region limits the query to only return entries for the given region.

# Constants

CLDRVersion is the CLDR version from which the tables in this package are derived.

# Variables

Accounting defines rounding and formatting standards for accounting.
No description provided by the author
Additional common currencies as defined by CLDR.
No description provided by the author
Cash defines rounding and formatting standards for cash transactions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Historical selects the units for all dates.
No description provided by the author
No description provided by the author
No description provided by the author
Use ISO code as symbol.
No description provided by the author
No description provided by the author
No description provided by the author
Uses Narrow symbols.
No description provided by the author
NonTender returns a new query that also includes matching Units that are not legal tender.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Standard defines standard rounding and formatting for currencies.
Use Symbols instead of ISO codes, when available.
No description provided by the author
No description provided by the author
No description provided by the author
G10 currencies https://en.wikipedia.org/wiki/G10_currencies.
Precious metals.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Undefined and testing.
No description provided by the author

# Structs

Amount is an amount-currency unit pair.
Kind determines the rounding and rendering properties of a currency value.
Unit is an ISO 4217 currency designator.

# Interfaces

QueryIter represents a set of Units.

# Type aliases

Formatter decorates a given number, Unit or Amount with formatting options.
A QueryOption can be used to change the set of unit information returned by a query.