 TYPE
    fdt$input_currency_format = record
      currency_sybmol: string (1),
      thousands_separator: string (1),
      decimal_point: string (1),
    recend;
