Variable NON_STANDARD_CODESConst

NON_STANDARD_CODES: {
    BDS: string;
    CNT: string;
    NIS: string;
    NTD: string;
    STG: string;
    RMB: string;
} = ...

https://en.wikipedia.org/wiki/ISO_4217#Non-standard_codes

export const NON_STANDARD_CODES = {
BDS: 'BBD',
CNT: 'TWD',
NIS: 'ILS',
NTD: 'TWD',
STG: 'GBP',
RMB: 'CNY',
};