Values.MonetaryAmountSourceA number that represents the monetary amount for an offering or transaction.
type nonrec t = {amount : Double.t option;The numerical amount of an offering or transaction.
*)currencyCode : CurrencyCode.t option;The currency code of a monetary amount. For example, USD means U.S. dollars.
*)}