Circulating Currency
Represents a circulating currency. De facto currencies, albeit not ISO-standardized, are also available (e.g., CNH
for Hong Kong's Renminbi).
Besides the currently standardized ISO 4217 currencies, historical currencies can also be created (e.g., FRF
for the French Franc, ITL
for the Italian Lira, SUR
the for Soviet Union Rouble, and so on).
Types
Link copied to clipboard
Represents the type of CirculatingCurrency.
Properties
Functions
Link copied to clipboard
Transforms a collection of Number into Money based on this Currency. Calculations using them are rounded using a Rounding strategy configured with RoundingMode.HALF_EVEN.
Link copied to clipboard
Link copied to clipboard
Creates a CustomCurrency based on this instance data.
Link copied to clipboard
Returns a string representation of the object, including all public properties.
Link copied to clipboard