PriceFormat: {
    code: string;
    decimalSeparator: string;
    precision: number;
    priceFormat: string;
    symbol: string;
    thousandSeparator: string;
    trimZeros: boolean;
}