CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Variable CURRENCY_OPTIONSConst

    CURRENCY_OPTIONS: {
        USD: { symbol: string; locale: string };
        EUR: { symbol: string; locale: string };
        GBP: { symbol: string; locale: string };
        JPY: { symbol: string; locale: string };
    } = ...

    Currency formatting options

    Type Declaration

    • USD: { symbol: string; locale: string }
    • EUR: { symbol: string; locale: string }
    • GBP: { symbol: string; locale: string }
    • JPY: { symbol: string; locale: string }