Values.MonetaryValueSourceRepresents a monetary amount with its associated currency.
type nonrec t = {amount : String_.t option;The numeric amount of the monetary value.
*)currencyCode : CurrencyCode.t option;The ISO 4217 currency code (e.g., USD, EUR) for the monetary amount.
*)}