package eu.ztsh.wymiana.model; import java.math.BigDecimal; public record Currency(String symbol, BigDecimal amount) { }